Skip to content

Commit 8e65e9a

Browse files
deps: bumps to latest versions (#216)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
1 parent 613fb1e commit 8e65e9a

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

aws-junit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>org.elasticmq</groupId>
6060
<artifactId>elasticmq-server_2.13</artifactId>
61-
<version>1.5.6</version>
61+
<version>1.5.7</version>
6262
<exclusions>
6363
<exclusion>
6464
<groupId>ch.qos.logback</groupId>

collector/kinesis/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>com.amazonaws</groupId>
4949
<artifactId>amazon-kinesis-client</artifactId>
50-
<version>1.15.0</version>
50+
<version>1.15.1</version>
5151
</dependency>
5252

5353
<dependency>

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#
1414

1515
# zipkin version should match zipkin.version in /pom.xml
16-
ARG zipkin_version=3.0.5
16+
ARG zipkin_version=3.0.6
1717

1818
# java_version is used during the installation process to build or download the module jar.
1919
#

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,15 @@
7878
<!-- matching armeria/grpc/zipkin -->
7979
<zipkin.groupId>io.zipkin.zipkin2</zipkin.groupId>
8080
<!-- when updating, update docker/Dockerfile and storage/src/test/java/zipkin2/storage/kafka/IT* -->
81-
<zipkin.version>3.0.5</zipkin.version>
81+
<zipkin.version>3.0.6</zipkin.version>
8282
<zipkin-reporter.version>3.2.1</zipkin-reporter.version>
8383
<spring-boot.version>3.2.2</spring-boot.version>
8484
<jackson.version>2.16.1</jackson.version>
85-
<!-- armeria.groupId allows you to test feature branches with jitpack -->
85+
<!-- This allows you to test feature branches with jitpack -->
8686
<armeria.groupId>com.linecorp.armeria</armeria.groupId>
87-
<armeria.version>1.26.4</armeria.version>
87+
<armeria.version>1.27.1</armeria.version>
8888
<!-- Match Armeria version to avoid conflicts including running tests in the IDE -->
89-
<netty.version>4.1.100.Final</netty.version>
89+
<netty.version>4.1.106.Final</netty.version>
9090
<log4j.version>2.21.1</log4j.version>
9191

9292
<!-- This allows you to test feature branches with jitpack -->
@@ -95,15 +95,15 @@
9595
<brave.groupId>io.zipkin.brave</brave.groupId>
9696
<brave.version>6.0.0</brave.version>
9797

98-
<aws-java-sdk.version>1.12.643</aws-java-sdk.version>
99-
<sdk-core.version>2.23.9</sdk-core.version>
98+
<aws-java-sdk.version>1.12.656</aws-java-sdk.version>
99+
<sdk-core.version>2.24.0</sdk-core.version>
100100

101101
<okhttp.version>4.12.0</okhttp.version>
102102

103-
<assertj.version>3.25.1</assertj.version>
103+
<assertj.version>3.25.3</assertj.version>
104104
<awaitility.version>4.2.0</awaitility.version>
105-
<junit-jupiter.version>5.10.1</junit-jupiter.version>
106-
<mockito.version>5.9.0</mockito.version>
105+
<junit-jupiter.version>5.10.2</junit-jupiter.version>
106+
<mockito.version>5.10.0</mockito.version>
107107

108108
<!-- override to set exclusions per-project -->
109109
<errorprone.args />

storage/xray-udp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>com.squareup.moshi</groupId>
4646
<artifactId>moshi</artifactId>
47-
<version>1.15.0</version>
47+
<version>1.15.1</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>com.jayway.jsonpath</groupId>

0 commit comments

Comments
 (0)