File tree Expand file tree Collapse file tree 6 files changed +21
-3
lines changed
spring-boot-integration-tests-testcontainers
spring-boot-kotlin-testcontainers
testcontainers-reuse-existing-containers Expand file tree Collapse file tree 6 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.springframework.boot</groupId >
77 <artifactId >spring-boot-starter-parent</artifactId >
8- <version >3.2.4 </version >
8+ <version >3.3.0 </version >
99 <relativePath ></relativePath >
1010 <!-- lookup parent from repository -->
1111 </parent >
Original file line number Diff line number Diff line change 2727 <groupId >org.flywaydb</groupId >
2828 <artifactId >flyway-core</artifactId >
2929 </dependency >
30+ <dependency >
31+ <groupId >org.flywaydb</groupId >
32+ <artifactId >flyway-database-postgresql</artifactId >
33+ </dependency >
3034 <dependency >
3135 <groupId >io.hypersistence</groupId >
3236 <artifactId >hypersistence-utils-hibernate-63</artifactId >
Original file line number Diff line number Diff line change 2929 <groupId >org.flywaydb</groupId >
3030 <artifactId >flyway-core</artifactId >
3131 </dependency >
32+ <dependency >
33+ <groupId >org.flywaydb</groupId >
34+ <artifactId >flyway-database-postgresql</artifactId >
35+ </dependency >
3236 <dependency >
3337 <groupId >org.postgresql</groupId >
3438 <artifactId >postgresql</artifactId >
Original file line number Diff line number Diff line change 3535 <groupId >org.flywaydb</groupId >
3636 <artifactId >flyway-core</artifactId >
3737 </dependency >
38+ <dependency >
39+ <groupId >org.flywaydb</groupId >
40+ <artifactId >flyway-database-postgresql</artifactId >
41+ </dependency >
3842 <dependency >
3943 <groupId >org.jetbrains.kotlin</groupId >
4044 <artifactId >kotlin-reflect</artifactId >
Original file line number Diff line number Diff line change 3232 <groupId >org.flywaydb</groupId >
3333 <artifactId >flyway-core</artifactId >
3434 </dependency >
35-
35+ <dependency >
36+ <groupId >org.flywaydb</groupId >
37+ <artifactId >flyway-database-postgresql</artifactId >
38+ </dependency >
3639 <dependency >
3740 <groupId >net.javacrumbs.shedlock</groupId >
3841 <artifactId >shedlock-spring</artifactId >
Original file line number Diff line number Diff line change 2828 <groupId >org.flywaydb</groupId >
2929 <artifactId >flyway-core</artifactId >
3030 </dependency >
31-
31+ <dependency >
32+ <groupId >org.flywaydb</groupId >
33+ <artifactId >flyway-database-postgresql</artifactId >
34+ </dependency >
3235 <dependency >
3336 <groupId >org.postgresql</groupId >
3437 <artifactId >postgresql</artifactId >
You can’t perform that action at this time.
0 commit comments