Skip to content

Commit

Permalink
update db-model from 3.0.5 to 3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Carsten Hollmann committed Apr 22, 2021
1 parent 7568fe8 commit c9bd655
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<hibernate.version>5.4.16.Final</hibernate.version>
<spring-boot.version>2.3.1.RELEASE</spring-boot.version>
<series-api.version>3.3.3</series-api.version>
<series-hibernate.version>3.0.6-SNAPSHOT</series-hibernate.version>
<series-hibernate.version>3.0.6</series-hibernate.version>
<arctic-sea.version>7.6.1</arctic-sea.version>

<timestamp>${maven.build.timestamp}</timestamp>
Expand Down Expand Up @@ -133,6 +133,10 @@
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
</exclusion>
<exclusion>
<groupId>com.neovisionaries</groupId>
<artifactId>nv-i18n</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit c9bd655

Please sign in to comment.