Skip to content

Commit

Permalink
Release 1.44.1 (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames committed Oct 25, 2022
1 parent 3d9cd37 commit 5827041
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [1.44.1](https://github.com/auth0/auth0-java/tree/1.44.1) (2022-10-25)
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.44.0...1.44.1)

**Security**
- Bump `java-jwt` to 3.19.3 [\#465](https://github.com/auth0/auth0-java/pull/465) ([jimmyjames](https://github.com/jimmyjames))
- 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))

## [1.44.0](https://github.com/auth0/auth0-java/tree/1.44.0) (2022-10-20)
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.43.0...1.44.0)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ Add the dependency via Maven:
<dependency>
<groupId>com.auth0</groupId>
<artifactId>auth0</artifactId>
<version>1.44.0</version>
<version>1.44.1</version>
</dependency>
```

or Gradle:

```gradle
implementation 'com.auth0:auth0:1.44.0'
implementation 'com.auth0:auth0:1.44.1'
```

### Configure the SDK
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
version = "1.44.0"
version = "1.44.1"
}

plugins {
Expand Down

0 comments on commit 5827041

Please sign in to comment.