fix: resolve dependabot security alerts#631
Merged
Merged
Conversation
- Bump dev.yumi.gradle.licenser 3.0.1 -> 4.0.0 (pulls jgit 6.10.1, fixes GHSA-vrpq-qp53-qv56) - Apply licenser via buildscript {} so we can constrain its transitive deps: - log4j-core 2.25.3 -> 2.25.4 (GHSA-445c-vh5m-36rj, GHSA-6hg6-v5c8-fphq, GHSA-3pxv-7cmr-fjr4) - plexus-utils 4.0.2 -> 4.0.3 (GHSA-6fmv-xxpf-w3cw) - Add jackson-bom 2.18.6 platform to align Jackson modules (jackson-core 2.18.0 -> 2.18.6, GHSA-72hv-8253-57qq) - Add json/csv/txt/sh exclusions for the stricter yumi licenser 4.0.0 test resource scan
munishchouhan
approved these changes
May 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes all 6 open Dependabot alerts on the repository.
Changes
dev.yumi.gradle.licenser3.0.1 → 4.0.0 — picks up jgit 6.10.1.plugins {}tobuildscript { dependencies { constraints { ... } } }so we can override its still-vulnerable transitives (log4j-core 2.25.3, plexus-utils 4.0.2). Once yumi 4.0.1+ ships with those bumps the buildscript block can be reverted to plainplugins { alias(libs.plugins.yumiLicenser) }.implementationandtestImplementation— alignsjackson-core/jackson-databind/jackson-annotations/jackson-module-jaxb-annotationsto 2.18.6..csvinsrc/test/resources). Added excludes forjson,csv,txt,sh.Verification
./gradlew buildEnvironment→ buildscript classpath showslog4j-core 2.25.4,plexus-utils 4.0.3,jgit 6.10.1../gradlew :dependencyInsight --dependency jackson-core --configuration runtimeClasspath→ 2.18.6 (by constraint)../gradlew checkLicenses→ passes (60 test files scanned).compileJavanot run locally (PAT lacksread:packagesscope fortower-java-sdk); CI will validate.Test plan
security-submit-dependenciesworkflow runs on master