Skip to content

Commit

Permalink
Release 4.2.1 (#636)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames authored Oct 25, 2022
1 parent 4c2533d commit 1e38286
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

## [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 number Diff line number Diff 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 number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
version = "4.2.0"
version = "4.2.1"
}

plugins {
Expand Down

0 comments on commit 1e38286

Please sign in to comment.