Skip to content

Commit

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

---
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 17, 2023
1 parent 2e08d17 commit cbfcf94
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 @@ -31,7 +31,7 @@ dependencies {
// Required for OpenAPI Generator
implementation("io.swagger:swagger-annotations:1.6.12")
implementation("javax.annotation:javax.annotation-api:1.3.2")
implementation("com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.15.2")
implementation("com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.15.3")
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2")
implementation("com.google.code.findbugs:jsr305:3.0.2")
implementation("org.apache.httpcomponents.client5:httpclient5:5.2.1")
Expand Down

0 comments on commit cbfcf94

Please sign in to comment.