Skip to content

Commit db3ecb7

Browse files
authored
Merge pull request #522 from com-pas/chore/bump-quarkus-platform-version-3.11.0
chore(deps): Bump quarkus platform to 3.11.0
2 parents 48dc205 + 96179f3 commit db3ecb7

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

app/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ SPDX-License-Identifier: Apache-2.0
9797
<groupId>io.quarkus</groupId>
9898
<artifactId>quarkus-flyway</artifactId>
9999
</dependency>
100+
<dependency>
101+
<groupId>org.flywaydb</groupId>
102+
<artifactId>flyway-database-postgresql</artifactId>
103+
</dependency>
100104
<dependency>
101105
<groupId>io.quarkus</groupId>
102106
<artifactId>quarkus-jdbc-postgresql</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ SPDX-License-Identifier: Apache-2.0
2222
<sonarqube-plugin.version>3.2.0</sonarqube-plugin.version>
2323

2424
<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>
2626

2727
<microprofile-openapi-api.version>3.1.1</microprofile-openapi-api.version>
2828
<log4j2.version>2.23.1</log4j2.version>

repository-postgresql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ SPDX-License-Identifier: Apache-2.0
4747

4848
<dependency>
4949
<groupId>org.flywaydb</groupId>
50-
<artifactId>flyway-core</artifactId>
50+
<artifactId>flyway-database-postgresql</artifactId>
5151
<scope>test</scope>
5252
</dependency>
5353
<dependency>

0 commit comments

Comments
 (0)