Skip to content

Commit def25f0

Browse files
committed
Spring Boot 2.6 to 2.7
Gradle 7.3 to 7.4.2
1 parent 2dec476 commit def25f0

4 files changed

Lines changed: 158 additions & 109 deletions

File tree

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
plugins {
22
id "java"
33
id "eclipse"
4-
id "org.springframework.boot" version "2.6.0"
4+
id "org.springframework.boot" version "2.7.0"
55
id "io.spring.dependency-management" version "1.0.11.RELEASE"
66
}
77

8-
ext['lombok.version'] = "1.18.22"
8+
ext['lombok.version'] = "1.18.24"
99

10-
version = "2.6.0"
10+
version = "2.7.0"
1111

1212
sourceCompatibility = '11'
1313
targetCompatibility = '11'
@@ -49,5 +49,5 @@ dependencies {
4949
}
5050

5151
wrapper {
52-
gradleVersion = "7.3"
52+
gradleVersion = "7.4.2"
5353
}

gradle/wrapper/gradle-wrapper.jar

333 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

gradlew

Lines changed: 153 additions & 104 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)