Skip to content

Commit

Permalink
Renovate Combined Pull Request (#843)
Browse files Browse the repository at this point in the history
* 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 <github-actions@github.com>
  • Loading branch information
3 people authored Sep 4, 2024
1 parent f81f969 commit 9843747
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ def versions = [
reformS2sClient: '4.0.2',
serenity : '2.2.12',
sonarPitest : '0.5',
pitest : '1.16.1',
pitest : '1.16.2',
springBoot : '2.7.18',
springHystrix : '2.1.1.RELEASE',
spring : '5.3.39',
springSecurity : '5.8.13',
springSecurity : '5.8.14',
tomcat : '9.0.93',
rest_assured : '3.3.0',
feign_jackson : '13.3',
Expand All @@ -57,7 +57,7 @@ mainClassName = 'uk.gov.hmcts.reform.roleassignmentrefresh.RoleAssignmentRefresh
def jarName = 'am-role-assignment-refresh-batch.jar'

pmd {
toolVersion = '7.4.0'
toolVersion = '7.5.0'
sourceSets = []
}

Expand Down

0 comments on commit 9843747

Please sign in to comment.