File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ dependencies {
1111 api ' org.apache.tomcat:tomcat-jdbc:11.0.14'
1212 api ' org.vibur:vibur-dbcp:26.0'
1313 api ' com.mysql:mysql-connector-j:9.5.0'
14- api ' org.junit.jupiter:junit-jupiter:5.13.4 '
14+ api ' org.junit.jupiter:junit-jupiter:5.14.1 '
1515}
Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ description = "Testcontainers :: JUnit Jupiter Extension"
22
33dependencies {
44 api project(' :testcontainers' )
5- implementation platform(' org.junit:junit-bom:5.13.4 ' )
5+ implementation platform(' org.junit:junit-bom:5.14.1 ' )
66 implementation ' org.junit.jupiter:junit-jupiter-api'
77
88 testImplementation project(' :testcontainers-mysql' )
99 testImplementation project(' :testcontainers-postgresql' )
1010 testImplementation ' com.zaxxer:HikariCP:7.0.2'
11- testImplementation ' redis.clients:jedis:6.2 .0'
11+ testImplementation ' redis.clients:jedis:7.1 .0'
1212 testImplementation ' org.apache.httpcomponents:httpclient:4.5.14'
1313 testImplementation (' org.mockito:mockito-core:4.11.0' ) {
1414 exclude(module : ' hamcrest-core' )
Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ dependencies {
1313
1414 testFixturesImplementation ' io.projectreactor:reactor-core:3.7.11'
1515 testFixturesImplementation ' org.assertj:assertj-core:3.27.6'
16- testFixturesImplementation ' org.junit.jupiter:junit-jupiter:5.13.4 '
16+ testFixturesImplementation ' org.junit.jupiter:junit-jupiter:5.14.1 '
1717}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies {
1717
1818 testRuntimeOnly ' org.postgresql:postgresql:42.7.8'
1919 testRuntimeOnly ' com.mysql:mysql-connector-j:9.5.0'
20- testRuntimeOnly platform(' org.junit:junit-bom:5.13.4 ' )
20+ testRuntimeOnly platform(' org.junit:junit-bom:5.14.1 ' )
2121 testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
2222 testRuntimeOnly ' org.junit.platform:junit-platform-testkit'
2323
You can’t perform that action at this time.
0 commit comments