Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
chore(deps): update hibernate core
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 8, 2022
1 parent 064278e commit 73287f1
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 @@ -29,7 +29,7 @@
<env>local</env>
<filters.file>src/main/filters/${env}.properties</filters.file>
<commons-lang.version>2.6</commons-lang.version>
<hibernate.version>4.3.8.Final</hibernate.version>
<hibernate.version>4.3.11.Final</hibernate.version>
<hsqldb.version>2.3.2</hsqldb.version>
<java.version>1.7</java.version>
<jstl.version>1.1.2</jstl.version>
Expand Down Expand Up @@ -655,7 +655,7 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-tools</artifactId>
<version>3.2.4.GA</version>
<version>3.6.2.Final</version>
</dependency>
<dependency>
<groupId>org.hsqldb</groupId>
Expand Down

0 comments on commit 73287f1

Please sign in to comment.