Skip to content

Commit e04d261

Browse files
committed
Update test database versions
1 parent 826fa00 commit e04d261

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/java/config/TestContainersConfiguration.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2016-2022 the original author or authors.
2+
* Copyright 2016-2023 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -21,6 +21,6 @@
2121
* Utility interface to hold Docker image tags for the test containers we use
2222
*/
2323
public interface TestContainersConfiguration {
24-
DockerImageName POSTGRES_LATEST = DockerImageName.parse("postgres:15.0");
25-
DockerImageName MARIADB_LATEST = DockerImageName.parse("mariadb:10.9.3");
24+
DockerImageName POSTGRES_LATEST = DockerImageName.parse("postgres:15.1");
25+
DockerImageName MARIADB_LATEST = DockerImageName.parse("mariadb:10.10.2");
2626
}

0 commit comments

Comments
 (0)