Skip to content

Commit

Permalink
Merge pull request #66 from gradle/dependabot/gradle/com.fasterxml.ja…
Browse files Browse the repository at this point in the history
…ckson.jaxrs-jackson-jaxrs-json-provider-2.15.2

Bump com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider from 2.15.1 to 2.15.2
  • Loading branch information
guylabs authored May 31, 2023
2 parents 5d8e983 + eb7614d commit 83df530
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 @@ -28,7 +28,7 @@ dependencies {
// Required for OpenAPI Generator
implementation("io.swagger:swagger-annotations:1.6.11")
implementation("javax.annotation:javax.annotation-api:1.3.2")
implementation("com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.15.1")
implementation("com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.15.2")
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.1")
implementation("com.google.code.findbugs:jsr305:3.0.2")
implementation("org.apache.httpcomponents.client5:httpclient5:5.2.1")
Expand Down

0 comments on commit 83df530

Please sign in to comment.