Skip to content

Commit 07965b1

Browse files
authored
Merge pull request #1479 from grails/renovate/log4j-log4j-1.x
Update dependency log4j:log4j to v1.2.17
2 parents a332064 + 448a862 commit 07965b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-datastore-gorm-test/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies {
77
testImplementation project(":grails-datastore-gorm-tck")
88
testImplementation "org.codehaus.groovy:groovy-json:$groovyVersion"
99
testRuntimeOnly "org.springframework:spring-aop:$springVersion"
10-
testRuntimeOnly "log4j:log4j:1.2.16"
10+
testRuntimeOnly "log4j:log4j:1.2.17"
1111
}
1212

1313
//compileTestGroovy.groovyOptions.forkOptions.jvmArgs = ['-Xdebug', '-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005']

0 commit comments

Comments
 (0)