Skip to content

Commit

Permalink
Merge pull request #99 from ovcharenko-di/fix/deps
Browse files Browse the repository at this point in the history
fix deps & bump core version
  • Loading branch information
nixel2007 authored Jul 12, 2023
2 parents 5436533 + 18274cb commit b8dc1a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down
2 changes: 1 addition & 1 deletion jenkinsResources/core-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.228
2.246

0 comments on commit b8dc1a8

Please sign in to comment.