Skip to content

Commit 6ef5ceb

Browse files
Bump the maven group across 1 directory with 2 updates
Bumps the maven group with 2 updates in the / directory: [com.google.guava:guava](https://github.com/google/guava) and [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle). Updates `com.google.guava:guava` from 33.5.0-jre to 33.6.0-jre - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) Updates `com.puppycrawl.tools:checkstyle` from 11.1.0 to 13.4.0 - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](checkstyle/checkstyle@checkstyle-11.1.0...checkstyle-13.4.0) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-version: 33.6.0-jre dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven - dependency-name: com.puppycrawl.tools:checkstyle dependency-version: 13.4.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: maven ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cde9fad commit 6ef5ceb

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
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>com.google.guava</groupId>
5656
<artifactId>guava</artifactId>
57-
<version>33.5.0-jre</version>
57+
<version>33.6.0-jre</version>
5858
</dependency>
5959
</dependencies>
6060
</dependencyManagement>
@@ -79,7 +79,7 @@
7979
<dependency>
8080
<groupId>com.puppycrawl.tools</groupId>
8181
<artifactId>checkstyle</artifactId>
82-
<version>11.1.0</version>
82+
<version>13.4.0</version>
8383
</dependency>
8484
</dependencies>
8585
<executions>

0 commit comments

Comments
 (0)