File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 >
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 >
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments