We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 496067d commit 57eb229Copy full SHA for 57eb229
1 file changed
backend/java/build.gradle
@@ -1,6 +1,6 @@
1
plugins {
2
id 'application'
3
- id 'com.diffplug.spotless' version '6.25.0'
+ id 'com.diffplug.spotless' version '8.1.0'
4
}
5
6
group = 'com.sumup.examples'
@@ -12,7 +12,7 @@ repositories {
12
13
dependencies {
14
implementation 'com.sumup:sumup:0.0.5'
15
- implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2'
+ implementation 'com.fasterxml.jackson.core:jackson-databind:2.20.1'
16
17
18
application {
0 commit comments