We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdd233d commit 35abd21Copy full SHA for 35abd21
backend/build.gradle
@@ -12,10 +12,10 @@
12
*/
13
plugins {
14
id 'java'
15
- id 'org.springframework.boot' version '3.4.0'
+ id 'org.springframework.boot' version '3.5.0'
16
id 'org.graalvm.buildtools.native' version '0.10.6'
17
id 'io.spring.dependency-management' version '1.1.7'
18
- id 'org.hibernate.orm' version '6.6.3.Final'
+ id 'org.hibernate.orm' version '6.6.15.Final'
19
}
20
21
group = 'ch.xxx'
@@ -30,14 +30,14 @@ java {
30
repositories {
31
mavenCentral()
32
33
-/*
+
34
hibernate {
35
enhancement {
36
lazyInitialization = true
37
dirtyTracking = true
38
39
40
-*/
41
dependencies {
42
implementation project(':frontend')
43
implementation 'org.springframework.boot:spring-boot-starter'
0 commit comments