Skip to content

Commit 5827041

Browse files
authored
Release 1.44.1 (#466)
1 parent 3d9cd37 commit 5827041

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## [1.44.1](https://github.com/auth0/auth0-java/tree/1.44.1) (2022-10-25)
4+
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.44.0...1.44.1)
5+
6+
**Security**
7+
- Bump `java-jwt` to 3.19.3 [\#465](https://github.com/auth0/auth0-java/pull/465) ([jimmyjames](https://github.com/jimmyjames))
8+
- Bump `com.fasterxml.jackson.core:jackson-databind` to 2.13.4.2 [\#464](https://github.com/auth0/auth0-java/pull/464) ([evansims](https://github.com/evansims))
9+
310
## [1.44.0](https://github.com/auth0/auth0-java/tree/1.44.0) (2022-10-20)
411
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.43.0...1.44.0)
512

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ Add the dependency via Maven:
2828
<dependency>
2929
<groupId>com.auth0</groupId>
3030
<artifactId>auth0</artifactId>
31-
<version>1.44.0</version>
31+
<version>1.44.1</version>
3232
</dependency>
3333
```
3434

3535
or Gradle:
3636

3737
```gradle
38-
implementation 'com.auth0:auth0:1.44.0'
38+
implementation 'com.auth0:auth0:1.44.1'
3939
```
4040

4141
### Configure the SDK

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
version = "1.44.0"
2+
version = "1.44.1"
33
}
44

55
plugins {

0 commit comments

Comments
 (0)