Skip to content

Commit

Permalink
chore: Upgrade gradle version (#61)
Browse files Browse the repository at this point in the history
* Upgrade gradle version

* Upgrade gradle to 7.2

* Fix snyk failure
  • Loading branch information
Rishabh Singh authored Aug 27, 2021
1 parent c236ef5 commit 5270467
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .snyk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: v1.14.1
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
ignore:
SNYK-JAVA-IONETTY-1042268:
- '*':
reason: No replacement available
expires: 2021-06-30T00:00:00.000Z
- '*':
reason: no available replacement
expires: 2021-12-31T00:00:00.000Z
patch: {}
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ plugins {
id("org.hypertrace.version-settings") version "0.2.0"
}

rootProject.name = "config-bootstrapper"
rootProject.name = "config-bootstrapper-root"
include(":config-bootstrapper")

0 comments on commit 5270467

Please sign in to comment.