Skip to content

Commit 28a71a3

Browse files
authored
Release 1.45.1 (#563)
2 parents 82d9699 + 627a3d6 commit 28a71a3

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## [1.45.1](https://github.com/auth0/auth0-java/tree/1.45.1) (2023-09-22)
4+
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.45.0...1.45.1)
5+
6+
**Security**
7+
- Update Okio to resolve CVE-2023-3635 [\#562](https://github.com/auth0/auth0-java/pull/562) ([jimmyjames](https://github.com/jimmyjames))
8+
39
## [1.45.0](https://github.com/auth0/auth0-java/tree/1.45.0) (2023-04-28)
410
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.44.2...1.45.0)
511

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ Add the dependency via Maven:
3333
<dependency>
3434
<groupId>com.auth0</groupId>
3535
<artifactId>auth0</artifactId>
36-
<version>1.45.0</version>
36+
<version>1.45.1</version>
3737
</dependency>
3838
```
3939

4040
or Gradle:
4141

4242
```gradle
43-
implementation 'com.auth0:auth0:1.45.0'
43+
implementation 'com.auth0:auth0:1.45.1'
4444
```
4545

4646
### Configure the SDK

0 commit comments

Comments
 (0)