Skip to content

Commit

Permalink
Update Testing Dependencies - Non Major (#807)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 25, 2024
1 parent 9a6534b commit af5692e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,8 @@ repositories {
}

def versions = [
junit : '5.11.2',
junitPlatform: '1.11.2',
junit : '5.11.3',
junitPlatform: '1.11.3',
reformLogging: '6.1.6',
springDoc : '2.6.0',
springBoot : '3.3.0',
Expand Down Expand Up @@ -382,8 +382,8 @@ dependencies {
}
testImplementation group: 'io.rest-assured', name: 'rest-assured', version: '5.5.0'
testImplementation group: 'net.serenity-bdd', name: 'serenity-spring', version: versions.serenity
testImplementation group: 'org.testcontainers', name: 'postgresql', version: '1.20.2'
testImplementation group: 'org.testcontainers', name: 'junit-jupiter', version: '1.20.2'
testImplementation group: 'org.testcontainers', name: 'postgresql', version: '1.20.3'
testImplementation group: 'org.testcontainers', name: 'junit-jupiter', version: '1.20.3'

testImplementation group: 'org.pitest', name: 'pitest', version: versions.pitest
testImplementation group: 'info.solidsoft.gradle.pitest', name: 'gradle-pitest-plugin', version: versions.gradlePitest
Expand Down

0 comments on commit af5692e

Please sign in to comment.