Skip to content

Commit

Permalink
update hibernate version a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
pahjbo committed Jul 3, 2024
1 parent c71c5fa commit 9432ad5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,12 +159,12 @@ class VodmlGradlePlugin: Plugin<Project> {


//add the dependencies for JAXB and JPA - using the hibernate implementation
listOf("org.javastro.ivoa.vo-dml:vodml-runtime:0.7.0",
listOf("org.javastro.ivoa.vo-dml:vodml-runtime:0.7.1",
"jakarta.xml.bind:jakarta.xml.bind-api:4.0.0",
"org.glassfish.jaxb:jaxb-runtime:4.0.2",
// "org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.10", // supports JPA 2.2
// "org.eclipse.persistence:org.eclipse.persistence.moxy:3.0.2", //alternative Jaxb runtime...
"org.hibernate.orm:hibernate-core:6.2.7.Final"
"org.hibernate.orm:hibernate-core:6.4.8.Final"
// ,"jakarta.persistence:jakarta.persistence-api:3.0.0" // dont use until go to hibernate 6
,"com.fasterxml.jackson.core:jackson-databind:2.15.1"
,"org.eclipse.microprofile.openapi:microprofile-openapi-api:2.0.1"
Expand Down

0 comments on commit 9432ad5

Please sign in to comment.