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
4 changes: 2 additions & 2 deletions backend/java/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'application'
id 'com.diffplug.spotless' version '8.1.0'
id 'com.diffplug.spotless' version '8.2.0'
}

group = 'com.sumup.examples'
Expand All @@ -12,7 +12,7 @@ repositories {

dependencies {
implementation 'com.sumup:sumup:0.0.5'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.20.1'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.21.0'
}

application {
Expand Down
Binary file modified backend/java/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion backend/java/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.0-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
186 changes: 93 additions & 93 deletions backend/java/gradlew.bat
100644 → 100755

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