Skip to content

Commit

Permalink
Renovate Combined Pull Request (#838)
Browse files Browse the repository at this point in the history
* Update spring core to v5.3.39

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

* Update dependency hashicorp/terraform to v1.9.5

* Update dependency org.postgresql:postgresql to v42.7.4

* Update Terraform azurerm to v4

* DTSAM-483 Renovate review W/C 2024-08-26 AzureRM version reverted from 4.0.0 back to 3.116.0

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions <[email protected]>
Co-authored-by: Mike Brown <[email protected]>
  • Loading branch information
4 people authored Aug 29, 2024
1 parent b5c99dd commit f81f969
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def versions = [
pitest : '1.16.1',
springBoot : '2.7.18',
springHystrix : '2.1.1.RELEASE',
spring : '5.3.37',
spring : '5.3.39',
springSecurity : '5.8.13',
tomcat : '9.0.93',
rest_assured : '3.3.0',
Expand Down Expand Up @@ -240,7 +240,7 @@ dependencies {
implementation group: 'com.google.guava', name: 'guava', version: '33.3.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.3'
implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.4'
implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.14'
implementation 'commons-io:commons-io:20030203.000550'
implementation group: 'org.apache.tomcat.embed', name: 'tomcat-embed-websocket', version: versions.tomcat
Expand All @@ -262,7 +262,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.6.0'
implementation group: 'io.opentelemetry.instrumentation', name: 'opentelemetry-instrumentation-annotations', version: '2.7.0'

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

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

0 comments on commit f81f969

Please sign in to comment.