Skip to content

Commit

Permalink
Bump com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider
Browse files Browse the repository at this point in the history
Bumps com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider from 2.15.1 to 2.15.2.

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 31, 2023
1 parent 5d8e983 commit eb7614d
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 eb7614d

Please sign in to comment.