Skip to content

Commit 19cf454

Browse files
github-actions[bot]renovate[bot]github-actionsmattnayler
authored
Renovate Combined Pull Request (#869)
* Update log4j2 monorepo to v2.24.1 * Update dependency pmd to v7.6.0 * Update dependency ubuntu to v24 * Update dependency hashicorp/terraform to v1.9.7 * Update Terraform azuread to v3 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions <[email protected]> Co-authored-by: Matt Nayler <[email protected]>
1 parent 4680795 commit 19cf454

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/combine-prs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
combine-prs:
1111
name: "Combine Renovate Pull Requests"
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-24.04
1313
steps:
1414
- uses: hmcts/am-github-actions/combine-prs@master
1515
name: "Combine Renovate Pull Requests"

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ def versions = [
4949
rest_assured : '3.3.0',
5050
feign_jackson : '13.4',
5151
jacksondata : '2.18.0',
52-
log4JVersion : '2.24.0',
52+
log4JVersion : '2.24.1',
5353
logbackVersion : '1.2.13'
5454
]
5555

5656
mainClassName = 'uk.gov.hmcts.reform.roleassignmentrefresh.RoleAssignmentRefreshApplication'
5757
def jarName = 'am-role-assignment-refresh-batch.jar'
5858

5959
pmd {
60-
toolVersion = '7.5.0'
60+
toolVersion = '7.6.0'
6161
sourceSets = []
6262
}
6363

infrastructure/.terraform-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.6
1+
1.9.7

infrastructure/terraform.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ terraform {
1515
}
1616
azuread = {
1717
source = "hashicorp/azuread"
18-
version = "2.53.1"
18+
version = "3.0.2"
1919
}
2020
}
2121
}

0 commit comments

Comments
 (0)