Skip to content

Commit

Permalink
Update dependency com.google.guava:guava to v32
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 30, 2023
1 parent 30e1e0a commit c826a78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tutorials/java/01-quickstart/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repositories {

dependencies {
// This dependency is used by the application.
implementation 'com.google.guava:guava:31.1-jre'
implementation 'com.google.guava:guava:32.1.1-jre'
implementation 'org.openmama:openmama:6.3.1-1'

// Use JUnit test framework
Expand Down
2 changes: 1 addition & 1 deletion tutorials/java/02-resourcepool/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repositories {

dependencies {
// This dependency is used by the application.
implementation 'com.google.guava:guava:31.1-jre'
implementation 'com.google.guava:guava:32.1.1-jre'
// implementation 'org.openmama:openmama:6.3.3'
implementation files('/home/fquinn/SourceExternal/finos/OpenMAMA/mama/jni/build/libs/openmama-6.3.0-1.jar')

Expand Down

0 comments on commit c826a78

Please sign in to comment.