deps: bundle 4 Gradle dependency bumps from open Dependabot PRs - #111
Merged
laileni-aws merged 1 commit intoJul 31, 2026
Conversation
Consolidates 4 of the 5 open Gradle Dependabot version-bump PRs (none were addressed by the existing security PRs, which only touched npm lockfiles): - apache-commons-text 1.12.0 -> 1.15.0 (Amazon-Q-Developer#14) - com.nimbusds:nimbus-jose-jwt 9.40 -> 10.7 (Amazon-Q-Developer#16) - slf4j 2.0.16 -> 2.0.17 (Amazon-Q-Developer#17) - kotlinCoroutines 1.10.1 -> 1.10.2 (Amazon-Q-Developer#18) Excluded awsSdk 2.26.25 -> 2.41.22 (Amazon-Q-Developer#15): it builds but fails at runtime with NoSuchFieldError (ChecksumAlgorithm.CRC64NVME) due to awssdk artifact version skew — bumping the single catalog ref does not align all transitive awssdk modules. Needs dedicated BOM-alignment work, tracked separately. The npm Dependabot PR (Amazon-Q-Developer#13: js-yaml, diff) is excluded as already superseded by PR Amazon-Q-Developer#102. No Gradle dependency-lock/verification metadata, so the version catalog change is sufficient.
laileni-aws
force-pushed
the
fix/dependabot-gradle-bumps
branch
from
July 15, 2026 23:35
e2aa6ae to
92b36c0
Compare
laileni-aws
marked this pull request as ready for review
July 16, 2026 18:47
kmmcclai
approved these changes
Jul 16, 2026
laileni-aws
enabled auto-merge (squash)
July 21, 2026 19:31
ashishrp-aws
approved these changes
Jul 31, 2026
laileni-aws
merged commit Jul 31, 2026
6b538c2
into
Amazon-Q-Developer:feature/fix-gh-security-issues
13 checks passed
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
Consolidates the 5 open Gradle Dependabot version-bump PRs into a single change. These were not addressed by any of our existing PRs (which only touched npm lockfiles), so their value would otherwise be lost.
All are single-line changes in
gradle/libs.versions.toml. The repo has no Gradle dependency-lock/verification metadata, so updating the version catalog is sufficient (Gradle resolves at build time).Excluded: npm Dependabot PR #13
Dependabot #13 bumps
js-yaml4.1.0→4.1.1 anddiff4.0.2→4.0.4 in the two webview lockfiles. This is already superseded by PR #102, which regenerated those same lockfiles with equal-or-higher patched versions (diff 4.0.4, js-yaml patched) as part of the security-alert fixes. Including #13 here would only conflict with #102.Risk / verification
nimbus-jose-jwt9→10 andawsSdk2.26→2.41 are larger jumps that could surface API changes — validated by CI compiling + testing across all IDE targets. Dependabot proposed each as compatible.feature/fix-gh-security-issues.Once merged, the 5 upstream Dependabot PRs (#14–#18) can be closed as superseded.