Skip to content

Commit

Permalink
Renovate Combined Pull Request (#687)
Browse files Browse the repository at this point in the history
* Update dependency com.github.hmcts.java-logging:logging to v6.1.4

* Update dependency com.github.hmcts:fortify-client to v1.4.1

* Update dependency gradle to v7.6.4

* Update dependency org.pitest:pitest to v1.15.7

* Update plugin com.github.ben-manes.versions to v0.51.0

* Update dependency io.github.openfeign:feign-jackson to v13.2.1

* Update dependency hashicorp/terraform to v1.7.3

* Update dependency org.slf4j:slf4j-api to v2.0.12

* Update Terraform azurerm to ~> 3.92.0

* Update spring core to v5.3.32

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

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
3 people authored Feb 19, 2024
1 parent 87bee9c commit ed0a5ec
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ plugins {
id 'info.solidsoft.pitest' version '1.15.0'
id 'io.spring.dependency-management' version '1.1.4'
id 'java'
id 'com.github.ben-manes.versions' version '0.50.0'
id 'com.github.ben-manes.versions' version '0.51.0'
id 'org.sonarqube' version '4.4.1.3373'
id 'org.owasp.dependencycheck' version '9.0.9'
}
Expand All @@ -36,18 +36,18 @@ ext['snakeyaml.version'] = '2.0'
def versions = [
junit : '5.9.3',
lombok : '1.18.30',
reformLogging : '6.1.3',
reformLogging : '6.1.4',
reformS2sClient: '4.0.2',
serenity : '2.2.12',
sonarPitest : '0.5',
pitest : '1.15.6',
pitest : '1.15.7',
springBoot : '2.7.18',
springHystrix : '2.1.1.RELEASE',
spring : '5.3.31',
spring : '5.3.32',
springSecurity : '5.8.9',
tomcat : '9.0.85',
rest_assured : '3.3.0',
feign_jackson : '13.2',
feign_jackson : '13.2.1',
jacksondata : '2.16.1',
log4JVersion : '2.22.1',
logbackVersion : '1.2.13'
Expand Down Expand Up @@ -254,11 +254,11 @@ 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.0.0'
implementation group: 'io.opentelemetry.instrumentation', name: 'opentelemetry-instrumentation-annotations', version: '2.1.0'

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

testImplementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.11'
testImplementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.12'
testImplementation 'org.springframework.batch:spring-batch-test:5.1.0'
testImplementation(group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: versions.springBoot) {
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
Expand All @@ -280,7 +280,7 @@ dependencies {
testImplementation group: 'io.rest-assured', name: 'rest-assured', version: versions.rest_assured
testImplementation group: 'io.github.openfeign', name: 'feign-jackson', version: versions.feign_jackson
testImplementation('com.opentable.components:otj-pg-embedded:1.0.2')
testImplementation 'com.github.hmcts:fortify-client:1.4.0:all'
testImplementation 'com.github.hmcts:fortify-client:1.4.1:all'

compileOnly group: 'org.projectlombok', name: 'lombok', version: versions.lombok
annotationProcessor group: 'org.projectlombok', name: 'lombok', version: versions.lombok
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.4-all.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion infrastructure/.terraform-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.2
1.7.3
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.90.0"
version = "~> 3.92.0"
}
random = {
source = "hashicorp/random"
Expand Down

0 comments on commit ed0a5ec

Please sign in to comment.