Skip to content

Commit

Permalink
Merge pull request #299 from jenkinsci/dependabot/gradle/com.fasterxm…
Browse files Browse the repository at this point in the history
…l.jackson.core-jackson-databind-2.15.1

Bump com.fasterxml.jackson.core:jackson-databind from 2.15.0 to 2.15.1
  • Loading branch information
alextu authored May 23, 2023
2 parents e45db05 + 86ce46c commit 56d8482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ dependencies {
exclude(group = "commons-logging", module = "commons-logging")
}

implementation("com.fasterxml.jackson.core:jackson-databind:2.15.0")
implementation("com.fasterxml.jackson.core:jackson-databind:2.15.1")

add(includedLibs.name, "com.gradle:gradle-enterprise-maven-extension:${gradleEnterpriseMavenExtensionVersion}")
add(includedLibs.name, "com.gradle:common-custom-user-data-maven-extension:${commonCustomUserDataMavenExtensionVersion}")
Expand Down

0 comments on commit 56d8482

Please sign in to comment.