Skip to content

Commit 9843747

Browse files
github-actions[bot]renovate[bot]github-actions
authored
Renovate Combined Pull Request (#843)
* Update dependency org.pitest:pitest to v1.16.2 * Update spring security to v5.8.14 * Update dependency pmd to v7.5.0 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions <[email protected]>
1 parent f81f969 commit 9843747

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ def versions = [
4040
reformS2sClient: '4.0.2',
4141
serenity : '2.2.12',
4242
sonarPitest : '0.5',
43-
pitest : '1.16.1',
43+
pitest : '1.16.2',
4444
springBoot : '2.7.18',
4545
springHystrix : '2.1.1.RELEASE',
4646
spring : '5.3.39',
47-
springSecurity : '5.8.13',
47+
springSecurity : '5.8.14',
4848
tomcat : '9.0.93',
4949
rest_assured : '3.3.0',
5050
feign_jackson : '13.3',
@@ -57,7 +57,7 @@ mainClassName = 'uk.gov.hmcts.reform.roleassignmentrefresh.RoleAssignmentRefresh
5757
def jarName = 'am-role-assignment-refresh-batch.jar'
5858

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

0 commit comments

Comments
 (0)