Skip to content

Commit

Permalink
Renovate Combined Pull Request (#1987)
Browse files Browse the repository at this point in the history
* Update Terraform azurerm to ~> 3.110.0

* Updating Terraform Formatting

* Update Terraform azuread to v2.53.1

* Updating Terraform Formatting

* Update Helm release servicebus to v1.0.6

* Update dependency org.projectlombok:lombok to v1.18.34

* Update dependency com.azure:azure-messaging-servicebus to v7.17.1

* Update dependency com.nimbusds:nimbus-jose-jwt to v9.40

* Update plugin io.spring.dependency-management to v1.1.6

* Update versions.jacksondata to v2.17.2

* servicebus chart bumped to 1.0.6 to solve "Version of servicebus helm chart below 1.0.6 is deprecated, please upgrade to latest release https://github.com/hmcts/chart-servicebus/releases This configuration will stop working by 30/07/2024 "

* Bumping chart version/ fixing aliases

* servicebus chart bumped to 1.0.6 to solve "Version of servicebus helm chart below 1.0.6 is deprecated, please upgrade to latest release https://github.com/hmcts/chart-servicebus/releases This configuration will stop working by 30/07/2024 "

* Bumping chart version/ fixing aliases

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 58046 <62422075+hmcts-jenkins-a-to-c[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: Matt Nayler <57350764+mattnayler@users.noreply.github.com>
Co-authored-by: Mike Brown <michael.brown@hmcts.net>
  • Loading branch information
7 people authored Jul 9, 2024
1 parent 28d096c commit ec5edb0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
id 'uk.gov.hmcts.java' version '0.12.63'
id 'pmd'
id 'jacoco'
id 'io.spring.dependency-management' version '1.1.5'
id 'io.spring.dependency-management' version '1.1.6'
id 'org.springframework.boot' version '2.7.18'
id 'info.solidsoft.pitest' version '1.15.0'
id 'com.github.ben-manes.versions' version '0.45.0'
Expand All @@ -36,7 +36,7 @@ ext['snakeyaml.version'] = '2.0'

def versions = [
junit : '5.9.0',
lombok : '1.18.32',
lombok : '1.18.34',
pitest : '1.16.1',
reformLogging : '6.1.5',
reformS2sClient: '4.0.2',
Expand All @@ -51,7 +51,7 @@ def versions = [
rest_assured : '3.3.0',
cucumber : '5.7.0',
feign_jackson : '9.7.0',
jacksondata : '2.17.1',
jacksondata : '2.17.2',
drools : '7.73.0.Final',
log4JVersion : '2.20.0',
logbackVersion : '1.2.13',
Expand Down Expand Up @@ -408,15 +408,15 @@ dependencies {
exclude group: 'org.asynchttpclient', module: 'async-http-client-netty-utils'
}
implementation group: 'com.azure', name: 'azure-core', version: '1.49.1'
implementation group: 'com.azure', name: 'azure-messaging-servicebus', version: '7.16.0'
implementation group: 'com.azure', name: 'azure-messaging-servicebus', version: '7.17.1'
implementation group: 'io.projectreactor', name: 'reactor-core', version: '3.6.7'
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'
implementation group: 'org.apache.maven', name: 'maven-core', version: '3.8.7'
implementation group: 'org.postgresql', name: 'postgresql', version: '42.6.1'
implementation group: 'com.nimbusds', name: 'nimbus-jose-jwt', version: '9.37.3'
implementation group: 'com.nimbusds', name: 'nimbus-jose-jwt', version: '9.40'
implementation group: 'io.jsonwebtoken', name: 'jjwt', version: '0.9.1'
implementation group: 'com.github.hmcts', name: 'idam-java-client', version: '2.0.1'
implementation 'commons-io:commons-io:20030203.000550'
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,15 +3,15 @@ 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.66
version: 0.0.67
maintainers:
- name: Access Management Team
dependencies:
- name: java
version: 5.2.1
repository: 'https://hmctspublic.azurecr.io/helm/v1/repo/'
- name: servicebus
version: 1.0.4
version: 1.0.6
repository: https://hmctspublic.azurecr.io/helm/v1/repo/
condition: orm.servicebus.enabled
- name: am-role-assignment-service
Expand Down
4 changes: 2 additions & 2 deletions infrastructure/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.105.0"
version = "~> 3.110.0"
}
azuread = {
source = "hashicorp/azuread"
version = "2.53.0"
version = "2.53.1"
}
}
}

0 comments on commit ec5edb0

Please sign in to comment.