Skip to content

Commit

Permalink
Merge pull request #147 from gradle/dependabot/gradle/fasterxml-jacks…
Browse files Browse the repository at this point in the history
…on-93d93fd57a

Bump the fasterxml-jackson group with 2 updates
  • Loading branch information
guylabs authored Oct 29, 2024
2 parents cbceeea + 88c3da4 commit 87b4529
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ dependencies {
// Required for OpenAPI Generator
implementation("io.swagger:swagger-annotations:1.6.14")
implementation("javax.annotation:javax.annotation-api:1.3.2")
implementation("com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.18.0")
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.0")
implementation("com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.18.1")
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.1")
implementation("com.google.code.findbugs:jsr305:3.0.2")
implementation("org.apache.httpcomponents.client5:httpclient5:5.4")
implementation("org.slf4j:slf4j-api:2.0.16")
Expand Down

0 comments on commit 87b4529

Please sign in to comment.