Skip to content

Commit

Permalink
Update to Srping Boot 2.4.13 and Spring Cloud 2020.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wlanboy authored Jan 24, 2022
1 parent 42333d0 commit 613fa92
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>2.4.10</version>
<version>2.4.13</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>11</java.version>
<!-- https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-dependencies -->
<spring-cloud.version>2020.0.3</spring-cloud.version>
<spring-cloud.version>2020.0.5</spring-cloud.version>
<!-- https://mvnrepository.com/artifact/net.logstash.logback/logstash-logback-encoder -->
<logstash-logback.version>6.6</logstash-logback.version>
</properties>
Expand Down

0 comments on commit 613fa92

Please sign in to comment.