Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renovate Combined Pull Request #665

Merged
merged 17 commits into from
Jan 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
564abd7
Update plugin org.owasp.dependencycheck to v9.0.8
renovate[bot] Jan 11, 2024
a3c4ead
Update plugin uk.gov.hmcts.java to v0.12.55
renovate[bot] Jan 11, 2024
25a60f9
Update spring security to v5.8.9
renovate[bot] Jan 11, 2024
6b63ebe
Update log4j2 monorepo to v2.22.1
renovate[bot] Jan 11, 2024
90dbc95
Update dependency io.github.openfeign:feign-jackson to v13
renovate[bot] Jan 11, 2024
0b9c107
Merge branch 'renovate/log4j2-monorepo' of https://github.com/hmcts/a…
invalid-email-address Jan 15, 2024
110b84f
Merge branch 'renovate/major-feign-monorepo' of https://github.com/hm…
invalid-email-address Jan 15, 2024
406e761
Merge branch 'renovate/uk.gov.hmcts.java-0.x' of https://github.com/h…
invalid-email-address Jan 15, 2024
6ff9fc5
Merge branch 'renovate/org.owasp.dependencycheck-9.x' of https://gith…
invalid-email-address Jan 15, 2024
33ea7c5
Update dependency com.github.hmcts.java-logging:logging to v6.1.3
renovate[bot] Jan 18, 2024
694ae6c
Update dependency io.opentelemetry.instrumentation:opentelemetry-inst…
renovate[bot] Jan 18, 2024
e109f70
Update dependency org.slf4j:slf4j-api to v2
renovate[bot] Jan 18, 2024
24fc64e
Update Terraform azurerm to ~> 3.88.0
renovate[bot] Jan 19, 2024
19c016e
Merge branch 'renovate/azurerm-3.x' of https://github.com/hmcts/am-ro…
invalid-email-address Jan 22, 2024
1c131fc
Merge branch 'renovate/versions.reformlogging' of https://github.com/…
invalid-email-address Jan 22, 2024
7d617be
Merge branch 'renovate/io.opentelemetry.instrumentation-opentelemetry…
invalid-email-address Jan 22, 2024
d65cdb2
Merge branch 'renovate/major-slf4j-monorepo' of https://github.com/hm…
invalid-email-address Jan 22, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {

plugins {
id 'application'
id 'uk.gov.hmcts.java' version '0.12.53'
id 'uk.gov.hmcts.java' version '0.12.55'
id 'pmd'
id 'jacoco'
id 'org.springframework.boot' version '2.7.18'
Expand All @@ -21,7 +21,7 @@ plugins {
id 'java'
id 'com.github.ben-manes.versions' version '0.50.0'
id 'org.sonarqube' version '4.4.1.3373'
id 'org.owasp.dependencycheck' version '9.0.7'
id 'org.owasp.dependencycheck' version '9.0.8'
}

apply plugin: "info.solidsoft.pitest"
Expand All @@ -36,20 +36,20 @@ ext['snakeyaml.version'] = '2.0'
def versions = [
junit : '5.9.3',
lombok : '1.18.30',
reformLogging : '6.0.1',
reformLogging : '6.1.3',
reformS2sClient: '4.0.2',
serenity : '2.2.12',
sonarPitest : '0.5',
pitest : '1.15.3',
springBoot : '2.7.18',
springHystrix : '2.1.1.RELEASE',
spring : '5.3.31',
springSecurity : '5.8.8',
springSecurity : '5.8.9',
tomcat : '9.0.84',
rest_assured : '3.3.0',
feign_jackson : '12.5',
feign_jackson : '13.1',
jacksondata : '2.16.1',
log4JVersion : '2.21.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: '1.32.0'
implementation group: 'io.opentelemetry.instrumentation', name: 'opentelemetry-instrumentation-annotations', version: '2.0.0'

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

testImplementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.36'
testImplementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.11'
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 Down
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.85.0"
version = "~> 3.88.0"
}
random = {
source = "hashicorp/random"
Expand Down