File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
spring-session-samples/spring-session-sample-boot-jdbc-json-attribute Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ org-postgresql = "org.postgresql:postgresql:42.7.7"
3737org-springframework-data-spring-data-bom = " org.springframework.data:spring-data-bom:2025.1.0-RC1"
3838org-springframework-security-spring-security-bom = " org.springframework.security:spring-security-bom:7.0.0-RC1"
3939org-springframework-spring-framework-bom = " org.springframework:spring-framework-bom:7.0.0-RC1"
40- org-testcontainers-testcontainers-bom = { module = " org.testcontainers:testcontainers-bom" , version = " 1.21.3 " }
40+ org-testcontainers-testcontainers-bom = { module = " org.testcontainers:testcontainers-bom" , version = " 2.0.1 " }
4141io-spring-security-release-plugin = " io.spring.gradle:spring-security-release-plugin:1.0.10"
4242org-springframework-boot-spring-boot-gradle-plugin = { module = " org.springframework.boot:spring-boot-gradle-plugin" , version.ref = " org-springframework-boot" }
4343io-spring-javaformat-spring-javaformat-checkstyle = " io.spring.javaformat:spring-javaformat-checkstyle:0.0.47"
Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ dependencies {
3333 integrationTestCompile " org.hsqldb:hsqldb"
3434 integrationTestCompile " org.mariadb.jdbc:mariadb-java-client"
3535 integrationTestCompile " org.postgresql:postgresql"
36- integrationTestCompile " org.testcontainers:junit-jupiter"
37- integrationTestCompile " org.testcontainers:db2"
38- integrationTestCompile " org.testcontainers:mariadb"
39- integrationTestCompile " org.testcontainers:mssqlserver"
40- integrationTestCompile " org.testcontainers:mysql"
41- integrationTestCompile " org.testcontainers:oracle-free"
42- integrationTestCompile " org.testcontainers:postgresql"
36+ integrationTestCompile " org.testcontainers:testcontainers- junit-jupiter"
37+ integrationTestCompile " org.testcontainers:testcontainers- db2"
38+ integrationTestCompile " org.testcontainers:testcontainers- mariadb"
39+ integrationTestCompile " org.testcontainers:testcontainers- mssqlserver"
40+ integrationTestCompile " org.testcontainers:testcontainers- mysql"
41+ integrationTestCompile " org.testcontainers:testcontainers- oracle-free"
42+ integrationTestCompile " org.testcontainers:testcontainers- postgresql"
4343}
4444
4545integrationTest {
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ dependencies {
2020 testImplementation ' org.springframework.boot:spring-boot-testcontainers'
2121 testImplementation " org.springframework.boot:spring-boot-webmvc-test"
2222 testImplementation ' org.springframework.security:spring-security-test'
23- testImplementation ' org.testcontainers:junit-jupiter'
24- testImplementation ' org.testcontainers:postgresql'
23+ testImplementation ' org.testcontainers:testcontainers- junit-jupiter'
24+ testImplementation ' org.testcontainers:testcontainers- postgresql'
2525
2626 testRuntimeOnly " org.junit.jupiter:junit-jupiter-engine"
2727 testRuntimeOnly " org.junit.platform:junit-platform-launcher"
You can’t perform that action at this time.
0 commit comments