Skip to content

Commit 0247a45

Browse files
author
Anuraag Agrawal
authored
Update Gradle and build dependencies. (#119)
1 parent 2a354ab commit 0247a45

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionSha256Sum=f581709a9c35e9cb92e16f585d2c4bc99b2b1a5f85d2badbd3dc6bff59e1e6dd
6+
distributionSha256Sum=de8f52ad49bdc759164f72439a3bf56ddb1589c4cde802d3cec7d6ad0e0ee410

settings.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515

1616
pluginManagement {
1717
plugins {
18-
id("com.diffplug.spotless") version "5.17.0"
18+
id("com.diffplug.spotless") version "6.0.0"
1919
id("com.github.ben-manes.versions") version "0.39.0"
20-
id("com.github.jk1.dependency-license-report") version "1.17"
21-
id("com.github.johnrengelman.shadow") version "7.0.0"
20+
id("com.github.jk1.dependency-license-report") version "2.0"
21+
id("com.github.johnrengelman.shadow") version "7.1.0"
2222
id("com.google.cloud.tools.jib") version "3.1.4"
2323
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
24-
id("nebula.release") version "15.3.1"
25-
id("org.springframework.boot") version "2.5.4"
24+
id("nebula.release") version "16.0.0"
25+
id("org.springframework.boot") version "2.6.0"
2626
}
2727
}
2828

0 commit comments

Comments
 (0)