Skip to content

Commit

Permalink
Renovate Combined Pull Request (#2083)
Browse files Browse the repository at this point in the history
* Update dependency org.pitest:pitest to v1.16.3

* Update dependency commons-cli:commons-cli to v1.9.0

* Update dependency org.apache.commons:commons-compress to v1.27.1

* Update log4j2 monorepo to v2.24.0

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
3 people authored Sep 10, 2024
1 parent 2460bb8 commit ca70cc8
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 @@ -37,7 +37,7 @@ ext['snakeyaml.version'] = '2.0'
def versions = [
junit : '5.9.0',
lombok : '1.18.34',
pitest : '1.16.2',
pitest : '1.16.3',
reformLogging : '6.1.6',
reformS2sClient: '4.0.2',
serenity : '2.2.12',
Expand All @@ -53,7 +53,7 @@ def versions = [
feign_jackson : '9.7.0',
jacksondata : '2.17.2',
drools : '7.73.0.Final',
log4JVersion : '2.20.0',
log4JVersion : '2.24.0',
logbackVersion : '1.2.13',
launchDarklySdk: '5.10.9',
netty_version : '4.1.112.Final',
Expand Down Expand Up @@ -411,7 +411,7 @@ dependencies {
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: 'io.projectreactor', name: 'reactor-core', version: '3.6.9'
implementation group: 'commons-cli', name: 'commons-cli', version: '1.8.0'
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'
Expand All @@ -423,7 +423,7 @@ dependencies {
implementation 'commons-io:commons-io:20030203.000550'
//CVE-2021-35515, CVE-2021-35516, CVE-2021-35517, CVE-2021-36090
// To be cleaned up later
implementation group: 'org.apache.commons', name: 'commons-compress', version: '1.26.2'
implementation group: 'org.apache.commons', name: 'commons-compress', version: '1.27.1'
implementation group: 'org.apache.tomcat.embed', name: 'tomcat-embed-websocket', version: versions.tomcat
implementation group: 'org.apache.tomcat.embed', name: 'tomcat-embed-core', version: versions.tomcat

Expand Down

0 comments on commit ca70cc8

Please sign in to comment.