Skip to content

Commit

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

* Update dependency org.projectlombok:lombok to v1.18.36

* Update log4j2 monorepo to v2.24.2

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: mikebrownccd <104495891+mikebrownccd@users.noreply.github.com>
  • Loading branch information
4 people authored Dec 5, 2024
1 parent 3d9749a commit 4af4a71
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 @@ -36,7 +36,7 @@ ext['snakeyaml.version'] = '2.0'

def versions = [
junit : '5.9.0',
lombok : '1.18.34',
lombok : '1.18.36',
pitest : '1.17.0',
reformLogging : '6.1.7',
reformS2sClient: '4.0.2',
Expand All @@ -53,7 +53,7 @@ def versions = [
feign_jackson : '9.7.0',
jacksondata : '2.18.1',
drools : '7.73.0.Final',
log4JVersion : '2.24.1',
log4JVersion : '2.24.2',
logbackVersion : '1.2.13',
launchDarklySdk: '5.10.9',
netty_version : '4.1.114.Final',
Expand Down Expand Up @@ -406,7 +406,7 @@ 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.54.1'
implementation group: 'com.azure', name: 'azure-messaging-servicebus', version: '7.17.5'
implementation group: 'com.azure', name: 'azure-messaging-servicebus', version: '7.17.6'
implementation group: 'io.projectreactor', name: 'reactor-core', version: '3.6.11'
implementation group: 'commons-cli', name: 'commons-cli', version: '1.9.0'
implementation group: 'com.launchdarkly', name: 'launchdarkly-java-server-sdk', version: versions.launchDarklySdk
Expand Down

0 comments on commit 4af4a71

Please sign in to comment.