diff --git a/core/docker/Dockerfile b/core/docker/Dockerfile index ec91f1094a72..0758e98829d5 100644 --- a/core/docker/Dockerfile +++ b/core/docker/Dockerfile @@ -38,7 +38,7 @@ RUN \ chown -R "trino:trino" /usr/lib/trino /data/trino ARG TRINO_VERSION -COPY trino-cli-${TRINO_VERSION}-executable.jar /usr/bin/trino +COPY --chown=trino:trino trino-cli-${TRINO_VERSION}-executable.jar /usr/bin/trino COPY --chown=trino:trino trino-server-${TRINO_VERSION} /usr/lib/trino COPY --chown=trino:trino default/etc /etc/trino COPY --chown=trino:trino --from=builder /tmp/jvmkill/libjvmkill.so /usr/lib/trino/bin diff --git a/core/trino-spi/pom.xml b/core/trino-spi/pom.xml index ccba6448b071..c4ea85109536 100644 --- a/core/trino-spi/pom.xml +++ b/core/trino-spi/pom.xml @@ -173,12 +173,12 @@ org.revapi revapi-maven-plugin - 0.14.7 + 0.15.0 org.revapi revapi-java - 0.27.0 + 0.28.1 diff --git a/plugin/trino-bigquery/pom.xml b/plugin/trino-bigquery/pom.xml index 5588c8c2c352..96882a165e05 100644 --- a/plugin/trino-bigquery/pom.xml +++ b/plugin/trino-bigquery/pom.xml @@ -23,7 +23,7 @@ com.google.cloud libraries-bom pom - 26.1.2 + 26.14.0 import @@ -42,7 +42,7 @@ org.apache.httpcomponents httpcore - 4.4.15 + 4.4.16 @@ -54,7 +54,7 @@ org.threeten threetenbp - 1.6.1 + 1.6.8 @@ -311,6 +311,12 @@ io.trino trino-exchange-filesystem test + + + com.google.re2j + re2j + + diff --git a/pom.xml b/pom.xml index e4c3abc3425e..e4baee140e33 100644 --- a/pom.xml +++ b/pom.xml @@ -48,12 +48,12 @@ 1.10.2 2.7.7-1 - 4.11.1 + 4.12.0 230 - 9.0.0 + 11.0.0 1.11.1 ${dep.airlift.version} - 1.12.445 + 1.12.464 0.11.5 21.9.0.0 1.14 @@ -70,7 +70,7 @@ 1.2.1 3.22.2 4.5.0 - 4.1.91.Final + 4.1.92.Final 5.13.0 3.3.0 @@ -841,7 +841,7 @@ io.airlift bytecode - 1.4 + 1.5 @@ -1105,7 +1105,7 @@ com.github.ben-manes.caffeine caffeine - 3.0.5 + 3.1.6 @@ -1123,7 +1123,7 @@ com.github.oshi oshi-core - 6.4.1 + 6.4.2 @@ -1293,13 +1293,13 @@ dev.failsafe failsafe - 3.3.0 + 3.3.1 info.picocli picocli - 4.7.0 + 4.7.3 @@ -1539,7 +1539,7 @@ net.bytebuddy byte-buddy - 1.14.1 + 1.14.4 @@ -1771,13 +1771,13 @@ org.checkerframework checker-qual - 3.31.0 + 3.33.0 org.codehaus.plexus plexus-utils - 3.4.1 + 3.5.1 @@ -1803,7 +1803,7 @@ org.jdbi jdbi3-bom pom - 3.37.1 + 3.38.2 import @@ -1840,7 +1840,7 @@ org.openjdk.jol jol-core - 0.16 + 0.17 @@ -1944,7 +1944,7 @@ org.skife.maven really-executable-jar-maven-plugin - 1.0.5 + 2.1.1 @@ -1956,7 +1956,7 @@ org.codehaus.mojo exec-maven-plugin - 1.6.0 + 3.1.0 @@ -2048,12 +2048,12 @@ com.github.ferstl pedantic-pom-enforcers - 2.0.0 + 2.1.0 de.skuzzle.enforcer restrict-imports-enforcer-rule - 2.1.0 + 2.2.0 @@ -2353,7 +2353,7 @@ io.github.gitflow-incremental-builder gitflow-incremental-builder - 4.1.1 + 4.4.1 true master