Skip to content

Commit

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

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

* Update versions.logbackVersion to v1.5.11

* Update dependency hashicorp/terraform to v1.9.8

* DTSAM-585 Renovate review W/C 2024-10-21 - logback version reverted 1.5.11 -> 1.2.13 due to error ClassNotFoundException: org.slf4j.impl.StaticLoggerBinder

---------

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 Oct 23, 2024
1 parent 81bc72f commit 0b663ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ext['snakeyaml.version'] = '2.0'
def versions = [
junit : '5.9.3',
lombok : '1.18.34',
reformLogging : '6.1.6',
reformLogging : '6.1.7',
reformS2sClient: '4.0.2',
serenity : '2.2.12',
sonarPitest : '0.5',
Expand Down Expand Up @@ -289,7 +289,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.1.0')
testImplementation 'com.github.hmcts:fortify-client:1.4.4:all'
testImplementation 'com.github.hmcts:fortify-client:1.4.5: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 infrastructure/.terraform-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.7
1.9.8

0 comments on commit 0b663ac

Please sign in to comment.