This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new 87a11dc6140 Upgrade Postgres container used in test from 16.4 to 17.4 (#17695) 87a11dc6140 is described below commit 87a11dc6140d195d1965d5d470a02b9f86a293a2 Author: Aurélien Pupier <apup...@redhat.com> AuthorDate: Wed Apr 9 07:05:54 2025 +0200 Upgrade Postgres container used in test from 16.4 to 17.4 (#17695) Signed-off-by: Aurélien Pupier <apup...@redhat.com> --- .../org/apache/camel/test/infra/postgres/services/container.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-infra/camel-test-infra-postgres/src/main/resources/org/apache/camel/test/infra/postgres/services/container.properties b/test-infra/camel-test-infra-postgres/src/main/resources/org/apache/camel/test/infra/postgres/services/container.properties index 49e4cfde23f..acf859cbac5 100644 --- a/test-infra/camel-test-infra-postgres/src/main/resources/org/apache/camel/test/infra/postgres/services/container.properties +++ b/test-infra/camel-test-infra-postgres/src/main/resources/org/apache/camel/test/infra/postgres/services/container.properties @@ -14,4 +14,4 @@ ## See the License for the specific language governing permissions and ## limitations under the License. ## --------------------------------------------------------------------------- -postgres.container=mirror.gcr.io/postgres:16.4-alpine +postgres.container=mirror.gcr.io/postgres:17.4-alpine