Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
# Change Log

## [4.2.1](https://github.com/auth0/java-jwt/tree/4.2.1) (2022-10-24)
[Full Changelog](https://github.com/auth0/java-jwt/compare/4.2.0...4.2.1)

**Security**
- Use latest ship orb [\#634](https://github.com/auth0/java-jwt/pull/634) ([jimmyjames](https://github.com/jimmyjames))
- 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))

## [4.2.0](https://github.com/auth0/java-jwt/tree/4.2.0) (2022-10-19)
[Full Changelog](https://github.com/auth0/java-jwt/compare/4.1.0...4.2.0)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -39,7 +39,7 @@ This library is supported for Java 8, 11, and 17. For issues on non-LTS versions
### Gradle

```gradle
implementation 'com.auth0:java-jwt:4.2.0'
implementation 'com.auth0:java-jwt:4.2.1'
```

### Maven
Expand All@@ -48,7 +48,7 @@ implementation 'com.auth0:java-jwt:4.2.0'
<dependency>
<groupId>com.auth0</groupId>
<artifactId>java-jwt</artifactId>
<version>4.2.0</version>
<version>4.2.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
buildscript {
version = "4.2.0"
version = "4.2.1"
}

plugins {
Expand Down