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 Jun 30, 2023
1 parent 1082dcc commit 08eb37d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
//api 'org.minimallycorrect.mixin:Mixin:0.0.6'
implementation 'net.fabricmc:tiny-remapper:0.8.6'
implementation 'net.fabricmc:tiny-mappings-parser:0.3.0+build.17'
implementation 'com.google.guava:guava:31.1-jre'
implementation 'com.google.guava:guava:32.1.1-jre'

compileOnly 'org.projectlombok:lombok:1.18.24'
annotationProcessor 'org.projectlombok:lombok:1.18.24'
Expand All @@ -65,7 +65,7 @@ allprojects {
failOnVersionConflict()

force('org.checkerframework:checker-qual:3.26.0')
force('com.google.guava:guava:31.1-jre')
force('com.google.guava:guava:32.1.1-jre')
force('com.google.code.findbugs:jsr305:3.0.2')
def asmVer = '9.4'
force("org.ow2.asm:asm:$asmVer")
Expand Down

0 comments on commit 08eb37d

Please sign in to comment.