Skip to content

Commit

Permalink
Merge pull request #626 from hmcts/combine-prs-branch
Browse files Browse the repository at this point in the history
Renovate Combined Pull Request
  • Loading branch information
sankar-padakula committed Feb 6, 2023
2 parents 17eb430 + 22566ec commit d498c4e
Showing 1 changed file with 4 additions and 4 deletions.
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

0 comments on commit d498c4e

Please sign in to comment.