Skip to content

Commit

Permalink
fix(deps): update dependency org.testcontainers:junit-jupiter to v1.19.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 7, 2024
1 parent d0bdce0 commit 5aa6c06
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 @@ -279,7 +279,7 @@ dependencies {

testImplementation 'org.springframework.boot:spring-boot-devtools'
testImplementation 'org.springframework.boot:spring-boot-testcontainers'
testImplementation 'org.testcontainers:junit-jupiter:1.19.6'
testImplementation 'org.testcontainers:junit-jupiter:1.19.7'
testImplementation 'org.testcontainers:postgresql'
testImplementation(platform('org.junit:junit-bom:5.10.2'))
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
Expand Down

0 comments on commit 5aa6c06

Please sign in to comment.