Skip to content

Commit

Permalink
Bump the maven group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the maven group with 3 updates: [com.google.guava:guava](https://github.com/google/guava), [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) and [junit:junit](https://github.com/junit-team/junit4).


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

Updates `ch.qos.logback:logback-classic` from 1.2.3 to 1.2.13
- [Commits](qos-ch/logback@v_1.2.3...v_1.2.13)

Updates `junit:junit` from 4.11 to 4.13.1
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.11.md)
- [Commits](junit-team/junit4@r4.11...r4.13.1)

---
updated-dependencies:
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: junit:junit
  dependency-type: direct:development
  dependency-group: maven
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 15, 2024
1 parent 3cc63e0 commit cf0f4c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>28.1-jre</version>
<version>32.0.0-jre</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.3</version>
<version>1.2.13</version>
</dependency>
<!-- test dependencies -->
<dependency>
Expand All @@ -56,7 +56,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version><!--$NO-MVN-MAN-VER$ -->
<version>4.13.1</version><!--$NO-MVN-MAN-VER$ -->
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit cf0f4c4

Please sign in to comment.