Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
c257f52
Update All non-major updates
renovate[bot] Feb 26, 2026
c2bafec
revert payments-client version bump as not availale on hmcts artifactory
sabahirfan Feb 26, 2026
aa50615
Update All non-major updates
renovate[bot] Feb 26, 2026
153377c
Fix StringBuilder to be used from java instead of camunda jar
sabahirfan Feb 26, 2026
b043569
Merge branch 'renovate/all-non-major' of github.com:hmcts/civil-servi…
sabahirfan Feb 26, 2026
cd2b5b1
Revert caunda upgrade, as it is breaking change
sabahirfan Feb 26, 2026
3959856
Merge branch 'master' into renovate/all-non-major
sabahirfan Feb 26, 2026
38e83c7
Update All non-major updates
renovate[bot] Feb 26, 2026
4e73078
Revert caunda upgrade, as it is breaking change
sabahirfan Feb 26, 2026
637a242
revert payments-client version bump as not availale on hmcts artifactory
sabahirfan Feb 26, 2026
fa189d6
Revert springboot version bump
sabahirfan Feb 26, 2026
c009139
revert openapi bump as its has breaking changes
sabahirfan Feb 27, 2026
106f359
Revert spring upgrades
sabahirfan Feb 27, 2026
aec5821
Revert auth checker lib upgrades
sabahirfan Feb 27, 2026
18b19a3
Merge branch 'master' into renovate/all-non-major
sabahirfan Feb 27, 2026
3a6d04c
Revert persistence-api upgrades
sabahirfan Feb 27, 2026
772d54e
M#erge branch 'renovate/all-non-major' of github.com:hmcts/civil-serv…
sabahirfan Feb 27, 2026
99c17bc
Merge branch 'master' into renovate/all-non-major
sabahirfan Mar 2, 2026
a384a85
Merge branch 'master' into renovate/all-non-major
sabahirfan Mar 3, 2026
32ec602
json-schema-validator: Pin it back to 1.5.8 in the renovate PR until …
sabahirfan Mar 3, 2026
2cb5358
revert lombok and upgrade json-schema-validator
sabahirfan Mar 3, 2026
3d476e7
revert lombok and upgrade json-schema-validator
sabahirfan Mar 3, 2026
27dfd2e
Update All non-major updates
renovate[bot] Mar 4, 2026
13ec311
revert payments-client version bump as not availale on hmcts artifactory
sabahirfan Mar 4, 2026
ebe7e04
revert camunda upgrade as breaking change
sabahirfan Mar 4, 2026
5a42032
Revert auth checker lib upgrade
sabahirfan Mar 4, 2026
7b2ca06
Merge branch 'master' into renovate/all-non-major
sabahirfan Mar 4, 2026
696ef0c
update renovate config to ignore the reaking minor versions for upcom…
sabahirfan Mar 4, 2026
8cd31cb
Merge branch 'renovate/all-non-major' of github.com:hmcts/civil-servi…
sabahirfan Mar 4, 2026
1ff285c
revert lombok upgrade
sabahirfan Mar 5, 2026
0d12055
Update All non-major updates
renovate[bot] Apr 17, 2026
fdc7e51
Explicitly specify the lombok version used
sabahirfan Apr 17, 2026
f05c876
Rebase from master
sabahirfan Apr 17, 2026
26a1bca
fix issue
sabahirfan Apr 17, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.22.0
22.22.2
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# renovate: datasource=github-releases depName=microsoft/ApplicationInsights-Java
ARG APP_INSIGHTS_AGENT_VERSION=3.7.7
ARG APP_INSIGHTS_AGENT_VERSION=3.7.8

# Application image

Expand Down
38 changes: 19 additions & 19 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ plugins {
id 'jacoco'
id 'io.spring.dependency-management' version '1.1.7'
id 'org.springframework.boot' version '3.3.7'
id 'org.owasp.dependencycheck' version '12.2.0'
id 'org.owasp.dependencycheck' version '12.2.1'
id 'com.github.ben-manes.versions' version '0.53.0'
id 'org.sonarqube' version '6.3.1.5724'
id 'au.com.dius.pact' version '4.6.17'
id "io.freefair.lombok" version "8.14.4"
id 'com.github.hmcts.rse-cft-lib' version '0.19.2017'
id 'com.github.hmcts.rse-cft-lib' version '0.19.2084'
id "org.flywaydb.flyway" version "10.22.0"
id 'maven-publish'
id "org.gradle.test-retry" version "1.6.2"
id "org.gradle.test-retry" version "1.6.4"
}

group = 'uk.gov.hmcts.reform'
Expand All @@ -28,8 +28,8 @@ def versions = [
lombok : '1.18.38',
camunda : '7.20.0',
testcontainers : '1.21.4',
pdfbox : '3.0.6',
tika : '3.2.3'
pdfbox : '3.0.7',
tika : '3.3.0'
]

allprojects {
Expand Down Expand Up @@ -104,7 +104,7 @@ allprojects {
dependencyManagement {
dependencies {
//CVE-2018-10237 - Unbounded memory allocation
dependencySet(group: 'com.google.guava', version: '33.5.0-jre') {
dependencySet(group: 'com.google.guava', version: '33.6.0-jre') {
entry 'guava'
}

Expand All @@ -113,7 +113,7 @@ allprojects {
// To prevent other libraries using conflicting versions
dependency group: 'org.slf4j', name: 'slf4j-nop', version: '2.0.17'

dependencySet(group: 'org.apache.httpcomponents.core5', version: '5.4.1') {
dependencySet(group: 'org.apache.httpcomponents.core5', version: '5.4.2') {
entry 'httpcore5'
entry 'httpcore5-h2'
}
Expand Down Expand Up @@ -363,8 +363,8 @@ dependencies {
implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.10'
implementation group: 'jakarta.persistence', name: 'jakarta.persistence-api', version: '3.1.0'

implementation group: 'org.jdbi', name: 'jdbi3-sqlobject', version: '3.51.0'
implementation group: 'org.jdbi', name: 'jdbi3-spring', version: '3.51.0'
implementation group: 'org.jdbi', name: 'jdbi3-sqlobject', version: '3.52.1'
implementation group: 'org.jdbi', name: 'jdbi3-spring', version: '3.52.1'

implementation group: 'org.flywaydb', name: 'flyway-core'

Expand All @@ -373,11 +373,11 @@ dependencies {
implementation group: 'org.springframework.cloud', name: 'spring-cloud-openfeign-core'
implementation group: 'com.github.hmcts', name: 'service-auth-provider-java-client', version: '4.1.2'
implementation group: 'org.apache.tika', name: 'tika-core', version: versions.tika
implementation group: 'io.github.openfeign', name: 'feign-httpclient', version: '13.9.3'
implementation group: 'io.github.openfeign', name: 'feign-httpclient', version: '13.11'
implementation group: 'org.springframework.retry', name: 'spring-retry'

implementation group: 'com.github.hmcts.java-logging', name: 'logging', version: '8.0.0'
implementation group: 'com.microsoft.azure', name: 'applicationinsights-web', version: '3.7.7'
implementation group: 'com.microsoft.azure', name: 'applicationinsights-web', version: '3.7.8'

implementation group: 'commons-lang', name: 'commons-lang', version: '2.6'
implementation group: 'com.github.hmcts', name: 'core-case-data-store-client', version: '5.2.0'
Expand Down Expand Up @@ -408,13 +408,13 @@ dependencies {
implementation group: 'org.springframework.security', name: 'spring-security-oauth2-client'
implementation group: 'org.springframework.security', name: 'spring-security-oauth2-jose'
implementation group: 'org.springframework.security', name: 'spring-security-oauth2-core'
implementation group: 'com.nimbusds', name: 'nimbus-jose-jwt', version: '10.8'
implementation group: 'com.nimbusds', name: 'nimbus-jose-jwt', version: '10.9'
implementation group: 'io.jsonwebtoken', name: 'jjwt', version: '0.13.0'
implementation group: 'com.github.hmcts', name: 'idam-java-client', version: '3.0.3'
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.25.3'
implementation group: 'org.apache.logging.log4j', name: 'log4j-to-slf4j', version: '2.25.3'
implementation group: 'com.github.hmcts', name: 'idam-java-client', version: '3.0.5'
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.25.4'
implementation group: 'org.apache.logging.log4j', name: 'log4j-to-slf4j', version: '2.25.4'
constraints {
implementation('org.apache.logging.log4j:log4j-core:2.25.3') {
implementation('org.apache.logging.log4j:log4j-core:2.25.4') {
because 'CVE-2025-68161 (upgrade to vendor recommended version)'
}
}
Expand All @@ -434,7 +434,7 @@ dependencies {

// JAX-B dependencies for JDK 9+
implementation group: 'jakarta.xml.bind', name: 'jakarta.xml.bind-api', version: '4.0.5'
implementation group: 'org.glassfish.jaxb', name: 'jaxb-runtime', version: '4.0.6'
implementation group: 'org.glassfish.jaxb', name: 'jaxb-runtime', version: '4.0.7'
implementation group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1'
runtimeOnly group: 'com.sun.xml.bind', name: 'jaxb-impl', version: '2.3.9'
runtimeOnly group: 'com.sun.activation', name: 'javax.activation', version: '1.2.0'
Expand All @@ -458,8 +458,8 @@ dependencies {
testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.11.0'
testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version: '4.11.0'
testImplementation group: 'org.mockito', name: 'mockito-inline', version: '4.11.0'
testImplementation group: 'net.bytebuddy', name: 'byte-buddy', version: '1.18.7'
testImplementation group: 'net.bytebuddy', name: 'byte-buddy-agent', version: '1.18.7'
testImplementation group: 'net.bytebuddy', name: 'byte-buddy', version: '1.18.8'
testImplementation group: 'net.bytebuddy', name: 'byte-buddy-agent', version: '1.18.8'

testAnnotationProcessor group: 'org.projectlombok', name: 'lombok', version: versions.lombok
testCompileOnly group: 'org.projectlombok', name: 'lombok', version: versions.lombok
Expand Down
4 changes: 2 additions & 2 deletions dashboard-notifications/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ dependencies {
implementation 'jakarta.inject:jakarta.inject-api:2.0.1'
implementation 'jakarta.validation:jakarta.validation-api:3.1.1'
implementation group: 'org.apache.commons', name: 'commons-text', version: '1.15.0'
implementation group: 'io.swagger.core.v3', name: 'swagger-annotations', version: '2.2.44'
implementation group: 'com.github.hmcts', name: 'idam-java-client', version: '3.0.3'
implementation group: 'io.swagger.core.v3', name: 'swagger-annotations', version: '2.2.48'
implementation group: 'com.github.hmcts', name: 'idam-java-client', version: '3.0.5'

runtimeOnly 'org.postgresql:postgresql:42.7.10'
compileOnly 'org.projectlombok:lombok'
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/.terraform-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.14.6
1.14.8
Loading