Skip to content

Commit

Permalink
Update dependency org.testcontainers:junit-jupiter to v1.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 15, 2023
1 parent c21a7a0 commit 3dbb503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ dependencies {

testImplementation 'org.springframework.boot:spring-boot-devtools'
testImplementation 'org.springframework.boot:spring-boot-testcontainers'
testImplementation 'org.testcontainers:junit-jupiter:1.19.1'
testImplementation 'org.testcontainers:junit-jupiter:1.19.2'
testImplementation 'org.testcontainers:postgresql'
testImplementation(platform('org.junit:junit-bom:5.10.1'))
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
Expand Down

0 comments on commit 3dbb503

Please sign in to comment.