This repository was archived by the owner on Nov 29, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id ' com.palantir.git-version' version ' 0.12.3'
3
- id ' java-library'
3
+ id ' java-library'
4
4
id ' io.freefair.lombok' version ' 5.1.1'
5
- id ' maven-publish'
6
- id ' com.jfrog.bintray' version ' 1.8.4'
5
+ id ' maven-publish'
6
+ id ' com.jfrog.bintray' version ' 1.8.4'
7
7
id ' io.spring.dependency-management' version ' 1.0.10.RELEASE'
8
8
}
9
9
@@ -23,12 +23,12 @@ test {
23
23
}
24
24
25
25
lombok {
26
- version = ' 1.18.12 '
26
+ version = ' 1.18.16 '
27
27
generateLombokConfig. enabled = false
28
28
}
29
29
30
30
ext {
31
- springBootVersion = ' 2.3.4.RELEASE '
31
+ springBootVersion = ' 2.4.0 '
32
32
33
33
junitVersion = ' 5.7.0'
34
34
mockitoVersion = ' 3.5.15'
@@ -74,4 +74,4 @@ publishing {
74
74
from components. java
75
75
}
76
76
}
77
- }
77
+ }
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-6.7-bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.7.1 -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