We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 359978a commit 448a862Copy full SHA for 448a862
grails-datastore-gorm-test/build.gradle
@@ -7,7 +7,7 @@ dependencies {
7
testImplementation project(":grails-datastore-gorm-tck")
8
testImplementation "org.codehaus.groovy:groovy-json:$groovyVersion"
9
testRuntimeOnly "org.springframework:spring-aop:$springVersion"
10
- testRuntimeOnly "log4j:log4j:1.2.16"
+ testRuntimeOnly "log4j:log4j:1.2.17"
11
}
12
13
//compileTestGroovy.groovyOptions.forkOptions.jvmArgs = ['-Xdebug', '-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005']
0 commit comments