This is an automated email from the ASF dual-hosted git repository.
huaxingao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/main by this push:
new f914c9e9fe Build: Bump org.codehaus.jettison:jettison from 1.5.4 to
1.5.5 (#15719)
f914c9e9fe is described below
commit f914c9e9fe54ba9e8eb5e7aa7bc9c7207a0fa58c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Mar 21 23:41:51 2026 -0700
Build: Bump org.codehaus.jettison:jettison from 1.5.4 to 1.5.5 (#15719)
Bumps
[org.codehaus.jettison:jettison](https://github.com/jettison-json/jettison)
from 1.5.4 to 1.5.5.
- [Release notes](https://github.com/jettison-json/jettison/releases)
-
[Commits](https://github.com/jettison-json/jettison/compare/jettison-1.5.4...jettison-1.5.5)
---
updated-dependencies:
- dependency-name: org.codehaus.jettison:jettison
dependency-version: 1.5.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
kafka-connect/build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kafka-connect/build.gradle b/kafka-connect/build.gradle
index ca6048b513..abdc8dd9b8 100644
--- a/kafka-connect/build.gradle
+++ b/kafka-connect/build.gradle
@@ -75,7 +75,7 @@
project(':iceberg-kafka-connect:iceberg-kafka-connect-runtime') {
exclude group: 'org.jspecify', module: 'jspecify'
// force upgrades for dependencies with known vulnerabilities...
resolutionStrategy {
- force 'org.codehaus.jettison:jettison:1.5.4'
+ force 'org.codehaus.jettison:jettison:1.5.5'
force 'org.xerial.snappy:snappy-java:1.1.10.8'
force 'org.apache.commons:commons-compress:1.28.0'
force 'org.apache.hadoop.thirdparty:hadoop-shaded-guava:1.5.0'