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] authored Jun 1, 2023
1 parent c283ec9 commit c87af2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ dependencies {
'joda-time:joda-time:2.12.5'
)
implementation(
'com.google.guava:guava:31.1-jre',
'com.google.guava:guava:32.0.0-jre',
"org.slf4j:slf4j-api:2.0.7",
"org.slf4j:jcl-over-slf4j:2.0.7",
"org.slf4j:jul-to-slf4j:2.0.7",
Expand Down
2 changes: 1 addition & 1 deletion docs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
"org.springframework:spring-test:5.3.27",
'org.ccil.cowan.tagsoup:tagsoup:1.2.1',
'com.samskivert:jmustache:1.15',
'com.google.guava:guava:31.1-jre',
'com.google.guava:guava:32.0.0-jre',
'commons-io:commons-io:2.11.0',
"org.springframework:spring-beans:5.3.27",
"org.springframework:spring-web:5.3.27",
Expand Down

0 comments on commit c87af2b

Please sign in to comment.