Skip to content

Commit

Permalink
spring-boot.version 2.1.17.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
age-77 committed Oct 7, 2020
1 parent 79a099c commit 68d7257
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 @@ -31,7 +31,7 @@
</developers>

<properties>
<spring-boot.version>2.1.10.RELEASE</spring-boot.version>
<spring-boot.version>2.1.17.RELEASE</spring-boot.version>
<org.mapstruct.version>1.3.0.Final</org.mapstruct.version>
<lombok.version>1.18.6</lombok.version>
<swagger-annotations.version>2.1.1</swagger-annotations.version>
Expand Down Expand Up @@ -181,7 +181,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.2</version>
<version>0.8.6</version>
<configuration>
<destFile>${sonar.jacoco.reportPath}</destFile>
<dataFile>${sonar.jacoco.reportPath}</dataFile>
Expand Down

0 comments on commit 68d7257

Please sign in to comment.