Skip to content

Commit

Permalink
Merge pull request #40732 from LakshanWeerasinghe/bal-1.2.40-version
Browse files Browse the repository at this point in the history
Update com.google.guava:guava dependency to 32.0.0
  • Loading branch information
LakshanWeerasinghe committed Jun 19, 2023
2 parents 939039f + c34f64e commit 82ec28c
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: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
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-31.0.1-jre.jar"
path = "./lib/guava-32.0.0-jre.jar"
groupId = "com.google.guava"
modules = ["web-sub"]

0 comments on commit 82ec28c

Please sign in to comment.