diff --git a/plugin/trino-password-authenticators/src/test/java/io/trino/plugin/password/ldap/TestingOpenLdapServer.java b/plugin/trino-password-authenticators/src/test/java/io/trino/plugin/password/ldap/TestingOpenLdapServer.java index 90104c9601d6..f71b20c43f86 100644 --- a/plugin/trino-password-authenticators/src/test/java/io/trino/plugin/password/ldap/TestingOpenLdapServer.java +++ b/plugin/trino-password-authenticators/src/test/java/io/trino/plugin/password/ldap/TestingOpenLdapServer.java @@ -54,7 +54,7 @@ public class TestingOpenLdapServer public TestingOpenLdapServer(Network network) { - openLdapServer = new GenericContainer<>("ghcr.io/trinodb/testing/centos7-oj11-openldap:" + TestingProperties.getDockerImagesVersion()) + openLdapServer = new GenericContainer<>("ghcr.io/trinodb/testing/centos7-oj17-openldap:" + TestingProperties.getDockerImagesVersion()) .withNetwork(network) .withExposedPorts(LDAP_PORT) .withStartupCheckStrategy(new IsRunningStartupCheckStrategy()) diff --git a/pom.xml b/pom.xml index 97d01645eb0e..ab7fa056c368 100644 --- a/pom.xml +++ b/pom.xml @@ -69,7 +69,7 @@ 1.0.0 4.7.2 - 65 + 72