Skip to content

Commit d82d783

Browse files
authored
Release 1.44.2 (#499)
1 parent 0a422ab commit d82d783

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## [1.44.2](https://github.com/auth0/auth0-java/tree/1.44.2) (2023-01-11)
4+
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.44.1...1.44.2)
5+
6+
This patch release does not contain any functional changes, but is being released using an updated signing key for verification as part of our commitment to best security practices.
7+
Please review [the README note for additional details.](https://github.com/auth0/auth0-java/blob/master/README.md)
8+
9+
**Security**
10+
- Bump java-jwt dependency to 3.19.4 [\#498](https://github.com/auth0/auth0-java/pull/498) ([jimmyjames](https://github.com/jimmyjames))
11+
312
## [1.44.1](https://github.com/auth0/auth0-java/tree/1.44.1) (2022-10-25)
413
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.44.0...1.44.1)
514

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
> **Note**
2+
> As part of our ongoing commitment to best security practices, we have rotated the signing keys used to sign previous releases of this SDK. As a result, new patch builds have been released using the new signing key. Please upgrade at your earliest convenience.
3+
>
4+
> While this change won't affect most developers, if you have implemented a dependency signature validation step in your build process, you may notice a warning that past releases can't be verified. This is expected, and a result of the key rotation process. Updating to the latest version will resolve this for you.
5+
16
![A Java client library for the Auth0 Authentication and Management APIs.](https://cdn.auth0.com/website/sdks/banners/auth0-java-banner.png)
27

38
[![CircleCI](https://img.shields.io/circleci/project/github/auth0/auth0-java.svg?style=flat-square)](https://circleci.com/gh/auth0/auth0-java/tree/master)
@@ -28,14 +33,14 @@ Add the dependency via Maven:
2833
<dependency>
2934
<groupId>com.auth0</groupId>
3035
<artifactId>auth0</artifactId>
31-
<version>1.44.1</version>
36+
<version>1.44.2</version>
3237
</dependency>
3338
```
3439

3540
or Gradle:
3641

3742
```gradle
38-
implementation 'com.auth0:auth0:1.44.1'
43+
implementation 'com.auth0:auth0:1.44.2'
3944
```
4045

4146
### Configure the SDK

0 commit comments

Comments
 (0)