Skip to content

Commit

Permalink
Update Spring Framework and Spring Boot versions
Browse files Browse the repository at this point in the history
  • Loading branch information
reta committed Dec 4, 2024
1 parent 3ece301 commit 6b6e4b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/test-images/zipkin-eureka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>3.3.5</version>
<version>3.3.6</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
<javax-annotation-api.version>1.3.2</javax-annotation-api.version>

<!-- update together -->
<spring-boot.version>3.3.4</spring-boot.version>
<spring.version>6.1.13</spring.version>
<spring-boot.version>3.3.6</spring-boot.version>
<spring.version>6.1.15</spring.version>

<!-- MySQL connector is GPL, even if it has an OSS exception.
https://www.mysql.com/about/legal/licensing/foss-exception/
Expand Down

0 comments on commit 6b6e4b8

Please sign in to comment.