Skip to content

Commit

Permalink
Merge branch 'master' into config-simplifications
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmcintosh authored Nov 27, 2023
2 parents 8f25053 + 3947a1b commit 723eade
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ subprojects {
testImplementation "org.springframework:spring-test"
testImplementation "org.hamcrest:hamcrest-core"
testRuntimeOnly "cglib:cglib-nodep"
testRuntimeOnly "org.junit.vintage:junit-vintage-engine"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
testRuntimeOnly "org.objenesis:objenesis"
}
}
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
includeProviders=file,github,google-groups,ldap
korkVersion=7.193.0
korkVersion=7.204.0
org.gradle.parallel=true
spinnakerGradleVersion=8.31.0
targetJava11=true
kotlinVersion=1.4.0
kotlinVersion=1.5.32
# To enable a composite reference to a project, set the
# project property `'<projectName>Composite=true'`.
#
Expand Down
4 changes: 2 additions & 2 deletions gradle/kotlin.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ apply plugin: "kotlin-spring"

compileKotlin {
kotlinOptions {
languageVersion = "1.4"
languageVersion = "1.5"
jvmTarget = "11"
}
}

compileTestKotlin {
kotlinOptions {
languageVersion = "1.4"
languageVersion = "1.5"
jvmTarget = "11"
}
}
Expand Down

0 comments on commit 723eade

Please sign in to comment.