File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed
Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 2121
2222# sdkman
2323.sdkmanrc
24+
25+ # asdf
26+ .tool-versions
Original file line number Diff line number Diff line change @@ -47,18 +47,18 @@ nexusStaging {
4747}
4848
4949dependencies {
50- compile " org.jetbrains.kotlin:kotlin-stdlib-jdk8"
51- compile " org.jetbrains.kotlin:kotlin-reflect"
50+ compile " org.jetbrains.kotlin:kotlin-stdlib-jdk8: $v ersionKotlin "
51+ compile " org.jetbrains.kotlin:kotlin-reflect: $v ersionKotlin "
5252 compile " net.bytebuddy:byte-buddy:1.9.12"
5353
54- compileOnly " com.fasterxml.jackson.core:jackson-databind:2.10.4 "
55- compileOnly " com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.10.4 "
54+ compileOnly " com.fasterxml.jackson.core:jackson-databind:2.13.3 "
55+ compileOnly " com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.3 "
5656
5757 testCompile " org.junit.jupiter:junit-jupiter:5.4.2"
5858 testCompile " org.assertj:assertj-core:3.11.1"
5959 testRuntime " org.slf4j:slf4j-simple:1.7.26"
60- testCompile " com.fasterxml.jackson.core:jackson-databind:2.10.4 "
61- testCompile " com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.10.4 "
60+ testCompile " com.fasterxml.jackson.core:jackson-databind:2.13.3 "
61+ testCompile " com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.3 "
6262}
6363configurations. all {
6464 resolutionStrategy. eachDependency { DependencyResolveDetails details ->
You can’t perform that action at this time.
0 commit comments