This is an automated email from the ASF dual-hosted git repository.
tilman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/main by this push:
new 9fb60a94b8 Bump com.mchange:mchange-commons-java from 0.3.2 to 0.4.0
(#2626)
9fb60a94b8 is described below
commit 9fb60a94b8888cc173bb4fde2a06312dcde7304b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 23 14:50:59 2026 +0100
Bump com.mchange:mchange-commons-java from 0.3.2 to 0.4.0 (#2626)
Bumps
[com.mchange:mchange-commons-java](https://github.com/swaldman/mchange-commons-java)
from 0.3.2 to 0.4.0.
- [Release notes](https://github.com/swaldman/mchange-commons-java/releases)
-
[Commits](https://github.com/swaldman/mchange-commons-java/compare/v0.3.2...v0.4.0)
---
updated-dependencies:
- dependency-name: com.mchange:mchange-commons-java
dependency-version: 0.4.0
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>
---
tika-parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 835eedb123..996ece263c 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -409,7 +409,7 @@
<!-- can't update to 10, needs jdk21 -->
<lucene.version>9.12.3</lucene.version>
<maven.plugin.annotations.version>3.15.2</maven.plugin.annotations.version>
- <mchange.version>0.3.2</mchange.version>
+ <mchange.version>0.4.0</mchange.version>
<metadata.extractor.version>2.19.0</metadata.extractor.version>
<microsoft.translator.version>0.6.2</microsoft.translator.version>
<mime4j.version>0.8.13</mime4j.version>