Skip to content

Commit

Permalink
Update Automated Checks
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 17, 2025
1 parent 0c7c361 commit b4be8b3
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
@@ -1,9 +1,9 @@
plugins {
id 'application'
id 'pmd'
id 'org.sonarqube' version '4.3.0.3225'
id 'org.sonarqube' version '4.4.1.3373'
id 'jacoco'
id 'info.solidsoft.pitest' version '1.9.11'
id 'info.solidsoft.pitest' version '1.15.0'
id 'io.spring.dependency-management' version '1.1.6'
id 'org.springframework.boot' version '3.4.2'
id 'uk.gov.hmcts.java' version '0.12.63'
Expand Down Expand Up @@ -255,7 +255,7 @@ dependencies {

testImplementation group: 'pl.pragmatists', name: 'JUnitParams', version: '1.1.1'
testImplementation group: 'net.javacrumbs.json-unit', name: 'json-unit-assertj', version: '3.4.1'
testImplementation group: 'org.pitest', name: 'pitest', version: '1.17.0'
testImplementation group: 'org.pitest', name: 'pitest', version: '1.18.2'
testImplementation group: 'info.solidsoft.gradle.pitest', name: 'gradle-pitest-plugin', version: pitest.pitestVersion.get()
testImplementation group: 'org.codehaus.sonar-plugins', name: 'sonar-pitest-plugin', version: '0.5'
testImplementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-contract-stub-runner'
Expand Down

0 comments on commit b4be8b3

Please sign in to comment.