diff --git a/build.gradle b/build.gradle
index 3cd817b4d1..454dbbe2ab 100644
--- a/build.gradle
+++ b/build.gradle
@@ -142,7 +142,7 @@ subprojects {
configureEach {
resolutionStrategy {
force "commons-io:commons-io:${commonsIoVersion}"
- force 'org.slf4j:slf4j-api:2.0.16'
+ force 'org.slf4j:slf4j-api:2.0.17'
force 'com.fasterxml.woodstox:woodstox-core:7.1.0'
}
}
diff --git a/build.xml b/build.xml
index 10ae4a9cc0..d693ba7479 100644
--- a/build.xml
+++ b/build.xml
@@ -340,7 +340,7 @@ under the License.
-
+
diff --git a/poi-excelant/build.gradle b/poi-excelant/build.gradle
index 7b1a9a3558..2d52734a2e 100644
--- a/poi-excelant/build.gradle
+++ b/poi-excelant/build.gradle
@@ -43,7 +43,7 @@ dependencies {
}
testImplementation 'com.google.guava:guava:33.3.0-jre'
testImplementation "org.apache.logging.log4j:log4j-slf4j2-impl:${log4jVersion}"
- testImplementation 'org.slf4j:slf4j-simple:2.0.16'
+ testImplementation 'org.slf4j:slf4j-simple:2.0.17'
testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}"
}
diff --git a/poi-integration/build.gradle b/poi-integration/build.gradle
index 25ee31e1ca..f9a1e84950 100644
--- a/poi-integration/build.gradle
+++ b/poi-integration/build.gradle
@@ -76,7 +76,7 @@ dependencies {
}
testImplementation project(path: ':poi-ooxml-lite-agent', configuration: 'archives')
testImplementation "org.apache.logging.log4j:log4j-slf4j2-impl:${log4jVersion}"
- testImplementation 'org.slf4j:slf4j-simple:2.0.16'
+ testImplementation 'org.slf4j:slf4j-simple:2.0.17'
testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}"
}
diff --git a/poi-ooxml/build.gradle b/poi-ooxml/build.gradle
index 60216af6e8..aa7946cb7c 100644
--- a/poi-ooxml/build.gradle
+++ b/poi-ooxml/build.gradle
@@ -124,7 +124,7 @@ dependencies {
// prevent slf4j warnings coming from xmlsec -> slf4j-api 1.7.x dependency
// see https://logging.apache.org/log4j/2.x/log4j-slf4j-impl/
testImplementation "org.apache.logging.log4j:log4j-slf4j2-impl:${log4jVersion}"
- testImplementation 'org.slf4j:slf4j-simple:2.0.16'
+ testImplementation 'org.slf4j:slf4j-simple:2.0.17'
broken("org.apache.xmlgraphics:batik-script:${batikVersion}"){
exclude group: 'xalan', module: 'xalan'
diff --git a/poi-ooxml/src/main/java/org/apache/poi/xwpf/usermodel/XWPFRun.java b/poi-ooxml/src/main/java/org/apache/poi/xwpf/usermodel/XWPFRun.java
index be853bf70d..6a3e80b994 100644
--- a/poi-ooxml/src/main/java/org/apache/poi/xwpf/usermodel/XWPFRun.java
+++ b/poi-ooxml/src/main/java/org/apache/poi/xwpf/usermodel/XWPFRun.java
@@ -360,7 +360,7 @@ public class XWPFRun implements ISDTContents, IRunElement, CharacterRun {
/**
* Returns number of text element
- *
+ *
* @return number of text elements
* @since POI 5.4.1
*/