diff --git a/pom.xml b/pom.xml index 7ec7a770..4f5e709a 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ Jenkins - https://www.x1/jenkins/job/stomp-test-wildfly-33/ + https://www.x1/jenkins/job/stomp-test-wildfly-34/ mail @@ -43,7 +43,7 @@ UTF-8 21 21 - 33.0.1.Final + 34.0.0.Final /opt/wildfly-${wildfly.version} 3.3.1 0.8.12 @@ -118,7 +118,7 @@ import - org.wildfly.bom + org.wildfly wildfly-microprofile ${wildfly.version} pom @@ -226,9 +226,13 @@ io.opentelemetry.instrumentation opentelemetry-instrumentation-annotations - 1.29.0 provided + + io.opentelemetry + opentelemetry-context + provided + org.jboss.resteasy resteasy-jaxb-provider @@ -297,7 +301,7 @@ x1.wildfly service-registry - 1.3.7 + 1.3.8 com.google.code.gson @@ -349,7 +353,7 @@ org.hibernate.orm hibernate-ant - 6.4.4.Final + 6.6.1.Final test @@ -1034,7 +1038,7 @@ org.wildfly wildfly-datasources-galleon-pack - 8.0.0.Final + 9.0.0.Final diff --git a/src/main/docker/integration-tests/Dockerfile b/src/main/docker/integration-tests/Dockerfile index 97f7e076..d98df5c3 100644 --- a/src/main/docker/integration-tests/Dockerfile +++ b/src/main/docker/integration-tests/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.x1/j7beck/x1-wildfly-profile:33.0.1.Final +FROM registry.x1/j7beck/x1-wildfly-profile:34.0.0.Final LABEL maintainer="joe@mail.x1" COPY --chown=jboss:jboss scripts /srv/wildfly/scripts diff --git a/src/main/docker/x1-wildfly-stomp-test/Dockerfile b/src/main/docker/x1-wildfly-stomp-test/Dockerfile index cfd6ec5e..3c8d796b 100644 --- a/src/main/docker/x1-wildfly-stomp-test/Dockerfile +++ b/src/main/docker/x1-wildfly-stomp-test/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.x1/j7beck/x1-wildfly-profile:33.0.1.Final +FROM registry.x1/j7beck/x1-wildfly-profile:34.0.0.Final LABEL maintainer="joe@mail.x1" COPY --chown=jboss:jboss scripts /srv/wildfly/scripts