Skip to content

Commit ab37d70

Browse files
Bump the dev-dependencies group across 1 directory with 4 updates
Bumps the dev-dependencies group with 4 updates in the / directory: [org.testng:testng](https://github.com/testng-team/testng), [org.mockito:mockito-core](https://github.com/mockito/mockito), [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) and [org.sonatype.central:central-publishing-maven-plugin](https://github.com/sonatype/central-publishing-maven-plugin). Updates `org.testng:testng` from 7.11.0 to 7.12.0 - [Release notes](https://github.com/testng-team/testng/releases) - [Changelog](https://github.com/testng-team/testng/blob/master/CHANGES.txt) - [Commits](testng-team/testng@7.11.0...7.12.0) Updates `org.mockito:mockito-core` from 5.20.0 to 5.21.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.20.0...v5.21.0) 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 `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.testng:testng dependency-version: 7.12.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: org.mockito:mockito-core dependency-version: 5.21.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - 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: dev-dependencies - 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: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e1cb563 commit ab37d70

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@
5454
<dependency>
5555
<groupId>org.testng</groupId>
5656
<artifactId>testng</artifactId>
57-
<version>7.11.0</version>
57+
<version>7.12.0</version>
5858
<scope>test</scope>
5959
</dependency>
6060
<dependency>
6161
<groupId>org.mockito</groupId>
6262
<artifactId>mockito-core</artifactId>
63-
<version>5.20.0</version>
63+
<version>5.23.0</version>
6464
<scope>test</scope>
6565
</dependency>
6666
<dependency>
@@ -75,7 +75,7 @@
7575
<plugin>
7676
<groupId>org.apache.maven.plugins</groupId>
7777
<artifactId>maven-compiler-plugin</artifactId>
78-
<version>3.14.1</version>
78+
<version>3.15.0</version>
7979
<configuration>
8080
<release>8</release>
8181
<compilerArgument>-Xlint:all</compilerArgument>
@@ -195,7 +195,7 @@
195195
<plugin>
196196
<groupId>org.sonatype.central</groupId>
197197
<artifactId>central-publishing-maven-plugin</artifactId>
198-
<version>0.9.0</version>
198+
<version>0.10.0</version>
199199
<extensions>true</extensions>
200200
<configuration>
201201
<publishingServerId>central</publishingServerId>

0 commit comments

Comments
 (0)