Skip to content

Commit 6b6e4b8

Browse files
committed
Update Spring Framework and Spring Boot versions
1 parent 3ece301 commit 6b6e4b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker/test-images/zipkin-eureka/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>org.springframework.boot</groupId>
3131
<artifactId>spring-boot-dependencies</artifactId>
32-
<version>3.3.5</version>
32+
<version>3.3.6</version>
3333
<type>pom</type>
3434
<scope>import</scope>
3535
</dependency>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
<javax-annotation-api.version>1.3.2</javax-annotation-api.version>
6262

6363
<!-- update together -->
64-
<spring-boot.version>3.3.4</spring-boot.version>
65-
<spring.version>6.1.13</spring.version>
64+
<spring-boot.version>3.3.6</spring-boot.version>
65+
<spring.version>6.1.15</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/

0 commit comments

Comments
 (0)