Fix: Update Vulnerabilities - #93
Merged
Merged
Conversation
🦋 Changeset detectedLatest commit: 18000f0 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Matt (matt-evervault)
marked this pull request as ready for review
February 5, 2026 15:57
Jake Grogan (jakekgrog)
approved these changes
Feb 6, 2026
5 tasks
Josh Pensky (joshpensky)
added a commit
that referenced
this pull request
Jul 3, 2026
* Downgrade Ktor to 3.2.4 for Kotlin 2.1-compatible metadata The 3.4.0 bump (#93) fixed CVE-2025-29904 but pulled in Kotlin 2.3.0 class metadata, which can break consumers on older Kotlin compilers. 3.2.4 keeps the CVE fix (resolved in 3.1.1) while shipping Kotlin 2.1.0 metadata instead. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> * Downgrade Kotlin plugin to 2.1.20 Ktor 3.2.4 already ships Kotlin 2.1.0 metadata, but the project's own Kotlin Gradle plugin was still 2.2.21, so evervault-core's own classes carried mv=[2,2,0]. Dropping the plugin to 2.1.20 (and the pinned kotlin-stdlib-common versions to match) brings all shipped modules down to mv=[2,1,0], with lockfiles regenerated accordingly. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> * Fix evervault-cages lockfile: debugAndroidTestCompileClasspath still pinned kotlin-stdlib to 2.3.0 The previous lockfile regeneration didn't touch the lint model's androidTest compile classpath for this module, leaving a stale kotlin-stdlib:2.3.0 lock entry that conflicted with the rest of the graph and broke generateDebugAndroidTestLintModel (and thus `./gradlew build`) in CI. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> * add changeset * revert Android signing --------- Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
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.
Fixes the open security warnings raised by dependabot by manually forcing versions or updating.