Skip to content

Commit

Permalink
Upgrade Spring Boot to 2.5.2 (#109)
Browse files Browse the repository at this point in the history
Closes 109
  • Loading branch information
Idane committed Aug 21, 2021
1 parent 07a2ee4 commit ac0c471
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 @@ -16,7 +16,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.8.RELEASE</version>
<version>2.5.2</version>
</parent>

<developers>
Expand Down Expand Up @@ -54,7 +54,7 @@
<kotlin.coroutines.version>1.3.8</kotlin.coroutines.version>

<!-- Dependency versions -->
<spring.boot.version>2.0.8.RELEASE</spring.boot.version>
<spring.boot.version>2.5.2</spring.boot.version>
<slf4j.version>1.7.32</slf4j.version>
<ehcache.version>2.8.3</ehcache.version>
<gpg.keynam />
Expand Down

0 comments on commit ac0c471

Please sign in to comment.