Skip to content

Commit

Permalink
Bump the maven group across 1 directory with 2 updates (#7)
Browse files Browse the repository at this point in the history
Bumps the maven group with 2 updates in the / directory: net.revelc.code:revelc and [com.google.guava:guava](https://github.com/google/guava).


Updates `net.revelc.code:revelc` from 5 to 6

Updates `com.google.guava:guava` from 33.1.0-jre to 33.2.1-jre
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

---
updated-dependencies:
- dependency-name: net.revelc.code:revelc
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven
- dependency-name: com.google.guava:guava
  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>
  • Loading branch information
dependabot[bot] authored Jul 11, 2024
1 parent 57f4b1e commit 916aeaf
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 @@ -19,7 +19,7 @@
<parent>
<groupId>net.revelc.code</groupId>
<artifactId>revelc</artifactId>
<version>5</version>
<version>6</version>
</parent>
<artifactId>warbucks-maven-plugin</artifactId>
<version>1.2.0-SNAPSHOT</version>
Expand Down Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.1.0-jre</version>
<version>33.2.1-jre</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 916aeaf

Please sign in to comment.