Skip to content

Commit

Permalink
Renovate Combined Pull Request (#936)
Browse files Browse the repository at this point in the history
* Update log4j2 monorepo to v2.24.3

* Update plugin io.spring.dependency-management to v1.1.7

* Update dependency com.google.guava:guava to v33.4.0-jre

* Update dependency io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations to v2.11.0

* Update dependency pmd to v7.9.0

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
3 people authored Jan 3, 2025
1 parent 1844c69 commit 066139b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ plugins {
id 'jacoco'
id 'org.springframework.boot' version '2.7.18'
id 'info.solidsoft.pitest' version '1.15.0'
id 'io.spring.dependency-management' version '1.1.6'
id 'io.spring.dependency-management' version '1.1.7'
id 'java'
id 'com.github.ben-manes.versions' version '0.51.0'
id 'org.sonarqube' version '6.0.1.5171'
Expand Down Expand Up @@ -49,7 +49,7 @@ def versions = [
rest_assured : '3.3.0',
feign_jackson : '13.5',
jacksondata : '2.18.2',
log4JVersion : '2.24.2',
log4JVersion : '2.24.3',
logbackVersion : '1.5.15',
thymeleaf : '3.1.3.RELEASE'
]
Expand All @@ -58,7 +58,7 @@ mainClassName = 'uk.gov.hmcts.reform.roleassignmentrefresh.RoleAssignmentRefresh
def jarName = 'am-role-assignment-refresh-batch.jar'

pmd {
toolVersion = '7.8.0'
toolVersion = '7.9.0'
sourceSets = []
}

Expand Down Expand Up @@ -239,7 +239,7 @@ dependencies {
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-netflix-hystrix', version: '2.2.10.RELEASE'
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign', version: '3.1.9'

implementation group: 'com.google.guava', name: 'guava', version: '33.3.1-jre'
implementation group: 'com.google.guava', name: 'guava', version: '33.4.0-jre'
implementation group: 'com.github.hmcts', name: 'service-auth-provider-java-client', version: versions.reformS2sClient
implementation group: 'com.github.hmcts.java-logging', name: 'logging', version: versions.reformLogging
implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.4'
Expand All @@ -264,7 +264,7 @@ dependencies {
implementation group: 'org.springframework', name: 'spring-webmvc', version: versions.spring
implementation group: 'commons-fileupload', name: 'commons-fileupload', version: '1.5'

implementation group: 'io.opentelemetry.instrumentation', name: 'opentelemetry-instrumentation-annotations', version: '2.10.0'
implementation group: 'io.opentelemetry.instrumentation', name: 'opentelemetry-instrumentation-annotations', version: '2.11.0'

implementation group: 'com.microsoft.azure', name: 'applicationinsights-spring-boot-starter', version: '2.6.4'

Expand Down

0 comments on commit 066139b

Please sign in to comment.