Skip to content

Commit 6ab6835

Browse files
committed
Update Quarkus and PostgreSQL versions
1 parent edc51b2 commit 6ab6835

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Gradle properties
22

33
quarkusPluginId=io.quarkus
4-
quarkusPluginVersion=3.26.3
4+
quarkusPluginVersion=3.31.1
55
quarkusPlatformGroupId=io.quarkus.platform
66
quarkusPlatformArtifactId=quarkus-bom
7-
quarkusPlatformVersion=3.26.3
7+
quarkusPlatformVersion=3.31.1

app/src/test/java/dev/blaauwendraad/recipe_book/test/PostgresResource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
public class PostgresResource implements QuarkusTestResourceLifecycleManager {
1414

1515
private final PostgreSQLContainer<?> postgres =
16-
new PostgreSQLContainer<>("postgres:latest").withStartupTimeout(Duration.ofSeconds(60));
16+
new PostgreSQLContainer<>("postgres:18-alpine").withStartupTimeout(Duration.ofSeconds(60));
1717

1818
@Override
1919
public Map<String, String> start() {

0 commit comments

Comments
 (0)