Skip to content

New Release - #52

Open
github-actions[bot] wants to merge 1 commit into
masterfrom
changeset-release/master
Open

New Release#52
github-actions[bot] wants to merge 1 commit into
masterfrom
changeset-release/master

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.

Releases

evervault-java@4.3.0

Minor Changes

  • ded16a9: Upgrade BouncyCastle from bcprov-jdk15on:1.70 to bcprov-jdk18on:1.84 to
    pick up outstanding security fixes and move off the unmaintained jdk15on
    line.

    Action required for some consumers. The Maven coordinate changed
    (bcprov-jdk15onbcprov-jdk18on), but both jars ship classes under
    identical org.bouncycastle.* packages. If your project also pulls in
    bcprov-jdk15on directly or transitively via another dependency, you will
    end up with both jars on the classpath — build tools don't dedupe across
    different artifact ids. Classloader ordering then decides which BC "wins"
    at runtime, which can cause subtle crypto failures. Evict any remaining
    bcprov-jdk15on from your dependency tree (Gradle exclude, Maven
    <exclusions>), or add an explicit dependency on bcprov-jdk18on at the
    version you want.

    InvalidCipherException gains a new public constructor
    InvalidCipherException(Throwable cause) that preserves the underlying
    cause. The existing InvalidCipherException(InvalidCipherTextException)
    constructor is now @Deprecated because it leaks BouncyCastle types into
    the SDK's public API; it will be removed in the next major release. Switch
    any direct construction to the Throwable overload.

@github-actions
github-actions Bot requested a review from a team as a code owner July 17, 2026 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant