-
Notifications
You must be signed in to change notification settings - Fork 230
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Kafka client to 3.5.1 * HiveMQ MQTT client to 1.3.3 * QPID JMS client to 1.10.0 * AMQP-Client to 5.14.3 * Netty to 4.1.99 * Logback to 1.2.12 * Janino to 3.1.10 * Kamon to 2.6.4 * Caffeine to 3.1.8 * Classindex to 3.13 * Some test dependencies to latest versions Signed-off-by: Thomas Jäckle <thomas.jaeckle@beyonnex.io>
- Loading branch information
Showing
5 changed files
with
145 additions
and
143 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,49 @@ | ||
com.github.docker-java:docker-java-api:jar:3.2.13:test | ||
com.github.docker-java:docker-java-core:jar:3.2.13:test | ||
com.github.docker-java:docker-java-transport-zerodep:jar:3.2.13:test | ||
com.github.docker-java:docker-java-transport:jar:3.2.13:test | ||
com.github.docker-java:docker-java-api:jar:3.3.3:test | ||
com.github.docker-java:docker-java-core:jar:3.3.3:test | ||
com.github.docker-java:docker-java-transport-zerodep:jar:3.3.3:test | ||
com.github.docker-java:docker-java-transport:jar:3.3.3:test | ||
com.github.stefanbirkner:system-rules:jar:1.19.0:test | ||
com.google.guava:guava:jar:19.0:test | ||
com.vaadin.external.google:android-json:jar:0.0.20131108.vaadin1:test | ||
commons-io:commons-io:jar:2.6:test | ||
io.github.alstanchev:pekko-persistence-inmemory_2.13:jar:1.0.0:test | ||
io.github.classgraph:classgraph:jar:4.8.126:test | ||
junit:junit:jar:4.13.2:test | ||
net.bytebuddy:byte-buddy-agent:jar:1.12.13:test | ||
net.bytebuddy:byte-buddy:jar:1.12.10:test | ||
net.bytebuddy:byte-buddy-agent:jar:1.14.6:test | ||
net.bytebuddy:byte-buddy:jar:1.12.12:test | ||
net.bytebuddy:byte-buddy:jar:1.12.13:test | ||
net.java.dev.jna:jna:jar:5.8.0:test | ||
net.bytebuddy:byte-buddy:jar:1.12.21:test | ||
net.bytebuddy:byte-buddy:jar:1.14.6:test | ||
net.java.dev.jna:jna:jar:5.12.1:test | ||
net.sf.jopt-simple:jopt-simple:jar:5.0.4:test | ||
nl.jqno.equalsverifier:equalsverifier:jar:3.10.1:test | ||
org.apache.commons:commons-compress:jar:1.21:test | ||
org.apache.commons:commons-lang3:jar:3.12.0:test | ||
org.apache.commons:commons-math3:jar:3.2:test | ||
org.apache.commons:commons-math3:jar:3.6.1:test | ||
org.apache.pekko:pekko-connectors-kafka-testkit_2.13:jar:1.0.0:test | ||
org.apache.pekko:pekko-http-testkit_2.13:jar:1.0.0:test | ||
org.apache.pekko:pekko-stream-testkit_2.13:jar:1.0.1:test | ||
org.apache.pekko:pekko-testkit_2.13:jar:1.0.1:test | ||
org.apiguardian:apiguardian-api:jar:1.1.2:test | ||
org.assertj:assertj-core:jar:3.23.1:test | ||
org.assertj:assertj-core:jar:3.24.2:test | ||
org.awaitility:awaitility:jar:4.2.0:test | ||
org.bouncycastle:bcpkix-jdk15on:jar:1.64:test | ||
org.bouncycastle:bcprov-jdk15on:jar:1.64:test | ||
org.bouncycastle:bcpkix-jdk18on:jar:1.75:test | ||
org.bouncycastle:bcprov-jdk18on:jar:1.75:test | ||
org.bouncycastle:bcutil-jdk18on:jar:1.75:test | ||
org.hamcrest:hamcrest-core:jar:1.3:test | ||
org.hamcrest:hamcrest:jar:2.1:test | ||
org.junit.jupiter:junit-jupiter-api:jar:5.8.2:test | ||
org.junit.jupiter:junit-jupiter-engine:jar:5.8.2:test | ||
org.junit.jupiter:junit-jupiter-params:jar:5.8.2:test | ||
org.junit.platform:junit-platform-commons:jar:1.8.2:test | ||
org.junit.platform:junit-platform-engine:jar:1.8.2:test | ||
org.junit.vintage:junit-vintage-engine:jar:5.8.2:test | ||
org.mockito:mockito-core:jar:4.7.0:test | ||
org.junit.jupiter:junit-jupiter-api:jar:5.10.0:test | ||
org.junit.jupiter:junit-jupiter-engine:jar:5.10.0:test | ||
org.junit.jupiter:junit-jupiter-params:jar:5.10.0:test | ||
org.junit.platform:junit-platform-commons:jar:1.10.0:test | ||
org.junit.platform:junit-platform-engine:jar:1.10.0:test | ||
org.junit.vintage:junit-vintage-engine:jar:5.10.0:test | ||
org.mockito:mockito-core:jar:5.5.0:test | ||
org.mutabilitydetector:MutabilityDetector:jar:0.10.6:test | ||
org.objenesis:objenesis:jar:3.2:test | ||
org.openjdk.jmh:jmh-core:jar:1.35:test | ||
org.openjdk.jmh:jmh-generator-annprocess:jar:1.35:test | ||
org.opentest4j:opentest4j:jar:1.2.0:test | ||
org.objenesis:objenesis:jar:3.3:test | ||
org.openjdk.jmh:jmh-core:jar:1.37:test | ||
org.openjdk.jmh:jmh-generator-annprocess:jar:1.37:test | ||
org.opentest4j:opentest4j:jar:1.3.0:test | ||
org.scalaz:scalaz-core_2.13:jar:7.3.7:test | ||
org.skyscreamer:jsonassert:jar:1.5.1:test | ||
org.slf4j:slf4j-simple:jar:1.7.36:test |
Oops, something went wrong.