spring-boot/gradle.properties

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
430 B
Properties
Raw Normal View History

version=3.2.7-SNAPSHOT
org.gradle.caching=true
org.gradle.parallel=true
org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8
assertjVersion=3.24.2
commonsCodecVersion=1.16.1
commonsCompressVersion=1.21
2023-10-11 17:29:36 +08:00
hamcrestVersion=2.2
jacksonVersion=2.15.4
junitJupiterVersion=5.10.2
kotlinVersion=1.9.24
2023-10-11 17:29:36 +08:00
mavenVersion=3.9.4
nativeBuildToolsVersion=0.9.28
springFrameworkVersion=6.1.8
tomcatVersion=10.1.24
kotlin.stdlib.default.dependency=false