Skip to content

Commit

Permalink
Dependencies: Hibernate
Browse files Browse the repository at this point in the history
- Hibernate upgraded to 6.2.14 (was 6.2.13)
  • Loading branch information
tomas-muller committed Dec 11, 2023
1 parent d51339d commit ac1cd7a
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -317,11 +317,11 @@ Hibernate Commons Annotations (hibernate-commons-annotations-6.0.6.Final.jar)
under GNU Library General Public License v2.1 or later
http://hibernate.org

Hibernate ORM - hibernate-c3p0 (hibernate-c3p0-6.2.13.Final.jar)
Hibernate ORM - hibernate-c3p0 (hibernate-c3p0-6.2.14.Final.jar)
under GNU Library General Public License v2.1 or later
https://hibernate.org/orm

Hibernate ORM - hibernate-core (hibernate-core-6.2.13.Final.jar)
Hibernate ORM - hibernate-core (hibernate-core-6.2.14.Final.jar)
under GNU Library General Public License v2.1 or later
https://hibernate.org/orm

Expand Down
Binary file not shown.
Binary file not shown.
10 changes: 5 additions & 5 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
<attribute name="Main-Class" value="org.unitime.timetable.solver.jgroups.SolverServerImplementation" />
<attribute name="Class-Path" value="angus-activation-2.0.1.jar antlr4-runtime-4.10.1.jar biweekly-0.6.7.jar byte-buddy-1.14.7.jar c3p0-0.9.5.5.jar classmate-1.5.1.jar
commons-lang3-3.8.1.jar commons-logging-1.2.jar commons-text-1.10.0.jar cpsolver-1.4-SNAPSHOT.jar dom4j-2.1.4.jar freemarker-2.3.32.jar gson-2.10.1.jar
gwt-servlet-2.10.0.jar hibernate-c3p0-6.2.13.Final.jar hibernate-commons-annotations-6.0.6.Final.jar hibernate-core-6.2.13.Final.jar istack-commons-runtime-4.1.1.jar
gwt-servlet-2.10.0.jar hibernate-c3p0-6.2.14.Final.jar hibernate-commons-annotations-6.0.6.Final.jar hibernate-core-6.2.14.Final.jar istack-commons-runtime-4.1.1.jar
itext-2.1.7.jar jackson-core-2.15.2.jar jakarta.activation-api-2.1.1.jar jakarta.mail-2.0.2.jar jakarta.mail-api-2.1.1.jar jakarta.persistence-api-3.1.0.jar
jakarta.transaction-api-2.0.1.jar jakarta.xml.bind-api-4.0.0.jar javassist-3.29.2-GA.jar javax.servlet-api-3.1.0.jar javax.servlet.jsp-api-2.3.3.jar
jaxb-core-4.0.2.jar jaxb-runtime-4.0.2.jar jboss-logging-3.5.0.Final.jar jbossjta-4.16.6.Final.jar jgroups-5.2.18.Final.jar joda-time-2.12.5.jar log4j-api-2.20.0.jar
Expand Down Expand Up @@ -328,9 +328,9 @@
<include name="byte-buddy-1.14.7.jar"/>
<include name="c3p0-0.9.5.5.jar"/>
<include name="classmate-1.5.1.jar"/>
<include name="hibernate-c3p0-6.2.13.Final.jar"/>
<include name="hibernate-c3p0-6.2.14.Final.jar"/>
<include name="hibernate-commons-annotations-6.0.6.Final.jar"/>
<include name="hibernate-core-6.2.13.Final.jar"/>
<include name="hibernate-core-6.2.14.Final.jar"/>
<include name="istack-commons-runtime-4.1.1.jar"/>
<include name="jaxb-core-4.0.2.jar"/>
<include name="jaxb-runtime-4.0.2.jar"/>
Expand Down Expand Up @@ -395,9 +395,9 @@
<include name="byte-buddy-1.14.7.jar"/>
<include name="c3p0-0.9.5.5.jar"/>
<include name="classmate-1.5.1.jar"/>
<include name="hibernate-c3p0-6.2.13.Final.jar"/>
<include name="hibernate-c3p0-6.2.14.Final.jar"/>
<include name="hibernate-commons-annotations-6.0.6.Final.jar"/>
<include name="hibernate-core-6.2.13.Final.jar"/>
<include name="hibernate-core-6.2.14.Final.jar"/>
<include name="istack-commons-runtime-4.1.1.jar"/>
<include name="jaxb-core-4.0.2.jar"/>
<include name="jaxb-runtime-4.0.2.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<cpsolver.version>1.4-SNAPSHOT</cpsolver.version>
<hibernate.version>6.2.13.Final</hibernate.version>
<hibernate.version>6.2.14.Final</hibernate.version>
<itext.version>2.1.7</itext.version>
<struts2.version>2.5.31</struts2.version>
<protobuf.version>3.23.3</protobuf.version>
Expand Down

0 comments on commit ac1cd7a

Please sign in to comment.