Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ plugins {
id "idea"
id "org.springframework.boot" version "3.5.13"
id "io.spring.dependency-management" version "1.1.7"
id "io.freefair.lombok" version "9.2.0"
id "com.github.spotbugs" version "6.5.0"
id "com.github.ben-manes.versions" version "0.53.0"
id "io.freefair.lombok" version "9.5.0"
id "com.github.spotbugs" version "6.5.4"
id "com.github.ben-manes.versions" version "0.54.0"
id "org.owasp.dependencycheck" version "12.2.0"
id "com.diffplug.spotless" version "8.4.0"
id "com.diffplug.spotless" version "8.5.1"
id "info.solidsoft.pitest" version "1.19.0"
id "org.openrewrite.rewrite" version "7.30.0"
id "org.openrewrite.rewrite" version "7.32.2"
}

spotless {
Expand All @@ -21,13 +21,13 @@ spotless {
ext {
javaUuidGeneratorVersion = "5.2.0"
logstashVersion = "9.0"
caffeineVersion = "3.2.3"
caffeineVersion = "3.2.4"
mockServerVersion = "5.15.0"
archUnitVersion = "1.4.1"
archUnitVersion = "1.4.2"
jUnit5PitestVersion = "1.2.3"
springDataSqliteVersion = "1.4.0"
sqliteJdbcVersion = "3.53.0.0"
apacheHttpClient5Version = "5.6"
sqliteJdbcVersion = "3.53.1.0"
apacheHttpClient5Version = "5.6.1"
}

repositories {
Expand All @@ -51,7 +51,7 @@ dependencies {
implementation "net.logstash.logback:logstash-logback-encoder:${logstashVersion}"
implementation "com.github.ben-manes.caffeine:caffeine:${caffeineVersion}"
implementation "org.apache.httpcomponents.client5:httpclient5:${apacheHttpClient5Version}"
implementation 'tools.jackson.core:jackson-core:3.1.2'
implementation 'tools.jackson.core:jackson-core:3.1.3'

testImplementation("org.springframework.boot:spring-boot-starter-test") {
exclude group: "org.junit.vintage", module: "junit-vintage-engine"
Expand Down
Binary file modified backend/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
6 changes: 4 additions & 2 deletions backend/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionSha256Sum=2ab2958f2a1e51120c326cad6f385153bb11ee93b3c216c5fccebfdfbb7ec6cb
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip
distributionSha256Sum=bafc141b619ad6350fd975fc903156dd5c151998cc8b058e8c1044ab5f7b031f
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip
networkTimeout=10000
retries=0
retryBackOffMs=500
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion backend/gradlew

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 10 additions & 21 deletions backend/gradlew.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading