File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,10 @@ SPDX-License-Identifier: Apache-2.0
97
97
<groupId >io.quarkus</groupId >
98
98
<artifactId >quarkus-flyway</artifactId >
99
99
</dependency >
100
+ <dependency >
101
+ <groupId >org.flywaydb</groupId >
102
+ <artifactId >flyway-database-postgresql</artifactId >
103
+ </dependency >
100
104
<dependency >
101
105
<groupId >io.quarkus</groupId >
102
106
<artifactId >quarkus-jdbc-postgresql</artifactId >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ SPDX-License-Identifier: Apache-2.0
22
22
<sonarqube-plugin .version>3.2.0</sonarqube-plugin .version>
23
23
24
24
<compas .core.version>0.22.0</compas .core.version>
25
- <quarkus .platform.version>3.9.2 </quarkus .platform.version>
25
+ <quarkus .platform.version>3.11.0 </quarkus .platform.version>
26
26
27
27
<microprofile-openapi-api .version>3.1.1</microprofile-openapi-api .version>
28
28
<log4j2 .version>2.23.1</log4j2 .version>
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ SPDX-License-Identifier: Apache-2.0
47
47
48
48
<dependency >
49
49
<groupId >org.flywaydb</groupId >
50
- <artifactId >flyway-core </artifactId >
50
+ <artifactId >flyway-database-postgresql </artifactId >
51
51
<scope >test</scope >
52
52
</dependency >
53
53
<dependency >
You can’t perform that action at this time.
0 commit comments