Skip to content

Commit 66141a5

Browse files
author
Anuraag Agrawal
authored
Update Gradle and build dependencies. (#141)
1 parent 51c7748 commit 66141a5

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed
Lines changed: 3 additions & 3 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.3-bin.zip
3+
distributionSha256Sum=b586e04868a22fd817c8971330fec37e298f3242eb85c374181b12d637f80302
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
45
zipStoreBase=GRADLE_USER_HOME
5-
zipStorePath=wrapper/dists
6-
distributionSha256Sum=de8f52ad49bdc759164f72439a3bf56ddb1589c4cde802d3cec7d6ad0e0ee410
6+
zipStorePath=wrapper/dists

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 "6.0.0"
18+
id("com.diffplug.spotless") version "6.2.0"
1919
id("com.github.ben-manes.versions") version "0.41.0"
20-
id("com.github.jk1.dependency-license-report") version "2.0"
21-
id("com.github.johnrengelman.shadow") version "7.1.0"
22-
id("com.google.cloud.tools.jib") version "3.1.4"
20+
id("com.github.jk1.dependency-license-report") version "2.1"
21+
id("com.github.johnrengelman.shadow") version "7.1.2"
22+
id("com.google.cloud.tools.jib") version "3.2.0"
2323
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
2424
id("nebula.release") version "16.0.0"
25-
id("org.springframework.boot") version "2.6.0"
25+
id("org.springframework.boot") version "2.6.2"
2626
}
2727
}
2828

0 commit comments

Comments
 (0)