File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/test/java/dev/blaauwendraad/recipe_book/test Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# Gradle properties
22
33quarkusPluginId =io.quarkus
4- quarkusPluginVersion =3.26.3
4+ quarkusPluginVersion =3.31.1
55quarkusPlatformGroupId =io.quarkus.platform
66quarkusPlatformArtifactId =quarkus-bom
7- quarkusPlatformVersion =3.26.3
7+ quarkusPlatformVersion =3.31.1
Original file line number Diff line number Diff line change 1313public 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 () {
You can’t perform that action at this time.
0 commit comments