Skip to content

Commit

Permalink
Renovate Combined Pull Request (#1914)
Browse files Browse the repository at this point in the history
* Update dependency com.squareup.okio:okio to v3.9.0

* Update dependency commons-cli:commons-cli to v1.7.0

* Update dependency io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations to v1.33.2

* Update Helm release am-role-assignment-service to v0.0.78

* Update Helm release java to v5.2.1

* Update dependency org.pitest:pitest to v1.16.1

* Update dependency org.springframework.retry:spring-retry to v2.0.6

* Update dependency hashicorp/terraform to v1.8.4

* Bumping chart version/ fixing aliases

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: mikebrownccd <104495891+mikebrownccd@users.noreply.github.com>
Co-authored-by: hmcts-jenkins-a-to-c <62422075+hmcts-jenkins-a-to-c[bot]@users.noreply.github.com>
  • Loading branch information
5 people authored May 30, 2024
1 parent f002860 commit 1d282f6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ext['snakeyaml.version'] = '2.0'
def versions = [
junit : '5.9.0',
lombok : '1.18.32',
pitest : '1.16.0',
pitest : '1.16.1',
reformLogging : '6.1.4',
reformS2sClient: '4.0.2',
serenity : '2.2.12',
Expand Down Expand Up @@ -353,7 +353,7 @@ dependencies {
implementation group: 'org.springframework.security', name:'spring-security-oauth2-core', version: versions.springSecurity
implementation group: 'org.springframework.security', name:'spring-security-oauth2-jose', version: versions.springSecurity
implementation group: 'org.springframework.security', name:'spring-security-oauth2-resource-server', version: versions.springSecurity
implementation group: 'org.springframework.retry', name: 'spring-retry', version: '2.0.5'
implementation group: 'org.springframework.retry', name: 'spring-retry', version: '2.0.6'
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-netflix-hystrix', version: '2.2.10.RELEASE'
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-bootstrap', version: '3.1.8'
implementation group: 'org.springframework.hateoas', name: 'spring-hateoas', version: '1.5.6'
Expand All @@ -379,7 +379,7 @@ dependencies {
implementation group: 'javax.inject', name: 'javax.inject', version: '1'

implementation group: 'com.microsoft.azure', name: 'applicationinsights-spring-boot-starter', version: '2.6.4'
implementation group: 'io.opentelemetry.instrumentation', name: 'opentelemetry-instrumentation-annotations', version: '1.28.0'
implementation group: 'io.opentelemetry.instrumentation', name: 'opentelemetry-instrumentation-annotations', version: '1.33.2'

implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.14'

Expand Down Expand Up @@ -411,7 +411,7 @@ dependencies {
implementation group: 'com.azure', name: 'azure-core', version: '1.48.0'
implementation group: 'com.azure', name: 'azure-messaging-servicebus', version: '7.16.0'
implementation group: 'io.projectreactor', name: 'reactor-core', version: '3.5.11'
implementation group: 'commons-cli', name: 'commons-cli', version: '1.6.0'
implementation group: 'commons-cli', name: 'commons-cli', version: '1.7.0'
implementation group: 'com.launchdarkly', name: 'launchdarkly-java-server-sdk', version: versions.launchDarklySdk
implementation group: 'com.google.guava', name: 'guava', version: '32.1.3-jre'
implementation group: 'com.github.ben-manes.caffeine', name: 'caffeine', version: '3.1.8'
Expand Down Expand Up @@ -586,7 +586,7 @@ dependencyManagement {
entry 'jackson-annotations'
}
// CVE-2023-3635 override okio dependency in azure-servicebus:3.6.7
dependencySet(group: 'com.squareup.okio', version: '3.8.0') {
dependencySet(group: 'com.squareup.okio', version: '3.9.0') {
entry 'okio'
}
}
Expand Down
4 changes: 2 additions & 2 deletions charts/am-org-role-mapping-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ appVersion: "1.0"
description: A Helm chart for AM Organisation Role Mapping Service
name: am-org-role-mapping-service
home: https://github.com/hmcts/am-org-role-mapping-service
version: 0.0.64
version: 0.0.65
maintainers:
- name: Access Management Team
dependencies:
- name: java
version: 5.2.0
version: 5.2.1
repository: 'https://hmctspublic.azurecr.io/helm/v1/repo/'
- name: servicebus
version: 1.0.4
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/.terraform-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.4
1.8.4

0 comments on commit 1d282f6

Please sign in to comment.