Skip to content

Commit e74caa4

Browse files
build(deps): bump the java-example-deps group
Bumps the java-example-deps group in /backend/java with 2 updates: [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) and com.diffplug.spotless. Updates `com.fasterxml.jackson.core:jackson-databind` from 2.17.2 to 2.20.1 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.diffplug.spotless` from 6.25.0 to 8.1.0 --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.20.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java-example-deps - dependency-name: com.diffplug.spotless dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: java-example-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ff34127 commit e74caa4

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)