Skip to content

Commit b75e39a

Browse files
committed
Update to Spring Boot 3.5.0
Signed-off-by: Andriy Redko <[email protected]>
1 parent a36e057 commit b75e39a

File tree

18 files changed

+31
-25
lines changed

18 files changed

+31
-25
lines changed

benchmarks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>io.zipkin</groupId>
1313
<artifactId>zipkin-parent</artifactId>
14-
<version>3.5.2-SNAPSHOT</version>
14+
<version>3.6.0-SNAPSHOT</version>
1515
</parent>
1616

1717
<artifactId>benchmarks</artifactId>

pom.xml

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>io.zipkin</groupId>
1212
<artifactId>zipkin-parent</artifactId>
13-
<version>3.5.2-SNAPSHOT</version>
13+
<version>3.6.0-SNAPSHOT</version>
1414
<packaging>pom</packaging>
1515

1616
<modules>
@@ -55,14 +55,14 @@
5555
<jackson.version>2.18.3</jackson.version>
5656

5757
<java-driver.version>4.19.0</java-driver.version>
58-
<micrometer.version>1.14.5</micrometer.version>
58+
<micrometer.version>1.15.0</micrometer.version>
5959

6060
<!-- Used for Generated annotations -->
6161
<javax-annotation-api.version>1.3.2</javax-annotation-api.version>
6262

6363
<!-- update together -->
64-
<spring-boot.version>3.4.5</spring-boot.version>
65-
<spring.version>6.2.6</spring.version>
64+
<spring-boot.version>3.5.0</spring-boot.version>
65+
<spring.version>6.2.7</spring.version>
6666

6767
<!-- MySQL connector is GPL, even if it has an OSS exception.
6868
https://www.mysql.com/about/legal/licensing/foss-exception/
@@ -76,11 +76,12 @@
7676
<git-commit-id.version>4.9.10</git-commit-id.version>
7777

7878
<!-- Test only dependencies -->
79-
<junit-jupiter.version>5.12.2</junit-jupiter.version>
80-
<mockito.version>5.17.0</mockito.version>
79+
<junit-jupiter.version>5.13.0</junit-jupiter.version>
80+
<junit-platform-laucher.version>1.13.0</junit-platform-laucher.version>
81+
<mockito.version>5.18.0</mockito.version>
8182
<assertj.version>3.27.3</assertj.version>
8283
<awaitility.version>4.3.0</awaitility.version>
83-
<testcontainers.version>1.20.6</testcontainers.version>
84+
<testcontainers.version>1.21.1</testcontainers.version>
8485
<okhttp.version>4.12.0</okhttp.version>
8586
<kryo.version>5.6.2</kryo.version>
8687
<!-- Only used for proto interop testing; wire-maven-plugin is usually behind latest. -->
@@ -189,7 +190,12 @@
189190
<version>${junit-jupiter.version}</version>
190191
<scope>test</scope>
191192
</dependency>
192-
193+
<dependency>
194+
<groupId>org.junit.platform</groupId>
195+
<artifactId>junit-platform-launcher</artifactId>
196+
<version>${junit-platform-laucher.version}</version>
197+
<scope>test</scope>
198+
</dependency>
193199
<dependency>
194200
<groupId>org.assertj</groupId>
195201
<artifactId>assertj-core</artifactId>

zipkin-collector/activemq/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>io.zipkin.zipkin2</groupId>
1313
<artifactId>zipkin-collector-parent</artifactId>
14-
<version>3.5.2-SNAPSHOT</version>
14+
<version>3.6.0-SNAPSHOT</version>
1515
</parent>
1616

1717
<artifactId>zipkin-collector-activemq</artifactId>

zipkin-collector/core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>io.zipkin.zipkin2</groupId>
1313
<artifactId>zipkin-collector-parent</artifactId>
14-
<version>3.5.2-SNAPSHOT</version>
14+
<version>3.6.0-SNAPSHOT</version>
1515
</parent>
1616

1717
<artifactId>zipkin-collector</artifactId>

zipkin-collector/kafka/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>io.zipkin.zipkin2</groupId>
1313
<artifactId>zipkin-collector-parent</artifactId>
14-
<version>3.5.2-SNAPSHOT</version>
14+
<version>3.6.0-SNAPSHOT</version>
1515
</parent>
1616

1717
<artifactId>zipkin-collector-kafka</artifactId>

zipkin-collector/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>io.zipkin</groupId>
1313
<artifactId>zipkin-parent</artifactId>
14-
<version>3.5.2-SNAPSHOT</version>
14+
<version>3.6.0-SNAPSHOT</version>
1515
</parent>
1616

1717
<groupId>io.zipkin.zipkin2</groupId>

zipkin-collector/pulsar/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>io.zipkin.zipkin2</groupId>
1313
<artifactId>zipkin-collector-parent</artifactId>
14-
<version>3.5.2-SNAPSHOT</version>
14+
<version>3.6.0-SNAPSHOT</version>
1515
</parent>
1616

1717
<artifactId>zipkin-collector-pulsar</artifactId>

zipkin-collector/rabbitmq/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>io.zipkin.zipkin2</groupId>
1313
<artifactId>zipkin-collector-parent</artifactId>
14-
<version>3.5.2-SNAPSHOT</version>
14+
<version>3.6.0-SNAPSHOT</version>
1515
</parent>
1616

1717
<artifactId>zipkin-collector-rabbitmq</artifactId>

zipkin-collector/scribe/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>io.zipkin.zipkin2</groupId>
1313
<artifactId>zipkin-collector-parent</artifactId>
14-
<version>3.5.2-SNAPSHOT</version>
14+
<version>3.6.0-SNAPSHOT</version>
1515
</parent>
1616

1717
<artifactId>zipkin-collector-scribe</artifactId>

zipkin-junit5/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>io.zipkin</groupId>
1313
<artifactId>zipkin-parent</artifactId>
14-
<version>3.5.2-SNAPSHOT</version>
14+
<version>3.6.0-SNAPSHOT</version>
1515
</parent>
1616

1717
<groupId>io.zipkin.zipkin2</groupId>

zipkin-lens/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>io.zipkin</groupId>
1313
<artifactId>zipkin-parent</artifactId>
14-
<version>3.5.2-SNAPSHOT</version>
14+
<version>3.6.0-SNAPSHOT</version>
1515
</parent>
1616

1717
<artifactId>zipkin-lens</artifactId>

zipkin-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>io.zipkin</groupId>
1313
<artifactId>zipkin-parent</artifactId>
14-
<version>3.5.2-SNAPSHOT</version>
14+
<version>3.6.0-SNAPSHOT</version>
1515
</parent>
1616

1717
<artifactId>zipkin-server</artifactId>

zipkin-storage/cassandra/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>io.zipkin.zipkin2</groupId>
1313
<artifactId>zipkin-storage-parent</artifactId>
14-
<version>3.5.2-SNAPSHOT</version>
14+
<version>3.6.0-SNAPSHOT</version>
1515
</parent>
1616

1717
<artifactId>zipkin-storage-cassandra</artifactId>

zipkin-storage/elasticsearch/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>io.zipkin.zipkin2</groupId>
1313
<artifactId>zipkin-storage-parent</artifactId>
14-
<version>3.5.2-SNAPSHOT</version>
14+
<version>3.6.0-SNAPSHOT</version>
1515
</parent>
1616

1717
<artifactId>zipkin-storage-elasticsearch</artifactId>

zipkin-storage/mysql-v1/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>io.zipkin.zipkin2</groupId>
1313
<artifactId>zipkin-storage-parent</artifactId>
14-
<version>3.5.2-SNAPSHOT</version>
14+
<version>3.6.0-SNAPSHOT</version>
1515
</parent>
1616

1717
<artifactId>zipkin-storage-mysql-v1</artifactId>

zipkin-storage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>io.zipkin</groupId>
1313
<artifactId>zipkin-parent</artifactId>
14-
<version>3.5.2-SNAPSHOT</version>
14+
<version>3.6.0-SNAPSHOT</version>
1515
</parent>
1616

1717
<groupId>io.zipkin.zipkin2</groupId>

zipkin-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>io.zipkin</groupId>
1313
<artifactId>zipkin-parent</artifactId>
14-
<version>3.5.2-SNAPSHOT</version>
14+
<version>3.6.0-SNAPSHOT</version>
1515
</parent>
1616

1717
<groupId>io.zipkin.zipkin2</groupId>

zipkin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>io.zipkin</groupId>
1313
<artifactId>zipkin-parent</artifactId>
14-
<version>3.5.2-SNAPSHOT</version>
14+
<version>3.6.0-SNAPSHOT</version>
1515
</parent>
1616

1717
<groupId>io.zipkin.zipkin2</groupId>

0 commit comments

Comments
 (0)