Skip to content

Commit

Permalink
Renovate Combined Pull Request (#2118)
Browse files Browse the repository at this point in the history
* Update dependency com.azure:azure-messaging-servicebus to v7.17.4

* Update dependency com.nimbusds:nimbus-jose-jwt to v9.41.2

* Update log4j2 monorepo to v2.24.1

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Matt Nayler <57350764+mattnayler@users.noreply.github.com>
Co-authored-by: mikebrownccd <104495891+mikebrownccd@users.noreply.github.com>
  • Loading branch information
5 people authored Oct 10, 2024
1 parent e27cd38 commit 419a0a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def versions = [
feign_jackson : '9.7.0',
jacksondata : '2.17.2',
drools : '7.73.0.Final',
log4JVersion : '2.24.0',
log4JVersion : '2.24.1',
logbackVersion : '1.2.13',
launchDarklySdk: '5.10.9',
netty_version : '4.1.113.Final',
Expand Down Expand Up @@ -406,15 +406,15 @@ dependencies {
//Azure service bus libraries
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.12.0'
implementation group: 'com.azure', name: 'azure-core', version: '1.51.0'
implementation group: 'com.azure', name: 'azure-messaging-servicebus', version: '7.17.3'
implementation group: 'com.azure', name: 'azure-messaging-servicebus', version: '7.17.4'
implementation group: 'io.projectreactor', name: 'reactor-core', version: '3.6.10'
implementation group: 'commons-cli', name: 'commons-cli', version: '1.9.0'
implementation group: 'com.launchdarkly', name: 'launchdarkly-java-server-sdk', version: versions.launchDarklySdk
implementation group: 'com.google.guava', name: 'guava', version: '32.1.3-jre'
implementation group: 'com.github.ben-manes.caffeine', name: 'caffeine', version: '3.1.8'
implementation group: 'org.apache.maven', name: 'maven-core', version: '3.8.7'
implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.4'
implementation group: 'com.nimbusds', name: 'nimbus-jose-jwt', version: '9.41.1'
implementation group: 'com.nimbusds', name: 'nimbus-jose-jwt', version: '9.41.2'
implementation group: 'io.jsonwebtoken', name: 'jjwt', version: '0.9.1'
implementation group: 'com.github.hmcts', name: 'idam-java-client', version: '2.0.1'
implementation 'commons-io:commons-io:20030203.000550'
Expand Down

0 comments on commit 419a0a1

Please sign in to comment.