This is an automated email from the ASF dual-hosted git repository.
pjfanning pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/poi.git
The following commit(s) were added to refs/heads/trunk by this push:
new 8771d9aa8f Bump com.google.guava:guava from 33.5.0-jre to 33.6.0-jre
(#1152)
8771d9aa8f is described below
commit 8771d9aa8fa5e42b53e1ca99782b43e09f236809
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 26 15:46:45 2026 +0100
Bump com.google.guava:guava from 33.5.0-jre to 33.6.0-jre (#1152)
Bumps [com.google.guava:guava](https://github.com/google/guava) from
33.5.0-jre to 33.6.0-jre.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)
---
updated-dependencies:
- dependency-name: com.google.guava:guava
dependency-version: 33.6.0-jre
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
poi-excelant/build.gradle | 2 +-
poi-integration/build.gradle | 2 +-
poi-ooxml/build.gradle | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/poi-excelant/build.gradle b/poi-excelant/build.gradle
index 7b0673baea..cac557f98c 100644
--- a/poi-excelant/build.gradle
+++ b/poi-excelant/build.gradle
@@ -41,7 +41,7 @@ dependencies {
testImplementation(project(path: ':poi-ooxml', configuration: 'tests')) {
exclude group: 'org.apache.poi', module: 'poi-scratchpad'
}
- testImplementation 'com.google.guava:guava:33.5.0-jre'
+ testImplementation 'com.google.guava:guava:33.6.0-jre'
testImplementation
"org.apache.logging.log4j:log4j-slf4j2-impl:${log4jVersion}"
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 58f1785c02..c8255f681f 100644
--- a/poi-integration/build.gradle
+++ b/poi-integration/build.gradle
@@ -41,7 +41,7 @@ sourceSets {
dependencies {
testImplementation 'org.apache.ant:ant:1.10.15'
testImplementation 'org.apache.commons:commons-collections4:4.5.0'
- testImplementation 'com.google.guava:guava:33.5.0-jre'
+ testImplementation 'com.google.guava:guava:33.6.0-jre'
testImplementation 'org.apache.commons:commons-csv:1.14.1'
misc(project(':poi-ooxml')) {
diff --git a/poi-ooxml/build.gradle b/poi-ooxml/build.gradle
index b39eee54c2..c311a60f01 100644
--- a/poi-ooxml/build.gradle
+++ b/poi-ooxml/build.gradle
@@ -129,7 +129,7 @@ dependencies {
testImplementation 'org.reflections:reflections:0.10.2'
testImplementation 'org.openjdk.jmh:jmh-core:1.36'
testImplementation 'org.openjdk.jmh:jmh-generator-annprocess:1.36'
- testImplementation 'com.google.guava:guava:33.5.0-jre'
+ testImplementation 'com.google.guava:guava:33.6.0-jre'
testImplementation 'com.github.rzymek:opczip:1.2.0'
// prevent slf4j warnings coming from xmlsec -> slf4j-api 1.7.x dependency
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]