Skip to content

Commit 274675a

Browse files
bumps dependencies, notable to zipkin 3.4 and spring boot 3.3 (#222)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
1 parent 10054b7 commit 274675a

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

aws-junit/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<!-- CVE fix versions -->
2525
<!-- TODO: considering switching to something that doesn't use scala, such
2626
as testcontainers+localstack, as CVEs are common here. -->
27-
<scala.version>2.13.13</scala.version>
27+
<scala.version>2.13.14</scala.version>
2828

2929
<!-- Only used in this repo's tests, which use floor JDK 17 -->
3030
<maven.compiler.source>17</maven.compiler.source>
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>org.elasticmq</groupId>
6666
<artifactId>elasticmq-server_2.13</artifactId>
67-
<version>1.6.0</version>
67+
<version>1.6.1</version>
6868
<exclusions>
6969
<exclusion>
7070
<groupId>ch.qos.logback</groupId>

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
#
55

66
# zipkin version should match zipkin.version in /pom.xml
7-
ARG zipkin_version=3.3.0
7+
ARG zipkin_version=3.4.0
88

99
# java_version is used during the installation process to build or download the module jar.
1010
#
1111
# Use latest version here: https://github.com/orgs/openzipkin/packages/container/package/java
1212
# This is defined in many places because Docker has no "env" script functionality unless you use
1313
# docker-compose: When updating, update everywhere.
14-
ARG java_version=21.0.2_p13
14+
ARG java_version=21.0.3_p9
1515

1616
# We copy files from the context into a scratch container first to avoid a problem where docker and
1717
# docker-compose don't share layer hashes https://github.com/docker/compose/issues/883 normally.

pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@
6969
<!-- matching armeria/grpc/zipkin -->
7070
<zipkin.groupId>io.zipkin.zipkin2</zipkin.groupId>
7171
<!-- when updating, update docker/Dockerfile and storage/src/test/java/zipkin2/storage/kafka/IT* -->
72-
<zipkin.version>3.3.0</zipkin.version>
72+
<zipkin.version>3.4.0</zipkin.version>
7373
<zipkin-reporter.version>3.4.0</zipkin-reporter.version>
74-
<spring-boot.version>3.2.4</spring-boot.version>
75-
<jackson.version>2.17.0</jackson.version>
74+
<spring-boot.version>3.3.0</spring-boot.version>
75+
<jackson.version>2.17.1</jackson.version>
7676
<!-- This allows you to test feature branches with jitpack -->
7777
<armeria.groupId>com.linecorp.armeria</armeria.groupId>
78-
<armeria.version>1.28.0</armeria.version>
78+
<armeria.version>1.28.4</armeria.version>
7979
<!-- Match Armeria version to avoid conflicts including running tests in the IDE -->
80-
<netty.version>4.1.108.Final</netty.version>
80+
<netty.version>4.1.110.Final</netty.version>
8181
<log4j.version>2.23.1</log4j.version>
8282

8383
<!-- This allows you to test feature branches with jitpack -->
@@ -86,19 +86,19 @@
8686
<brave.groupId>io.zipkin.brave</brave.groupId>
8787
<brave.version>6.0.3</brave.version>
8888

89-
<aws-java-sdk.version>1.12.701</aws-java-sdk.version>
90-
<sdk-core.version>2.25.31</sdk-core.version>
89+
<aws-java-sdk.version>1.12.730</aws-java-sdk.version>
90+
<sdk-core.version>2.25.60</sdk-core.version>
9191

9292
<okhttp.version>4.12.0</okhttp.version>
9393

9494
<assertj.version>3.25.3</assertj.version>
9595
<awaitility.version>4.2.1</awaitility.version>
9696
<junit-jupiter.version>5.10.2</junit-jupiter.version>
97-
<mockito.version>5.11.0</mockito.version>
97+
<mockito.version>5.12.0</mockito.version>
9898

9999
<!-- override to set exclusions per-project -->
100100
<errorprone.args />
101-
<errorprone.version>2.26.1</errorprone.version>
101+
<errorprone.version>2.27.1</errorprone.version>
102102
<auto-value.version>1.10.4</auto-value.version>
103103

104104
<license.skip>${skipTests}</license.skip>
@@ -581,7 +581,7 @@
581581
<plugin>
582582
<groupId>org.apache.maven.plugins</groupId>
583583
<artifactId>maven-gpg-plugin</artifactId>
584-
<version>3.2.3</version>
584+
<version>3.2.4</version>
585585
<executions>
586586
<execution>
587587
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)