Skip to content

Commit

Permalink
Merge pull request #239 from loulou2u/fix/upgrade-guava
Browse files Browse the repository at this point in the history
Upgrade Guava to 32.0
  • Loading branch information
bjagg authored Jun 20, 2023
2 parents 6ec3e9a + 9bfe666 commit f4a4f68
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 @@ -117,7 +117,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>31.1-jre</version>
<version>32.0.1-jre</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand Down Expand Up @@ -803,9 +803,9 @@
</dependencies>
</plugin>
<plugin>
<groupId>net.sf.alchim</groupId>
<groupId>net.alchim31.maven</groupId>
<artifactId>yuicompressor-maven-plugin</artifactId>
<version>0.7.1</version>
<version>1.5.1</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit f4a4f68

Please sign in to comment.