This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch past-M2
in repository https://gitbox.apache.org/repos/asf/cayenne.git
The following commit(s) were added to refs/heads/past-M2 by this push:
new 3f7fa0f11 Upgrading test PG container to v16 from v9
3f7fa0f11 is described below
commit 3f7fa0f11d201455fb9d1d8f97952a28c2d21e5e
Author: Andrus Adamchik <[email protected]>
AuthorDate: Fri Jun 12 18:28:16 2026 -0400
Upgrading test PG container to v16 from v9
all tests still work unchanged
---
.../java/org/apache/cayenne/unit/datasource/PostgresDataSource.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/cayenne/src/test/java/org/apache/cayenne/unit/datasource/PostgresDataSource.java
b/cayenne/src/test/java/org/apache/cayenne/unit/datasource/PostgresDataSource.java
index c69fa2013..c258c96d3 100644
---
a/cayenne/src/test/java/org/apache/cayenne/unit/datasource/PostgresDataSource.java
+++
b/cayenne/src/test/java/org/apache/cayenne/unit/datasource/PostgresDataSource.java
@@ -36,6 +36,6 @@ public class PostgresDataSource extends
TestContainersDataSource {
@Override
protected String dockerImage() {
- return "postgres:9";
+ return "postgres:16";
}
}