Skip to content

Commit

Permalink
Updated Spring Boot to v2.3.0.M2
Browse files Browse the repository at this point in the history
Closes gh-85
  • Loading branch information
kedar-joshi committed Feb 14, 2020
1 parent d837d07 commit 9846edc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.0.M1</version>
<version>2.3.0.M2</version>

<relativePath />
</parent>
Expand Down Expand Up @@ -104,7 +104,7 @@

<!-- Frameworks -->
<spring.framework.version>5.2.3.RELEASE</spring.framework.version>
<spring.security.version>5.2.1.RELEASE</spring.security.version>
<spring.security.version>5.3.0.RC1</spring.security.version>
<hibernate.validator.version>6.1.2.Final</hibernate.validator.version>
<jakarta.validation-api.version>2.0.2</jakarta.validation-api.version>

Expand Down

0 comments on commit 9846edc

Please sign in to comment.