Skip to content

Commit

Permalink
Update dependency com.fasterxml.jackson.core:jackson-annotations to v…
Browse files Browse the repository at this point in the history
…2.17.2
  • Loading branch information
renovate[bot] authored Sep 23, 2024
1 parent 49a62e4 commit 0c4cd26
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api-contract/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = ''

dependencies {
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version:'2.13.5'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version:'2.17.2'
implementation group: 'org.hibernate', name: 'hibernate-validator', version:'7.0.1.Final'

}
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ subprojects {
implementation group: 'org.springdoc', name: 'springdoc-openapi-ui', version: '1.7.0'
implementation group: 'org.springdoc', name: 'springdoc-openapi-webmvc-core', version: '1.7.0'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.17.1'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.17.1'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.17.2'
}

task sourcesJar(type: Jar, dependsOn: classes) {
Expand Down
2 changes: 1 addition & 1 deletion model/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description = ''

dependencies {
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.13.5'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.17.2'
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-data-jpa'
implementation group: 'com.google.guava', name: 'guava', version: '27.0-jre'
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.7'
Expand Down

0 comments on commit 0c4cd26

Please sign in to comment.