1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Idiomatic Kotlin DSL for configuring HTTP security

Issue: gh-5558
This commit is contained in:
Eleftheria Stein-Kousathana
2020-01-07 12:08:43 -05:00
committed by GitHub
parent e306482a96
commit 2df1099da5
88 changed files with 9773 additions and 2 deletions
+4
View File
@@ -9,6 +9,9 @@ if (!project.hasProperty("springVersion")) {
if (!project.hasProperty("springDataVersion")) {
ext.springDataVersion = "Moore-SR+"
}
if (!project.hasProperty("kotlinVersion")) {
ext.kotlinVersion = "1.3.61"
}
ext.rsocketVersion = "1.+"
ext.openSamlVersion = "3.+"
@@ -29,6 +32,7 @@ dependencies {
management platform("org.springframework:spring-framework-bom:$springVersion")
management platform("io.projectreactor:reactor-bom:$reactorVersion")
management platform("org.springframework.data:spring-data-releasetrain:$springDataVersion")
management platform("org.jetbrains.kotlin:kotlin-bom:$kotlinVersion")
constraints {
management "ch.qos.logback:logback-classic:1.+"
management "com.fasterxml.jackson.core:jackson-databind:2.+"