Move to Java 17
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
[versions]
|
||||
detekt = "1.18.1"
|
||||
detekt = "1.22.0"
|
||||
etherjar = "0.11.1"
|
||||
groovy = "2.5.14"
|
||||
groovy = "3.0.9"
|
||||
protoc = "3.21.7"
|
||||
slf4j = "1.7.32"
|
||||
jackson = "2.11.0"
|
||||
grpc = "1.49.2"
|
||||
reactive-grpc = "1.2.0"
|
||||
spring-boot = "2.5.6"
|
||||
spring-boot = "2.6.0"
|
||||
spring-security = "5.5.3"
|
||||
reactor = "3.4.10"
|
||||
netty = "4.1.84.Final"
|
||||
netty-tcnative = "2.0.48.Final"
|
||||
kotlin = "1.5.31"
|
||||
kotlin = "1.7.20"
|
||||
httpcomponents = "4.5.8"
|
||||
|
||||
[libraries]
|
||||
@@ -137,7 +137,7 @@ junit = ["junit-jupiter", "assertj"]
|
||||
[plugins]
|
||||
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
|
||||
jib = { id = "com.google.cloud.tools.jib", version = "2.5.0" }
|
||||
spring = { id = "org.springframework.boot", version = "2.3.5.RELEASE" }
|
||||
spring = { id = "org.springframework.boot", version = "2.6.0" }
|
||||
git = { id = "com.palantir.git-version", version = "0.12.3" }
|
||||
protobuf = { id = "com.google.protobuf", version = "0.9.1" }
|
||||
ktlint = { id = "org.jlleitschuh.gradle.ktlint", version = "10.2.0" }
|
||||
|
||||
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,5 +1,5 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
||||
Reference in New Issue
Block a user