Skip to content

Commit 35abd21

Browse files
committed
feat: update spring
1 parent cdd233d commit 35abd21

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

backend/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
*/
1313
plugins {
1414
id 'java'
15-
id 'org.springframework.boot' version '3.4.0'
15+
id 'org.springframework.boot' version '3.5.0'
1616
id 'org.graalvm.buildtools.native' version '0.10.6'
1717
id 'io.spring.dependency-management' version '1.1.7'
18-
id 'org.hibernate.orm' version '6.6.3.Final'
18+
id 'org.hibernate.orm' version '6.6.15.Final'
1919
}
2020

2121
group = 'ch.xxx'
@@ -30,14 +30,14 @@ java {
3030
repositories {
3131
mavenCentral()
3232
}
33-
/*
33+
3434
hibernate {
3535
enhancement {
3636
lazyInitialization = true
3737
dirtyTracking = true
3838
}
3939
}
40-
*/
40+
4141
dependencies {
4242
implementation project(':frontend')
4343
implementation 'org.springframework.boot:spring-boot-starter'

0 commit comments

Comments
 (0)