Update to Gradle 7.3.3

Issue gh-610
Closes gh-613
Closes gh-581
This commit is contained in:
Josh Cummings
2022-01-13 16:16:50 -07:00
parent 02ee328e6c
commit 28f2ca6ee0
221 changed files with 10092 additions and 2337 deletions

View File

@@ -1,17 +1,17 @@
apply from: JAVA_SCRIPT
apply plugin: 'io.spring.convention.spring-test'
dependencies {
implementation project(":spring-ldap-test"),
project(":spring-ldap-odm"),
project(":spring-ldap-core-tiger")
provided "org.springframework:spring-jdbc:$springVersion",
"org.springframework:spring-orm:$springVersion"
provided "org.springframework:spring-jdbc",
"org.springframework:spring-orm"
testCompile "org.springframework:spring-test:$springVersion",
"junit:junit:$junitVersion",
"org.slf4j:slf4j-log4j12:$slf4jVersion",
"org.assertj:assertj-core:$assertjVersion"
testImplementation "org.springframework:spring-test",
"junit:junit",
"org.slf4j:slf4j-log4j12",
"org.assertj:assertj-core"
}