Skip to content

Commit 4360668

Browse files
Bump the upstream-libs group with 3 updates (#89)
Bumps the upstream-libs group with 3 updates: [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework), [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit-framework) 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.14.1 to 5.14.2 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.14.1...r5.14.2) Updates `org.junit.jupiter:junit-jupiter-params` from 5.14.1 to 5.14.2 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.14.1...r5.14.2) Updates `org.junit.jupiter:junit-jupiter-params` from 5.14.1 to 5.14.2 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.14.1...r5.14.2) Updates `org.sonatype.central:central-publishing-maven-plugin` from 0.9.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-patch dependency-group: upstream-libs - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 5.14.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: upstream-libs - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 5.14.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: upstream-libs - 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: upstream-libs ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e854f19 commit 4360668

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<properties>
7373
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
7474
<checkerframework.version>3.52.0</checkerframework.version>
75-
<junit.version>5.14.1</junit.version>
75+
<junit.version>5.14.2</junit.version>
7676
<log4j.version>2.25.3</log4j.version>
7777
<maven.compiler.source>11</maven.compiler.source>
7878
<maven.compiler.target>11</maven.compiler.target>
@@ -254,7 +254,7 @@
254254
<plugin><!-- uploading to maven central-->
255255
<groupId>org.sonatype.central</groupId>
256256
<artifactId>central-publishing-maven-plugin</artifactId>
257-
<version>0.9.0</version>
257+
<version>0.10.0</version>
258258
<extensions>true</extensions>
259259
<configuration>
260260
<publishingServerId>central</publishingServerId>

0 commit comments

Comments
 (0)