diff --git a/build.gradle.kts b/build.gradle.kts index f53a5c2..1c2f97a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -38,6 +38,8 @@ dependencies { integrationTestImplementation("org.spockframework", "spock-core", spockVersion) integrationTestImplementation("org.codehaus.groovy", "groovy-all", groovyVersion) + integrationTestImplementation("org.springframework.security", "spring-security-core", "5.1.13.RELEASE") + integrationTestImplementation("org.slf4j", "slf4j-api", slf4jVersion) integrationTestImplementation("org.slf4j", "slf4j-simple", slf4jVersion) } diff --git a/jenkinsResources/core-version.txt b/jenkinsResources/core-version.txt index 3a5be56..b8b8d1e 100644 --- a/jenkinsResources/core-version.txt +++ b/jenkinsResources/core-version.txt @@ -1 +1 @@ -2.228 \ No newline at end of file +2.246 \ No newline at end of file