diff --git a/backend/build.gradle.kts b/backend/build.gradle.kts index 5e24974f..f33b5691 100644 --- a/backend/build.gradle.kts +++ b/backend/build.gradle.kts @@ -41,7 +41,7 @@ dependencies { implementation("org.springdoc:springdoc-openapi-kotlin:1.8.0") // Serialization - implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.2") + implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.1") // Postgres Database implementation("org.postgresql:postgresql:42.7.4") diff --git a/backend/gradle/wrapper/gradle-wrapper.properties b/backend/gradle/wrapper/gradle-wrapper.properties index df97d72b..e2847c82 100644 --- a/backend/gradle/wrapper/gradle-wrapper.properties +++ b/backend/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME