Skip to content

Commit

Permalink
Update com.google.guava:guava dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
LakshanWeerasinghe committed Jun 16, 2023
1 parent d4d6d58 commit bc15da2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/javaLibsProject.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {
dist 'org.apache.geronimo.specs:geronimo-activation_1.1_spec:1.1'
dist 'org.apache.geronimo.specs:geronimo-stax-api_1.0_spec:1.0.1'
dist 'com.google.code.gson:gson:2.8.9'
dist 'com.google.guava:guava:31.0.1-jre'
dist 'com.google.guava:guava:32.0.0-jre'
dist 'com.github.jknack:handlebars:4.3.1'
dist 'com.sun.mail:javax.mail:1.6.2'
dist 'jaxen:jaxen:1.1.6'
Expand Down
2 changes: 1 addition & 1 deletion gradle/javaProject.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
implementation 'com.google.protobuf:protobuf-java:3.21.7'
implementation 'com.google.code.findbugs:jsr305:3.0.2'
implementation 'com.google.code.gson:gson:2.8.9'
implementation 'com.google.guava:guava:31.0.1-jre'
implementation 'com.google.guava:guava:32.0.0-jre'
implementation 'com.moandjiezana.toml:toml4j:0.7.2'
implementation 'com.sun.mail:javax.mail:1.6.2'
implementation 'com.squareup.okhttp3:okhttp:3.14.9'
Expand Down

0 comments on commit bc15da2

Please sign in to comment.