Skip to content

Commit d1d41ba

Browse files
Bump the maven group with 2 updates (#82)
Bumps the maven group with 2 updates: [org.junit.jupiter:junit-jupiter](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` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.0.1...r6.0.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 dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: maven - dependency-name: org.sonatype.central:central-publishing-maven-plugin dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 81db745 commit d1d41ba

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
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>org.junit.jupiter</groupId>
7070
<artifactId>junit-jupiter</artifactId>
71-
<version>6.0.1</version>
71+
<version>6.0.2</version>
7272
<scope>test</scope>
7373
</dependency>
7474
<dependency>
@@ -220,7 +220,7 @@
220220
<plugin>
221221
<groupId>org.sonatype.central</groupId>
222222
<artifactId>central-publishing-maven-plugin</artifactId>
223-
<version>0.9.0</version>
223+
<version>0.10.0</version>
224224
<extensions>true</extensions>
225225
<configuration>
226226
<publishingServerId>central</publishingServerId>

0 commit comments

Comments
 (0)