Skip to content

Commit 6e57785

Browse files
Bump the maven-minor-patch group across 1 directory with 4 updates
Bumps the maven-minor-patch group with 4 updates in the / directory: [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework), [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin), [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) and [org.sonatype.central:central-publishing-maven-plugin](https://github.com/sonatype/central-publishing-maven-plugin). Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.4 to 5.14.2 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.11.4...r5.14.2) Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.14.1 to 3.15.0 - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.14.1...maven-compiler-plugin-3.15.0) Updates `com.diffplug.spotless:spotless-maven-plugin` from 2.43.0 to 2.46.1 - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](diffplug/spotless@lib/2.43.0...maven/2.46.1) Updates `org.sonatype.central:central-publishing-maven-plugin` from 0.7.0 to 0.10.0 - [Commits](https://github.com/sonatype/central-publishing-maven-plugin/commits) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.14.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: maven-minor-patch - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-version: 3.15.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: maven-minor-patch - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-version: 2.46.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: maven-minor-patch - dependency-name: org.sonatype.central:central-publishing-maven-plugin dependency-version: 0.10.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: maven-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2686a1e commit 6e57785

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<plugin>
4444
<groupId>org.apache.maven.plugins</groupId>
4545
<artifactId>maven-compiler-plugin</artifactId>
46-
<version>3.14.1</version>
46+
<version>3.15.0</version>
4747
<configuration>
4848
<fork>true</fork>
4949
<meminitial>128m</meminitial>
@@ -248,7 +248,7 @@
248248
<plugin>
249249
<groupId>org.sonatype.central</groupId>
250250
<artifactId>central-publishing-maven-plugin</artifactId>
251-
<version>0.7.0</version>
251+
<version>0.10.0</version>
252252
<extensions>true</extensions>
253253
<configuration>
254254
<publishingServerId>central</publishingServerId>
@@ -348,11 +348,11 @@
348348
<jackson-databind-nullable-version>0.2.8</jackson-databind-nullable-version>
349349
<jakarta-annotation-version>3.0.0</jakarta-annotation-version>
350350
<beanvalidation-version>2.0.2</beanvalidation-version>
351-
<junit-version>5.11.4</junit-version>
351+
<junit-version>5.14.2</junit-version>
352352
<junit-platform-runner.version>1.14.2</junit-platform-runner.version>
353353
<jakarta.ws.rs-api-version>4.0.0</jakarta.ws.rs-api-version>
354354
<jsr311-api-version>1.1.1</jsr311-api-version>
355355
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
356-
<spotless.version>2.43.0</spotless.version>
356+
<spotless.version>2.46.1</spotless.version>
357357
</properties>
358358
</project>

0 commit comments

Comments
 (0)