Skip to content

Commit

Permalink
Merge pull request #479 from jnidzwetzki/dependabot/maven/com.google.…
Browse files Browse the repository at this point in the history
…guava-guava-32.0.1-jre

Bump guava from 32.0.0-jre to 32.0.1-jre
  • Loading branch information
jnidzwetzki authored Jun 17, 2023
2 parents 4b47087 + 4968b5a commit 2c4e9e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bboxdb-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>32.0.0-jre</version>
<version>32.0.1-jre</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
Expand Down
2 changes: 1 addition & 1 deletion bboxdb-experiments/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>32.0.0-jre</version>
<version>32.0.1-jre</version>
</dependency>


Expand Down

0 comments on commit 2c4e9e1

Please sign in to comment.