aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 43ea9124df..556bdc71c1 100644
--- a/build.gradle
+++ b/build.gradle
@@ -148,7 +148,7 @@ subprojects {
all {
resolutionStrategy {
force "commons-io:commons-io:${commonsIoVersion}"
- force 'org.slf4j:slf4j-api:2.0.5'
+ force 'org.slf4j:slf4j-api:2.0.6'
force 'com.fasterxml.woodstox:woodstox-core:6.4.0'
}
}