Skip to content

Commit 860dfb5

Browse files
dependabot[bot]jreynard-code
authored andcommitted
Gradle: Bump jacksonVersion from 2.15.3 to 2.18.2
Bumps `jacksonVersion` from 2.15.3 to 2.18.2. Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.15.3 to 2.18.2 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.core:jackson-databind` from 2.15.3 to 2.18.2 - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-annotations dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7feaf6c commit 860dfb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ tasks.test { useJUnitPlatform() }
150150
// Dependencies version
151151

152152
// Required versions
153-
val jacksonVersion = "2.15.3"
153+
val jacksonVersion = "2.18.2"
154154
val springWebVersion = "6.2.1"
155155
val springBootVersion = "3.4.1"
156156

0 commit comments

Comments
 (0)