Skip to content

Commit

Permalink
Merge pull request #41058 from chiranSachintha/update-guava-version
Browse files Browse the repository at this point in the history
Update Guava version
  • Loading branch information
chiranSachintha authored Jul 19, 2023
2 parents 799d848 + 4b0e83c commit 3f5fe53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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:32.0.0-jre'
dist 'com.google.guava:guava:32.1.1-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:32.0.0-jre'
implementation 'com.google.guava:guava:32.1.1-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
2 changes: 1 addition & 1 deletion stdlib/websub/src/main/ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,6 @@ target = "java8"
[[platform.libraries]]
artifactId = "guava"
version = "19.0"
path = "./lib/guava-32.0.0-jre.jar"
path = "./lib/guava-32.1.1-jre.jar"
groupId = "com.google.guava"
modules = ["web-sub"]

0 comments on commit 3f5fe53

Please sign in to comment.