Skip to content

Commit

Permalink
Update to 2.3.2.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
pavankjadda committed Jul 25, 2020
1 parent 96c58a8 commit 0920a44
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.1.RELEASE</version>
<version>2.3.2.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.pj</groupId>
<artifactId>liquibasedemo</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
<name>liquibasedemo</name>
<description>Liquibase Demo project with Spring Boot and Spring Data</description>

<properties>
<spring-boot.version>2.3.1.RELEASE</spring-boot.version>
<hibernate.version>5.4.17.Final</hibernate.version>
<spring-boot.version>2.3.2.RELEASE</spring-boot.version>
<hibernate.version>5.4.18.Final</hibernate.version>
<liquibase-core.version>4.0.0</liquibase-core.version>
<liquibase-maven-plugin.version>4.0.0</liquibase-maven-plugin.version>
<liquibase-hibernate5.version>3.10.1</liquibase-hibernate5.version>
<liquibase-hibernate5.version>4.0.0</liquibase-hibernate5.version>
<validation-api.version>2.0.1.Final</validation-api.version>
<javassist.version>3.27.0-GA</javassist.version>
<jaxb-api.version>2.4.0-b180830.0359</jaxb-api.version>
Expand Down

0 comments on commit 0920a44

Please sign in to comment.