We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdddcc8 commit 51d8d52Copy full SHA for 51d8d52
build.gradle
@@ -56,7 +56,7 @@ dependencies {
56
implementation("com.github.FAForever.faf-java-commons:faf-commons-api:${commonsVersion}")
57
implementation("org.apache.httpcomponents:httpclient:4.5.14")
58
implementation("com.github.rutledgepaulv:q-builders:1.6")
59
- implementation("com.google.guava:guava:32.1.3-jre")
+ implementation("com.google.guava:guava:33.0.0-jre")
60
implementation("org.mapstruct:mapstruct:${mapStructVersion}")
61
implementation("org.openjfx:javafx-base:${javafxVersion}:${javafxPlatform}")
62
implementation("org.openjfx:javafx-controls:${javafxVersion}:${javafxPlatform}")
0 commit comments