diff --git a/build.gradle b/build.gradle index 261b0c7..7ff9194 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ println "Platform is: ${javafxPlatform}" dependencies { def springBootVersion = "3.3.5" def mapStructVersion = "1.5.5.Final" - def commonsVersion = "763f32222acf0011c6b8b36dac9e0462eb433745" + def commonsVersion = "9972c3d" annotationProcessor(platform("org.springframework.boot:spring-boot-dependencies:${springBootVersion}")) implementation(platform("org.springframework.boot:spring-boot-dependencies:${springBootVersion}")) @@ -57,8 +57,8 @@ dependencies { implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310") implementation("com.fasterxml.jackson.datatype:jackson-datatype-jdk8") implementation("com.github.jasminb:jsonapi-converter:0.14") - implementation("com.github.FAForever.faf-java-commons:faf-commons-data:${commonsVersion}") - implementation("com.github.FAForever.faf-java-commons:faf-commons-api:${commonsVersion}") + implementation("com.github.FAForever.faf-java-commons:data:${commonsVersion}") + implementation("com.github.FAForever.faf-java-commons:api:${commonsVersion}") implementation("org.apache.httpcomponents:httpclient:4.5.14") implementation("com.github.rutledgepaulv:q-builders:1.6") implementation("com.google.guava:guava:33.3.1-jre")