Skip to content

Commit bc3699a

Browse files
Merge pull request #383 from hmcts/combine-prs-branch
Renovate Combined Pull Request
2 parents 993399b + 29d2ffc commit bc3699a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -230,14 +230,14 @@ dependencies {
230230
implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.14'
231231
implementation 'com.github.hmcts:properties-volume-spring-boot-starter:0.1.1'
232232
implementation 'commons-io:commons-io:20030203.000550'
233-
implementation group: 'org.apache.tomcat.embed', name: 'tomcat-embed-websocket', version: '9.0.69'
233+
implementation group: 'org.apache.tomcat.embed', name: 'tomcat-embed-websocket', version: '9.0.71'
234234
implementation group: 'org.apache.tomcat.embed', name: 'tomcat-embed-core', version: '9.0.71'
235235
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.14.1'
236236
implementation group: 'com.fasterxml.jackson', name: 'jackson-bom', version: '2.14.1', ext: 'pom'
237237
implementation group: 'com.github.hmcts', name: 'idam-java-client', version: '2.1.1'
238238
implementation group: 'javax.inject', name: 'javax.inject', version: '1'
239-
implementation group: 'com.launchdarkly', name: 'launchdarkly-java-server-sdk' , version: '5.10.5'
240-
implementation 'org.jetbrains:annotations:23.0.0'
239+
implementation group: 'com.launchdarkly', name: 'launchdarkly-java-server-sdk' , version: '5.10.7'
240+
implementation 'org.jetbrains:annotations:24.0.0'
241241
implementation group: 'org.springframework', name: 'spring-aop', version: '5.3.25'
242242
implementation group: 'org.springframework', name: 'spring-aspects', version: '5.3.25'
243243
implementation group: 'org.springframework', name: 'spring-expression', version: '5.3.25'

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.4
11+
version: 4.0.11
1212
repository: 'https://hmctspublic.azurecr.io/helm/v1/repo/'
1313
- name: job
1414
version: ~0.7.4

infrastructure/terraform.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ terraform {
88
required_providers {
99
azurerm = {
1010
source = "hashicorp/azurerm"
11-
version = "~> 3.38.0"
11+
version = "~> 3.40.0"
1212
}
1313
random = {
1414
source = "hashicorp/random"
1515
}
1616
azuread = {
1717
source = "hashicorp/azuread"
18-
version = "2.31.0"
18+
version = "2.33.0"
1919
}
2020
}
2121
}

0 commit comments

Comments
 (0)