Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renovate Combined Pull Request #626

Merged
merged 8 commits into from
Feb 6, 2023
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ def versions = [
springBoot : '2.6.7',
spring : '5.3.25',
springHystrix : '2.1.1.RELEASE',
swagger2Version : '2.10.5',
swagger2Version : '3.0.0',
pact_version : '4.1.7',
rest_assured : '3.3.0',
cucumber : '5.7.0',
feign_jackson : '9.7.0',
feign_jackson : '12.1',
launchDarklySdk : '5.10.7',
log4JVersion : '2.19.0',
logbackVersion : '1.2.10'
Expand Down Expand Up @@ -382,7 +382,7 @@ dependencies {
implementation group: 'org.apache.tomcat.embed', name: 'tomcat-embed-websocket', version: '9.0.71'
implementation group: 'org.apache.tomcat.embed', name: 'tomcat-embed-core', version: '9.0.71'
implementation group: 'org.postgresql', name: 'postgresql', version: '42.5.1'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.14.1'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.14.2'
implementation group: 'com.fasterxml.jackson', name: 'jackson-bom', version: '2.14.1', ext: 'pom'
implementation group: 'com.nimbusds', name: 'lang-tag', version: '1.7'

Expand Down Expand Up @@ -484,7 +484,7 @@ dependencyManagement {
entry 'logback-classic'
entry 'logback-core'
}
dependencySet(group: 'com.fasterxml.jackson.core', version: '2.14.1') {
dependencySet(group: 'com.fasterxml.jackson.core', version: '2.14.2') {
entry 'jackson-databind'
entry 'jackson-core'
entry 'jackson-annotations'
Expand Down