Skip to content

Commit 87424cd

Browse files
committed
Upgrade to SLF4J 2.0.9 and AspectJ 1.9.20.1
1 parent 80e82cd commit 87424cd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

framework-platform/framework-platform.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ dependencies {
103103
api("org.apache.tomcat.embed:tomcat-embed-websocket:10.1.14")
104104
api("org.apache.tomcat:tomcat-util:10.1.14")
105105
api("org.apache.tomcat:tomcat-websocket:10.1.14")
106-
api("org.aspectj:aspectjrt:1.9.20")
107-
api("org.aspectj:aspectjtools:1.9.20")
108-
api("org.aspectj:aspectjweaver:1.9.20")
106+
api("org.aspectj:aspectjrt:1.9.20.1")
107+
api("org.aspectj:aspectjtools:1.9.20.1")
108+
api("org.aspectj:aspectjweaver:1.9.20.1")
109109
api("org.assertj:assertj-core:3.24.2")
110110
api("org.awaitility:awaitility:4.2.0")
111111
api("org.bouncycastle:bcpkix-jdk18on:1.72")
@@ -137,7 +137,7 @@ dependencies {
137137
api("org.seleniumhq.selenium:htmlunit-driver:2.70.0")
138138
api("org.seleniumhq.selenium:selenium-java:3.141.59")
139139
api("org.skyscreamer:jsonassert:1.5.1")
140-
api("org.slf4j:slf4j-api:2.0.7")
140+
api("org.slf4j:slf4j-api:2.0.9")
141141
api("org.testng:testng:7.8.0")
142142
api("org.webjars:underscorejs:1.8.3")
143143
api("org.webjars:webjars-locator-core:0.53")

0 commit comments

Comments
 (0)