Skip to content

Commit

Permalink
Renovate Combined Pull Request (#1854)
Browse files Browse the repository at this point in the history
* Update dependency org.apache.commons:commons-compress to v1.26.1

* Update plugin uk.gov.hmcts.java to v0.12.60

* Update dependency com.azure:azure-core to v1.48.0

* Update versions.jacksondata to v2.17.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 Apr 11, 2024
1 parent 86dac65 commit 3b6f356
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 @@ -11,7 +11,7 @@ buildscript {

plugins {
id 'application'
id 'uk.gov.hmcts.java' version '0.12.56'
id 'uk.gov.hmcts.java' version '0.12.60'
id 'pmd'
id 'jacoco'
id 'io.spring.dependency-management' version '1.1.4'
Expand Down Expand Up @@ -50,7 +50,7 @@ def versions = [
rest_assured : '3.3.0',
cucumber : '5.7.0',
feign_jackson : '9.7.0',
jacksondata : '2.16.1',
jacksondata : '2.17.0',
drools : '7.73.0.Final',
log4JVersion : '2.20.0',
logbackVersion : '1.2.13',
Expand Down Expand Up @@ -399,7 +399,7 @@ dependencies {
exclude group: 'com.microsoft.azure', module: 'adal4j'
exclude group: 'org.asynchttpclient', module: 'async-http-client-netty-utils'
}
implementation group: 'com.azure', name: 'azure-core', version: '1.46.0'
implementation group: 'com.azure', name: 'azure-core', version: '1.48.0'
implementation group: 'com.azure', name: 'azure-messaging-servicebus', version: '7.15.1'
implementation group: 'io.projectreactor', name: 'reactor-core', version: '3.5.11'
implementation group: 'commons-cli', name: 'commons-cli', version: '1.6.0'
Expand All @@ -414,7 +414,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.0'
implementation group: 'org.apache.commons', name: 'commons-compress', version: '1.26.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 3b6f356

Please sign in to comment.