Skip to content

Commit

Permalink
Merge pull request #96 from MinimallyCorrect/renovate/major-guava-mon…
Browse files Browse the repository at this point in the history
…orepo

fix(deps): update dependency com.google.guava:guava to v33
  • Loading branch information
LunNova authored Sep 7, 2024
2 parents 80f91f3 + c9bf064 commit 32453f9
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.10.4'
implementation 'net.fabricmc:tiny-mappings-parser:0.3.0+build.17'
implementation 'com.google.guava:guava:31.1-jre'
implementation 'com.google.guava:guava:33.3.0-jre'

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

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

0 comments on commit 32453f9

Please sign in to comment.