Skip to content

Commit ce15243

Browse files
authored
Release 3.19.3 (#637)
1 parent 5287edf commit ce15243

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [3.19.3](https://github.com/auth0/java-jwt/tree/3.19.3) (2022-10-24)
4+
[Full Changelog](https://github.com/auth0/java-jwt/compare/3.19.2...3.19.3)
5+
6+
**Security**
7+
- Update com.fasterxml.jackson.core:jackson-databind to 2.13.4.2 [\#631](https://github.com/auth0/java-jwt/pull/631) ([jimmyjames](https://github.com/jimmyjames))
8+
39
## [3.19.2](https://github.com/auth0/java-jwt/tree/3.19.2) (2022-05-05)
410
[Full Changelog](https://github.com/auth0/java-jwt/compare/3.19.1...3.19.2)
511

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ The library is available on both Maven Central and Bintray, and the Javadoc is p
2525
<dependency>
2626
<groupId>com.auth0</groupId>
2727
<artifactId>java-jwt</artifactId>
28-
<version>3.19.2</version>
28+
<version>3.19.3</version>
2929
</dependency>
3030
```
3131

3232
### Gradle
3333

3434
```gradle
35-
implementation 'com.auth0:java-jwt:3.19.2'
35+
implementation 'com.auth0:java-jwt:3.19.3'
3636
```
3737

3838
## Available Algorithms

lib/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
buildscript {
3-
version = "3.19.2"
3+
version = "3.19.3"
44
}
55

66
plugins {

0 commit comments

Comments
 (0)