File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
jobs :
10
10
combine-prs :
11
11
name : " Combine Renovate Pull Requests"
12
- runs-on : ubuntu-22 .04
12
+ runs-on : ubuntu-24 .04
13
13
steps :
14
14
- uses : hmcts/am-github-actions/combine-prs@master
15
15
name : " Combine Renovate Pull Requests"
Original file line number Diff line number Diff line change @@ -49,15 +49,15 @@ def versions = [
49
49
rest_assured : ' 3.3.0' ,
50
50
feign_jackson : ' 13.4' ,
51
51
jacksondata : ' 2.18.0' ,
52
- log4JVersion : ' 2.24.0 ' ,
52
+ log4JVersion : ' 2.24.1 ' ,
53
53
logbackVersion : ' 1.2.13'
54
54
]
55
55
56
56
mainClassName = ' uk.gov.hmcts.reform.roleassignmentrefresh.RoleAssignmentRefreshApplication'
57
57
def jarName = ' am-role-assignment-refresh-batch.jar'
58
58
59
59
pmd {
60
- toolVersion = ' 7.5 .0'
60
+ toolVersion = ' 7.6 .0'
61
61
sourceSets = []
62
62
}
63
63
Original file line number Diff line number Diff line change 1
- 1.9.6
1
+ 1.9.7
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ terraform {
15
15
}
16
16
azuread = {
17
17
source = " hashicorp/azuread"
18
- version = " 2.53.1 "
18
+ version = " 3.0.2 "
19
19
}
20
20
}
21
21
}
You can’t perform that action at this time.
0 commit comments