Skip to content

Commit

Permalink
fix: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Angular2Guy committed Oct 13, 2023
1 parent 5567a97 commit 3ede52c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
plugins {
id 'java'
id 'org.springframework.boot' version '3.1.1'
id 'org.graalvm.buildtools.native' version '0.9.20'
id 'io.spring.dependency-management' version '1.1.0'
id 'org.hibernate.orm' version '6.2.5.Final'
id 'org.graalvm.buildtools.native' version '0.9.27'
id 'io.spring.dependency-management' version '1.1.3'
id 'org.hibernate.orm' version '6.2.13.Final'
}

group = 'ch.xxx'
Expand All @@ -26,14 +26,12 @@ repositories {
mavenCentral()
}

/* enable for native build
hibernate {
enhancement {
lazyInitialization = true
dirtyTracking = true
}
}
*/

dependencies {
implementation project(':frontend')
Expand Down

0 comments on commit 3ede52c

Please sign in to comment.