Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ plugins {
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.3.1.5724'
id 'org.sonarqube' version '7.0.1.6134'
id 'org.owasp.dependencycheck' version '12.1.6'
}

Expand All @@ -40,7 +40,7 @@ def versions = [
serenity : '4.2.34',
sonarPitest : '0.5',
pitest : '1.21.0',
spring : '6.2.11',
spring : '6.2.12',
springSecurity : '6.5.5',
rest_assured : '5.5.6',
feign_jackson : '13.6',
Expand Down Expand Up @@ -248,7 +248,7 @@ dependencies {
implementation group: 'com.fasterxml.jackson', name: 'jackson-bom', version: versions.jacksondata, ext: 'pom'
implementation group: 'com.github.hmcts', name: 'idam-java-client', version: '3.0.4'
implementation group: 'javax.inject', name: 'javax.inject', version: '1'
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '5.1.0'
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '5.2.1'
implementation 'org.jetbrains:annotations:26.0.2-1'
implementation group: 'org.springframework', name: 'spring-aop', version: versions.spring
implementation group: 'org.springframework', name: 'spring-aspects', version: versions.spring
Expand All @@ -262,7 +262,7 @@ dependencies {
implementation group: 'commons-fileupload', name: 'commons-fileupload', version: '1.6.0'
implementation group: 'commons-lang', name: 'commons-lang', version: '2.6'

implementation group: 'io.opentelemetry.instrumentation', name: 'opentelemetry-instrumentation-annotations', version: '2.20.1'
implementation group: 'io.opentelemetry.instrumentation', name: 'opentelemetry-instrumentation-annotations', version: '2.21.0'
implementation group: 'com.microsoft.azure', name: 'applicationinsights-core', version: '3.7.5'

//Sendgrid
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/.terraform-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.13.3
1.13.4