1
0
mirror of https://github.com/firstBitMarksistskaya/jenkins-lib.git synced 2024-12-12 11:25:04 +02:00

Merge pull request #99 from ovcharenko-di/fix/deps

fix deps & bump core version
This commit is contained in:
Nikita Fedkin 2023-07-12 13:39:31 +02:00 committed by GitHub
commit b8dc1a8470
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -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)
}

View File

@ -1 +1 @@
2.228
2.246