Skip to content

Commit

Permalink
next development version 2.7.18-2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdotcosta committed Nov 30, 2023
1 parent 426b4f1 commit e3f3683
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 @@ -17,7 +17,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>dev.snowdrop.example</groupId>
<artifactId>crud</artifactId>
<version>2.7.18-1-redhat</version>
<version>2.7.18-2-SNAPSHOT</version>
<name>Spring Boot - CRUD Example</name>
<description>Spring Boot - CRUD Example</description>
<properties>
Expand All @@ -28,12 +28,12 @@
<postgresql.version>42.4.1</postgresql.version>
<spring-boot.version>2.7.18</spring-boot.version>

<dekorate.version>2.11.5.redhat-00017</dekorate.version>
<dekorate.version>2.11.6</dekorate.version>

<!-- Overridden from Spring Boot -->
<hibernate.version>5.3.31.Final-redhat-00001</hibernate.version>
<hibernate-validator.version>6.0.23.Final-redhat-00001</hibernate-validator.version>
<tomcat.version>9.0.62.redhat-00014</tomcat.version>
<hibernate.version>5.6.15.Final</hibernate.version>
<hibernate-validator.version>6.2.5.Final</hibernate-validator.version>
<tomcat.version>9.0.83</tomcat.version>
</properties>

<licenses>
Expand Down

0 comments on commit e3f3683

Please sign in to comment.