Skip to content

Commit

Permalink
fix(deps): 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 May 28, 2024
1 parent 0882b13 commit 8d69938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ctm/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ if (hasProperty('buildScan')) {

dependencies {
implementation 'org.apache.commons:commons-math3:3.6.1'
implementation 'com.google.guava:guava:31.1-jre'
implementation 'com.google.guava:guava:32.1.3-jre'
implementation 'org.scala-lang:scala-library:2.11.12'
implementation 'org.scala-lang:scala-reflect:2.11.12'
implementation 'org.scala-lang:scala-compiler:2.11.12'
Expand Down

0 comments on commit 8d69938

Please sign in to comment.