bump
This commit is contained in:
@@ -28,7 +28,7 @@ import org.junit.jupiter.api.Disabled;
|
||||
public class AuthServiceTest {
|
||||
|
||||
@Container
|
||||
static PostgreSQLContainer<?> postgres = new PostgreSQLContainer<>("postgres:16-alpine")
|
||||
static PostgreSQLContainer<?> postgres = new PostgreSQLContainer<>("postgres:17-alpine")
|
||||
.withDatabaseName("mtgsearch_test")
|
||||
.withUsername("postgres")
|
||||
.withPassword("postgres");
|
||||
|
||||
@@ -24,7 +24,7 @@ import org.junit.jupiter.api.Disabled;
|
||||
public class UserRepositoryTest {
|
||||
|
||||
@Container
|
||||
static PostgreSQLContainer<?> postgres = new PostgreSQLContainer<>("postgres:16-alpine")
|
||||
static PostgreSQLContainer<?> postgres = new PostgreSQLContainer<>("postgres:17-alpine")
|
||||
.withDatabaseName("mtgsearch_test")
|
||||
.withUsername("postgres")
|
||||
.withPassword("postgres");
|
||||
|
||||
Reference in New Issue
Block a user