Skip to content

Commit

Permalink
Merge pull request #3169 from matsim-org/dependabot/maven/com.google.…
Browse files Browse the repository at this point in the history
…guava-guava-33.1.0-jre

build(deps): bump com.google.guava:guava from 33.0.0-jre to 33.1.0-jre
  • Loading branch information
michalmac authored Mar 24, 2024
2 parents 4e058da + 436afd6 commit 62c3045
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.0.0-jre</version>
<version>33.1.0-jre</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down Expand Up @@ -344,6 +344,12 @@
<version>0.43.1</version>
</dependency>

<dependency>
<groupId>com.google.j2objc</groupId>
<artifactId>j2objc-annotations</artifactId>
<version>3.0.0</version>
</dependency>

<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
Expand Down

0 comments on commit 62c3045

Please sign in to comment.