File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 13
13
plugins {
14
14
id ' java'
15
15
id ' org.springframework.boot' version ' 3.4.0'
16
- id ' org.graalvm.buildtools.native' version ' 0.10.3 '
17
- id ' io.spring.dependency-management' version ' 1.1.6 '
16
+ id ' org.graalvm.buildtools.native' version ' 0.10.6 '
17
+ id ' io.spring.dependency-management' version ' 1.1.7 '
18
18
id ' org.hibernate.orm' version ' 6.6.3.Final'
19
19
}
20
20
@@ -23,21 +23,21 @@ version = '0.0.1-SNAPSHOT'
23
23
24
24
java {
25
25
toolchain {
26
- languageVersion = JavaLanguageVersion . of(21 )
26
+ languageVersion = JavaLanguageVersion . of(24 )
27
27
}
28
28
}
29
29
30
30
repositories {
31
31
mavenCentral()
32
32
}
33
-
33
+ /*
34
34
hibernate {
35
35
enhancement {
36
36
lazyInitialization = true
37
37
dirtyTracking = true
38
38
}
39
39
}
40
-
40
+ */
41
41
dependencies {
42
42
implementation project(' :frontend' )
43
43
implementation ' org.springframework.boot:spring-boot-starter'
@@ -54,7 +54,7 @@ dependencies {
54
54
testImplementation ' org.springframework.boot:spring-boot-starter-test'
55
55
testImplementation ' org.springframework.security:spring-security-test'
56
56
testImplementation ' org.springframework.graphql:spring-graphql-test'
57
- testImplementation group : ' com.tngtech.archunit' , name : ' archunit-junit5' , version : ' 1.3 .0'
57
+ testImplementation ' com.tngtech.archunit: archunit-junit5:1.4 .0'
58
58
59
59
if (project. hasProperty(' withAngular' )) {
60
60
implementation ' org.postgresql:postgresql'
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.13 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments