We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfc4156 commit ec6f547Copy full SHA for ec6f547
gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
1
distributionBase=GRADLE_USER_HOME
2
distributionPath=wrapper/dists
3
-distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.1-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip
4
zipStoreBase=GRADLE_USER_HOME
5
zipStorePath=wrapper/dists
server/build.gradle.kts
@@ -32,8 +32,8 @@ val date: String = LocalDateTime.now().format(DateTimeFormatter.ofPattern("yyyy-
32
val applicationName = "meghanada"
33
34
val junitVersion = "5.8.2"
35
-val gradleVersion = "7.3.1"
36
-val log4jVersion = "2.16.0"
+val gradleVersion = "7.3.3"
+val log4jVersion = "2.17.1"
37
val xodusVersion = "1.3.232"
38
val opencensusVersion = "0.29.0"
39
0 commit comments