Skip to content

Commit 1715ffc

Browse files
Merge pull request #401 from hmcts/combine-prs-branch
Renovate Combined Pull Request
2 parents acb2a2d + acecc68 commit 1715ffc

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,13 +227,13 @@ dependencies {
227227
implementation group: 'com.github.hmcts', name: 'service-auth-provider-java-client', version: versions.reformS2sClient
228228
implementation group: 'com.github.hmcts.java-logging', name: 'logging', version: versions.reformLogging
229229
implementation group: 'com.github.hmcts.java-logging', name: 'logging-appinsights', version: versions.reformLogging
230-
implementation group: 'org.postgresql', name: 'postgresql', version: '42.5.2'
230+
implementation group: 'org.postgresql', name: 'postgresql', version: '42.5.3'
231231
implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.14'
232232
implementation 'com.github.hmcts:properties-volume-spring-boot-starter:0.1.1'
233233
implementation 'commons-io:commons-io:20030203.000550'
234234
implementation group: 'org.apache.tomcat.embed', name: 'tomcat-embed-websocket', version: '9.0.71'
235235
implementation group: 'org.apache.tomcat.embed', name: 'tomcat-embed-core', version: '9.0.71'
236-
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.14.1'
236+
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.14.2'
237237
implementation group: 'com.fasterxml.jackson', name: 'jackson-bom', version: '2.14.2', ext: 'pom'
238238
implementation group: 'com.github.hmcts', name: 'idam-java-client', version: '2.1.1'
239239
implementation group: 'javax.inject', name: 'javax.inject', version: '1'

charts/am-role-assignment-refresh-batch/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ maintainers:
88
- name: Access Management Team
99
dependencies:
1010
- name: java
11-
version: 4.0.11
11+
version: 4.0.12
1212
repository: 'https://hmctspublic.azurecr.io/helm/v1/repo/'
1313
- name: job
1414
version: ~0.7.4

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.41.0"
11+
version = "~> 3.42.0"
1212
}
1313
random = {
1414
source = "hashicorp/random"

infrastructure/variables.tf

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ variable "subscription" {
2525
type = string
2626
}
2727

28-
variable "ilbIp" {
29-
type = string
30-
}
31-
3228
variable "common_tags" {
3329
type = map(string)
34-
}
30+
}

0 commit comments

Comments
 (0)