Skip to content

Commit f285df6

Browse files
committed
Upgrade to SLF4J 2.0.13, JRuby 9.4.7, Awaitility 4.2.1
1 parent b9eeee8 commit f285df6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

framework-platform/framework-platform.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ dependencies {
107107
api("org.aspectj:aspectjtools:1.9.22.1")
108108
api("org.aspectj:aspectjweaver:1.9.22.1")
109109
api("org.assertj:assertj-core:3.24.2")
110-
api("org.awaitility:awaitility:4.2.0")
110+
api("org.awaitility:awaitility:4.2.1")
111111
api("org.bouncycastle:bcpkix-jdk18on:1.72")
112112
api("org.codehaus.jettison:jettison:1.5.4")
113113
api("org.dom4j:dom4j:2.1.4")
@@ -126,7 +126,7 @@ dependencies {
126126
api("org.hibernate:hibernate-validator:7.0.5.Final")
127127
api("org.hsqldb:hsqldb:2.7.2")
128128
api("org.javamoney:moneta:1.4.2")
129-
api("org.jruby:jruby:9.4.6.0")
129+
api("org.jruby:jruby:9.4.7.0")
130130
api("org.junit.support:testng-engine:1.0.4")
131131
api("org.mozilla:rhino:1.7.14")
132132
api("org.ogce:xpp3:1.1.6")
@@ -135,7 +135,7 @@ dependencies {
135135
api("org.seleniumhq.selenium:htmlunit-driver:2.70.0")
136136
api("org.seleniumhq.selenium:selenium-java:3.141.59")
137137
api("org.skyscreamer:jsonassert:1.5.1")
138-
api("org.slf4j:slf4j-api:2.0.12")
138+
api("org.slf4j:slf4j-api:2.0.13")
139139
api("org.testng:testng:7.8.0")
140140
api("org.webjars:underscorejs:1.8.3")
141141
api("org.webjars:webjars-locator-core:0.55")

0 commit comments

Comments
 (0)