Skip to content

Commit e0ee1f6

Browse files
committed
Bump build plugins: spotless 3.6.0→3.7.0, central-publishing 0.10.0→0.11.0
Mirrors the streambuffer Dependabot updates (#108, #109) on the java-llama.cpp branch. Both target versions are the current latest releases on Maven Central. Verified: - spotless:check passes with 3.7.0 (no reformatting of existing sources; palantir-java-format stays pinned at 2.92.0) - central-publishing 0.11.0 resolves from Maven Central (used only by the release/deploy profile) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01JBzF5wtCjRu5t4FMzphryM
1 parent 666240a commit e0ee1f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ SPDX-License-Identifier: MIT
8080
<spotbugs.version>4.10.2.0</spotbugs.version>
8181
<fb-contrib.version>7.7.4</fb-contrib.version>
8282
<findsecbugs.version>1.14.0</findsecbugs.version>
83-
<spotless.version>3.6.0</spotless.version>
83+
<spotless.version>3.7.0</spotless.version>
8484
<palantir-java-format.version>2.92.0</palantir-java-format.version>
8585
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
8686
<project.build.outputTimestamp>${git.commit.time}</project.build.outputTimestamp>
@@ -330,7 +330,7 @@ SPDX-License-Identifier: MIT
330330
<plugin>
331331
<groupId>org.sonatype.central</groupId>
332332
<artifactId>central-publishing-maven-plugin</artifactId>
333-
<version>0.10.0</version>
333+
<version>0.11.0</version>
334334
</plugin>
335335
</plugins>
336336
</pluginManagement>

0 commit comments

Comments
 (0)