Skip to content

Commit 1e38286

Browse files
authoredOct 25, 2022
Release 4.2.1 (#636)
1 parent 4c2533d commit 1e38286

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed
 

‎CHANGELOG.md

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

3+
## [4.2.1](https://github.com/auth0/java-jwt/tree/4.2.1) (2022-10-24)
4+
[Full Changelog](https://github.com/auth0/java-jwt/compare/4.2.0...4.2.1)
5+
6+
**Security**
7+
- Use latest ship orb [\#634](https://github.com/auth0/java-jwt/pull/634) ([jimmyjames](https://github.com/jimmyjames))
8+
- Bump `com.fasterxml.jackson.core:jackson-databind` to 2.13.4.2 [\#630](https://github.com/auth0/java-jwt/pull/630) ([evansims](https://github.com/evansims))
9+
310
## [4.2.0](https://github.com/auth0/java-jwt/tree/4.2.0) (2022-10-19)
411
[Full Changelog](https://github.com/auth0/java-jwt/compare/4.1.0...4.2.0)
512

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This library is supported for Java 8, 11, and 17. For issues on non-LTS versions
3939
### Gradle
4040

4141
```gradle
42-
implementation 'com.auth0:java-jwt:4.2.0'
42+
implementation 'com.auth0:java-jwt:4.2.1'
4343
```
4444

4545
### Maven
@@ -48,7 +48,7 @@ implementation 'com.auth0:java-jwt:4.2.0'
4848
<dependency>
4949
<groupId>com.auth0</groupId>
5050
<artifactId>java-jwt</artifactId>
51-
<version>4.2.0</version>
51+
<version>4.2.1</version>
5252
</dependency>
5353
```
5454

‎lib/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
version = "4.2.0"
2+
version = "4.2.1"
33
}
44

55
plugins {

0 commit comments

Comments
 (0)
Please sign in to comment.