Skip to content

Commit

Permalink
Update all patch dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 29, 2024
1 parent ed1720d commit 5fa0256
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN unzip /hivemq-ce-${HIVEMQ_VERSION}.zip -d /opt \
&& chgrp -R 0 /opt \
&& chmod -R 770 /opt

FROM eclipse-temurin:11-jre-jammy@sha256:985ec5f9ff61ef9e24b2298ef902d773a1e1cb36693d62d0ac4d37e289ff595b
FROM eclipse-temurin:11.0.22_7-jre-jammy@sha256:985ec5f9ff61ef9e24b2298ef902d773a1e1cb36693d62d0ac4d37e289ff595b

ARG HIVEMQ_VERSION

Expand Down
14 changes: 7 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ apache-commonsIO = "2.13.0"
apache-commonsLang = "3.12.0"
awaitility = "4.2.0"
bouncycastle = "1.75"
byteBuddy = "1.14.5"
byteBuddy = "1.14.11"
concurrentUnit = "0.4.6"
dropwizard-metrics = "4.2.19"
dropwizard-metrics = "4.2.25"
eclipse-collections = "11.1.0"
equalsVerifier = "3.14.2"
guava = "32.0.1-jre"
Expand All @@ -17,19 +17,19 @@ jacoco = "0.8.7"
javassist = "3.29.2-GA"
javax-annotation-api = "1.3.2"
jaxb-api = "2.3.3"
jaxb-impl = "2.3.8"
jctools = "4.0.1"
jaxb-impl = "2.3.9"
jctools = "4.0.2"
junit = "4.13.2"
kotlin = "1.8.22"
logback = "1.4.14"
mockito = "4.11.0"
netty = "4.1.94.Final"
oshi = "6.4.3"
oshi = "6.4.11"
rocksdb = "7.4.5"
shrinkwrap = "1.2.6"
slf4j = "2.0.7"
slf4j = "2.0.11"
stefanBirkner-systemRules = "1.19.0"
wiremock = "2.35.0"
wiremock = "2.35.1"
xodus = "1.2.3"
zeroAllocationHashing = "0.16"

Expand Down

0 comments on commit 5fa0256

Please sign in to comment.