Skip to content

Commit

Permalink
Update to Spring Boot 3.0.6 and Spring Cloud 2022.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wlanboy committed May 7, 2023
1 parent 1e6cee2 commit d9ba7fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.0.4</version>
<version>3.0.6</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.wlanboy</groupId>
Expand All @@ -20,7 +20,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>17</java.version>
<!-- https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-dependencies -->
<spring-cloud.version>2022.0.1</spring-cloud.version>
<spring-cloud.version>2022.0.2</spring-cloud.version>
<!-- https://mvnrepository.com/artifact/net.logstash.logback/logstash-logback-encoder -->
<logstash-logback.version>7.3</logstash-logback.version>
</properties>
Expand Down

0 comments on commit d9ba7fb

Please sign in to comment.