Skip to content

Commit 300dd7e

Browse files
bumps deps to latest versions (#279)
Signed-off-by: Adrian Cole <adrian.cole@elastic.co>
1 parent dbc33e6 commit 300dd7e

20 files changed

Lines changed: 73 additions & 64 deletions

File tree

activemq-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<!-- Be conscious about a 6.x upgrade: 5.x and 6.x types are incompatible
2525
as the former uses javax.jms and latter jakarta.jms. It could be
2626
better to make an activemq-client6 module. -->
27-
<activemq.version>5.18.3</activemq.version>
27+
<activemq.version>5.18.6</activemq.version>
2828
</properties>
2929

3030
<dependencies>

amqp-client/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
<module.name>zipkin2.reporter.amqp</module.name>
2323

2424
<main.basedir>${project.basedir}/..</main.basedir>
25-
<amqp-client.version>5.21.0</amqp-client.version>
25+
<amqp-client.version>5.25.0</amqp-client.version>
2626
<!-- Last pre-1.8 version -->
27-
<old-amqp-client.version>4.12.0</old-amqp-client.version>
27+
<floor-amqp-client.version>4.12.0</floor-amqp-client.version>
2828
</properties>
2929

3030
<dependencies>
@@ -78,7 +78,7 @@
7878
<DynamicDependency>
7979
<groupId>com.rabbitmq</groupId>
8080
<artifactId>amqp-client</artifactId>
81-
<version>${old-amqp-client.version}</version>
81+
<version>${floor-amqp-client.version}</version>
8282
<repositoryType>MAIN</repositoryType>
8383
<type>jar</type>
8484
</DynamicDependency>

amqp-client/src/it/amqp_v4/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>com.rabbitmq</groupId>
4242
<artifactId>amqp-client</artifactId>
43-
<version>@old-amqp-client.version@</version>
43+
<version>@floor-amqp-client.version@</version>
4444
</dependency>
4545

4646
<dependency>
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>io.zipkin.zipkin2</groupId>
6060
<artifactId>zipkin-tests</artifactId>
61-
<version>@zipkin.version@</version>
61+
<version>@zipkin2.version@</version>
6262
</dependency>
6363

6464
<dependency>

benchmarks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
<groupId>com.linecorp.armeria</groupId>
100100
<artifactId>armeria</artifactId>
101101
<!-- match Zipkin version to avoid classpath problems -->
102-
<version>1.26.4</version>
102+
<version>1.31.3</version>
103103
<scope>test</scope>
104104
</dependency>
105105

bom/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
<plugin>
145145
<groupId>org.sonatype.plugins</groupId>
146146
<artifactId>nexus-staging-maven-plugin</artifactId>
147-
<version>1.6.13</version>
147+
<version>1.7.0</version>
148148
<extensions>true</extensions>
149149
<configuration>
150150
<serverId>ossrh</serverId>
@@ -155,12 +155,12 @@
155155

156156
<plugin>
157157
<artifactId>maven-deploy-plugin</artifactId>
158-
<version>3.1.1</version>
158+
<version>3.1.2</version>
159159
</plugin>
160160

161161
<plugin>
162162
<artifactId>maven-gpg-plugin</artifactId>
163-
<version>3.2.2</version>
163+
<version>3.2.7</version>
164164
<executions>
165165
<execution>
166166
<id>sign-artifacts</id>

brave/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>io.zipkin.zipkin2</groupId>
4545
<artifactId>zipkin</artifactId>
46-
<version>${zipkin.version}</version>
46+
<version>${zipkin2.version}</version>
4747
<optional>true</optional>
4848
</dependency>
4949
<dependency>
@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>io.zipkin.zipkin2</groupId>
6565
<artifactId>zipkin-junit5</artifactId>
66-
<version>${zipkin.version}</version>
66+
<version>${zipkin2.version}</version>
6767
<scope>test</scope>
6868
</dependency>
6969
</dependencies>
@@ -97,7 +97,7 @@
9797
<DynamicDependency>
9898
<groupId>com.squareup.okhttp3</groupId>
9999
<artifactId>mockwebserver</artifactId>
100-
<version>${okhttp.version}</version>
100+
<version>${okhttp4.version}</version>
101101
<repositoryType>MAIN</repositoryType>
102102
<type>jar</type>
103103
</DynamicDependency>

brave/src/it/no_zipkin_deps/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<dependency>
6363
<groupId>com.squareup.okhttp3</groupId>
6464
<artifactId>mockwebserver</artifactId>
65-
<version>@okhttp.version@</version>
65+
<version>@okhttp4.version@</version>
6666
</dependency>
6767

6868

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>io.zipkin.zipkin2</groupId>
3232
<artifactId>zipkin</artifactId>
33-
<version>${zipkin.version}</version>
33+
<version>${zipkin2.version}</version>
3434
</dependency>
3535

3636
<dependency>

kafka/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<groupId>org.apache.kafka</groupId>
4444
<artifactId>kafka-clients</artifactId>
4545
<!-- recent clients can talk to old 0.10 brokers -->
46-
<version>3.7.0</version>
46+
<version>3.9.0</version>
4747
</dependency>
4848

4949
<dependency>

libthrift/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
common in libthrift and lead to rev-lock. As scribe is a deprecated
4848
transport in Zipkin, it is ok to update this to a signature breaking
4949
version on minor, but increment to the next minor in the PR. -->
50-
<version>0.20.0</version>
50+
<version>0.21.0</version>
5151
</dependency>
5252

5353
<dependency>
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>com.squareup.okhttp3</groupId>
6262
<artifactId>okhttp</artifactId>
63-
<version>${okhttp.version}</version>
63+
<version>${okhttp4.version}</version>
6464
<scope>test</scope>
6565
</dependency>
6666
</dependencies>

0 commit comments

Comments
 (0)