Skip to content

Commit ef07af2

Browse files
dependabot[bot]jreynard-code
authored andcommitted
Gradle: Bump jacksonVersion from 2.18.2 to 2.18.3
Bumps `jacksonVersion` from 2.18.2 to 2.18.3. Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.18.2 to 2.18.3 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.core:jackson-databind` from 2.18.2 to 2.18.3 - [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-patch - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9fa203c commit ef07af2

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.18.2"
153+
val jacksonVersion = "2.18.3"
154154
val springWebVersion = "6.2.1"
155155
val springBootVersion = "3.4.1"
156156

0 commit comments

Comments
 (0)