Skip to content

Commit

Permalink
Update hibernate version to 5.4.24.Final to fix security vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
allanmckenzie committed Nov 22, 2022
1 parent 0715bdb commit 960c52d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to
- Update jboss-logging version to 3.5.0.Final
- Update jackson libraries to 2.12.7


### Added
- Added support for feature toggling with an integration test showing it working
- Added healthcheck integration test
Expand All @@ -36,6 +35,8 @@ on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to
- wildfly to version 26.1.2.Final
- artemis to version 2.20.0
- resteasy-client to version 4.7.7.Final
- Update hibernate version to 5.4.24.Final
- Update jackson.databind version to 2.12.7.1

## [2.0.0] - 2019-08-19
### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd" version="1.0">

<persistence-unit name="Example">
<provider>org.hibernate.ejb.HibernatePersistence</provider>
<provider>org.hibernate.jpa.HibernatePersistenceProvider</provider>
<jta-data-source>java:/DS.example</jta-data-source>
<class>uk.gov.justice.services.example.cakeshop.persistence.entity.Recipe</class>
<class>uk.gov.justice.services.example.cakeshop.persistence.entity.RecipeIngredient</class>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ DS.example.UserName = framework
DS.example.Password = framework
Example.hibernate.dialect = org.hibernate.dialect.PostgreSQL9Dialect
Example.hibernate.hbm2ddl.auto = create-drop

tomee.jpa.factory.lazy = true
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
<wildfly.version>26.1.2.Final</wildfly.version>
<wildfly.maven.plugin.version>3.2.0.Final</wildfly.maven.plugin.version>

<framework-libraries.version>11.0.0-M25</framework-libraries.version>
<framework.version>11.0.0-M26</framework.version>
<event-store.version>11.0.0-M27</event-store.version>
<framework-libraries.version>11.0.0-M26</framework-libraries.version>
<framework.version>11.0.0-M27</framework.version>
<event-store.version>11.0.0-M28</event-store.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 960c52d

Please sign in to comment.