Skip to content

Commit ed0a5ec

Browse files
github-actions[bot]renovate[bot]github-actions
authored
Renovate Combined Pull Request (#687)
* 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 <[email protected]>
1 parent 87bee9c commit ed0a5ec

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

build.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ plugins {
1919
id 'info.solidsoft.pitest' version '1.15.0'
2020
id 'io.spring.dependency-management' version '1.1.4'
2121
id 'java'
22-
id 'com.github.ben-manes.versions' version '0.50.0'
22+
id 'com.github.ben-manes.versions' version '0.51.0'
2323
id 'org.sonarqube' version '4.4.1.3373'
2424
id 'org.owasp.dependencycheck' version '9.0.9'
2525
}
@@ -36,18 +36,18 @@ ext['snakeyaml.version'] = '2.0'
3636
def versions = [
3737
junit : '5.9.3',
3838
lombok : '1.18.30',
39-
reformLogging : '6.1.3',
39+
reformLogging : '6.1.4',
4040
reformS2sClient: '4.0.2',
4141
serenity : '2.2.12',
4242
sonarPitest : '0.5',
43-
pitest : '1.15.6',
43+
pitest : '1.15.7',
4444
springBoot : '2.7.18',
4545
springHystrix : '2.1.1.RELEASE',
46-
spring : '5.3.31',
46+
spring : '5.3.32',
4747
springSecurity : '5.8.9',
4848
tomcat : '9.0.85',
4949
rest_assured : '3.3.0',
50-
feign_jackson : '13.2',
50+
feign_jackson : '13.2.1',
5151
jacksondata : '2.16.1',
5252
log4JVersion : '2.22.1',
5353
logbackVersion : '1.2.13'
@@ -254,11 +254,11 @@ dependencies {
254254
implementation group: 'org.springframework', name: 'spring-webmvc', version: versions.spring
255255
implementation group: 'commons-fileupload', name: 'commons-fileupload', version: '1.5'
256256

257-
implementation group: 'io.opentelemetry.instrumentation', name: 'opentelemetry-instrumentation-annotations', version: '2.0.0'
257+
implementation group: 'io.opentelemetry.instrumentation', name: 'opentelemetry-instrumentation-annotations', version: '2.1.0'
258258

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

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

285285
compileOnly group: 'org.projectlombok', name: 'lombok', version: versions.lombok
286286
annotationProcessor group: 'org.projectlombok', name: 'lombok', version: versions.lombok
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.3-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.4-all.zip
44
networkTimeout=10000
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

infrastructure/.terraform-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.2
1+
1.7.3

infrastructure/terraform.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ terraform {
88
required_providers {
99
azurerm = {
1010
source = "hashicorp/azurerm"
11-
version = "~> 3.90.0"
11+
version = "~> 3.92.0"
1212
}
1313
random = {
1414
source = "hashicorp/random"

0 commit comments

Comments
 (0)