Version 9.32 not in MavenCentral

Issue #513 resolved
Kenneth Leong created an issue

It seems that maven central only has version 9.31. 9.32 is no where to be found.
https://mvnrepository.com/artifact/com.nimbusds/nimbus-jose-jwt

Comments (2)

  1. Vladimir Dzhuvinov

    Released now:

    version 9.32 (2023-09-13)

    * Adds JWEObjectJSON class to support general and flattened JSON
      serialisation.
    * Adds MultiEncrypter and MultiDecrypter classes for multi-recipient JWE.
    * Updates JWEHeader to support "enc" header parameter only construction for
      multi-recipient JWE.
    * Updates the BaseJWEProvider classes to support multi-recipient JWE.
    * Updates ContentCryptoProvider to support passing of an optional AAD. If
      no AAD is specified the JWE header becomes the AAD (default behaviour).
    * Updates the RSAEncrypter and RSADecrypter to support passing of an
      optional AAD. If no AAD is specified the JWE header becomes the AAD
      (default behaviour). Intended to support JWE JSON serialisation to
      multiple recipients.
    * Updates the ECDHEncrypter and ECDHDecrypter to support passing of an
      optional AAD. If no AAD is specified the JWE header becomes the AAD
      (default behaviour). Intended to support JWE JSON serialisation to
      multiple recipients.
    * Adds a getInitializedSignature method to the CompletableJWSObjectSigning
      interface. Enables the binding of a user verification to a specific
      instance of a java.security.Signature.
    * Updates the ECDSASigner for the ESxxx JWS algorithms to support the
      UserAuthenticationRequired option, originally introduced in the
      RSASSASigner for the RSxxx and PSxxx JWS algorithms.
    * Adds a new RSASSASigner(RSAKey, Set<JWSSignerOption>) constructor.
    * Updates JSONObjectUtils.parse(String,int) to ensure generic types are not
      erased by obfuscation tools (iss #518).
    * Updates GSon to 2.10.1.
    * Updates Google Tink to 1.10.0.
    
  2. Log in to comment