Skip to content

Commit

Permalink
update the guava version to 33.3.1 for function apps used in emulated…
Browse files Browse the repository at this point in the history
… and endtoend tests (#803)
  • Loading branch information
ahmedmuhsin authored Dec 14, 2024
1 parent db12979 commit 8ecc29b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion emulatedtests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>32.0.0-jre</version>
<version>33.3.1-jre</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
Expand Down
2 changes: 1 addition & 1 deletion endtoendtests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>32.0.0-jre</version>
<version>33.3.1-jre</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
Expand Down

0 comments on commit 8ecc29b

Please sign in to comment.