Skip to content

Commit

Permalink
Renovate Combined Pull Request (#746)
Browse files Browse the repository at this point in the history
* Update dependency microsoft/ApplicationInsights-Java to v3.5.2

* Update spring security to v5.8.12

* Update dependency hashicorp/terraform to v1.8.2

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

* Update versions.logbackVersion to v1.5.6

* Update Terraform azurerm to ~> 3.101.0

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

* Update dependency pmd to v7.1.0

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

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

* Update versions.jacksondata to v2.17.1

* DTSAM-301 Renovate review W/C 2024-05-06 - logback reverted back to 1.2.13 as upgrade was causing errors

---------

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 May 9, 2024
1 parent 460097b commit e3f0b87
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Keep hub.Dockerfile aligned to this file as far as possible
ARG JAVA_OPTS="-Djava.security.egd=file:/dev/./urandom"
# renovate: datasource=github-releases depName=microsoft/ApplicationInsights-Java
ARG APP_INSIGHTS_AGENT_VERSION=3.5.1
ARG APP_INSIGHTS_AGENT_VERSION=3.5.2

# Application image

Expand Down
14 changes: 7 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ buildscript {

plugins {
id 'application'
id 'uk.gov.hmcts.java' version '0.12.60'
id 'uk.gov.hmcts.java' version '0.12.61'
id 'pmd'
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.4'
id 'io.spring.dependency-management' version '1.1.5'
id 'java'
id 'com.github.ben-manes.versions' version '0.51.0'
id 'org.sonarqube' version '5.0.0.4638'
Expand All @@ -44,11 +44,11 @@ def versions = [
springBoot : '2.7.18',
springHystrix : '2.1.1.RELEASE',
spring : '5.3.34',
springSecurity : '5.8.11',
springSecurity : '5.8.12',
tomcat : '9.0.88',
rest_assured : '3.3.0',
feign_jackson : '13.2.1',
jacksondata : '2.17.0',
jacksondata : '2.17.1',
log4JVersion : '2.23.1',
logbackVersion : '1.2.13'
]
Expand All @@ -57,7 +57,7 @@ mainClassName = 'uk.gov.hmcts.reform.roleassignmentrefresh.RoleAssignmentRefresh
def jarName = 'am-role-assignment-refresh-batch.jar'

pmd {
toolVersion = '7.0.0'
toolVersion = '7.1.0'
sourceSets = []
}

Expand Down Expand Up @@ -228,7 +228,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.1.0-jre'
implementation group: 'com.google.guava', name: 'guava', version: '33.2.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'
Expand All @@ -254,7 +254,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.2.0'
implementation group: 'io.opentelemetry.instrumentation', name: 'opentelemetry-instrumentation-annotations', version: '2.3.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.7.5
1.8.2
2 changes: 1 addition & 1 deletion infrastructure/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.100.0"
version = "~> 3.101.0"
}
random = {
source = "hashicorp/random"
Expand Down

0 comments on commit e3f0b87

Please sign in to comment.