Skip to content

Commit

Permalink
Bump the maven group across 1 directory with 2 updates (revelc#41)
Browse files Browse the repository at this point in the history
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.0.0-jre to 33.2.1-jre
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

Updates `com.puppycrawl.tools:checkstyle` from 10.13.0 to 10.17.0
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-10.13.0...checkstyle-10.17.0)

---
updated-dependencies:
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 16, 2024
1 parent a6d97cc commit 8997d1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.0.0-jre</version>
<version>33.2.1-jre</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand All @@ -76,7 +76,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>10.13.0</version>
<version>10.17.0</version>
</dependency>
</dependencies>
<executions>
Expand Down

0 comments on commit 8997d1e

Please sign in to comment.