@@ -10,7 +10,7 @@ plugins {
10
10
}
11
11
12
12
group = ' com.github.joutvhu'
13
- version = ' 2.3.6 '
13
+ version = ' 2.3.7 '
14
14
sourceCompatibility = 1.8
15
15
targetCompatibility = 1.8
16
16
32
32
' spring-boot.version' : ' 2.3.0.RELEASE' ,
33
33
' spring-framework.version' : ' 5.2.6.RELEASE' ,
34
34
' spring-dynamic-commons.version' : ' 2.0.0' ,
35
- ' hibernate.version' : ' 5.4.15.Final' ,
36
- ' commons-lang3.version' : ' 3.12.0'
35
+ ' hibernate.version' : ' 5.4.15.Final'
37
36
]
38
37
managedVersions = [
39
38
' org.springframework:spring-aspects' : ' spring-framework.version' ,
43
42
' org.springframework.data:spring-data-commons' : ' spring-boot.version' ,
44
43
' org.springframework.data:spring-data-jpa' : ' spring-boot.version' ,
45
44
' com.github.joutvhu:spring-dynamic-commons' : ' spring-dynamic-commons.version' ,
46
- ' org.hibernate:hibernate-core' : ' hibernate.version' ,
47
- ' org.apache.commons:commons-lang3' : ' commons-lang3.version'
45
+ ' org.hibernate:hibernate-core' : ' hibernate.version'
48
46
]
49
47
otherVersions = [
50
48
' org.springframework.boot:spring-boot-dependencies' : ' spring-boot.version'
@@ -71,8 +69,8 @@ dependencies {
71
69
72
70
implementation ' org.hibernate:hibernate-core'
73
71
74
- compileOnly ' org.projectlombok:lombok:1.18.24 '
75
- annotationProcessor ' org.projectlombok:lombok:1.18.24 '
72
+ compileOnly ' org.projectlombok:lombok:1.18.26 '
73
+ annotationProcessor ' org.projectlombok:lombok:1.18.26 '
76
74
77
75
testImplementation(platform(' org.junit:junit-bom:5.8.2' ))
78
76
testImplementation ' org.junit.jupiter:junit-jupiter-api'
@@ -88,8 +86,8 @@ dependencies {
88
86
testImplementation ' com.h2database:h2'
89
87
testImplementation ' com.github.joutvhu:spring-dynamic-freemarker:1.0.0'
90
88
91
- testCompileOnly ' org.projectlombok:lombok:1.18.24 '
92
- testAnnotationProcessor ' org.projectlombok:lombok:1.18.24 '
89
+ testCompileOnly ' org.projectlombok:lombok:1.18.26 '
90
+ testAnnotationProcessor ' org.projectlombok:lombok:1.18.26 '
93
91
}
94
92
95
93
jar {
0 commit comments