Skip to content

Commit

Permalink
NOJIRA
Browse files Browse the repository at this point in the history
Updated hibernate to current final release to fix issue with POSTGRES
and clobs (hibernate bug in pre-5.4 versions)
  • Loading branch information
chasegawa committed Jun 9, 2021
1 parent 0ce8050 commit 0f90717
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ dependencies {
runtimeOnly 'org.glassfish.jaxb:jaxb-runtime:2.3.0'

compile "com.h2database:h2"
runtimeOnly "org.postgresql:postgresql"
runtimeOnly "org.postgresql:postgresql:42.2.20"
runtimeOnly 'org.mariadb.jdbc:mariadb-java-client:2.2.0'
runtimeOnly 'mysql:mysql-connector-java:5.1.48'

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ opensaml.version=3.4.3

spring-boot.version=2.4.2

hibernate.version=5.3.14.Final
hibernate.version=5.5.0.Final

lucene.version=8.1.1

Expand Down
1 change: 1 addition & 0 deletions testbed/postgres/conf/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/charles.yml

0 comments on commit 0f90717

Please sign in to comment.