Skip to content

Commit 57eb229

Browse files
build(deps): bump the java-example-deps group (#1)
1 parent 496067d commit 57eb229

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

backend/java/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'application'
3-
id 'com.diffplug.spotless' version '6.25.0'
3+
id 'com.diffplug.spotless' version '8.1.0'
44
}
55

66
group = 'com.sumup.examples'
@@ -12,7 +12,7 @@ repositories {
1212

1313
dependencies {
1414
implementation 'com.sumup:sumup:0.0.5'
15-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2'
15+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.20.1'
1616
}
1717

1818
application {

0 commit comments

Comments
 (0)