File tree 1 file changed +4
-14
lines changed 1 file changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -144,20 +144,10 @@ subprojects { project ->
144
144
testCompile " org.mockito:mockito-core"
145
145
testCompile " org.grails:grails-web-testing-support"
146
146
147
- constraints {
148
- implementation(' org.apache.logging.log4j:log4j-core:2.17.1' ) {
149
- because ' Log4j vulnerable to remote code execution and other critical security vulnerabilities'
150
- }
151
- implementation(' org.apache.logging.log4j:log4j-api:2.17.1' ) {
152
- because ' Log4j vulnerable to remote code execution and other critical security vulnerabilities'
153
- }
154
- implementation(' ch.qos.logback:logback-classic:1.2.10' ) {
155
- because ' Logback vulnerable to remote code execution and other critical security vulnerabilities'
156
- }
157
- implementation(' ch.qos.logback:logback-core:1.2.10' ) {
158
- because ' Logback vulnerable to remote code execution and other critical security vulnerabilities'
159
- }
160
- }
147
+ compile " org.apache.logging.log4j:log4j-to-slf4j:2.17.1"
148
+ compile " org.apache.logging.log4j:log4j-api:2.17.1"
149
+ compile " ch.qos.logback:logback-classic:1.2.10"
150
+ compile " ch.qos.logback:logback-core:1.2.10"
161
151
162
152
if ( isGrailsApp )
163
153
{
You can’t perform that action at this time.
0 commit comments