Skip to content

Commit

Permalink
Fix reverse token id with java 11 (#80)
Browse files Browse the repository at this point in the history
* Bump lib version, update configs

* Fix tests

* Bump version, update changelog
  • Loading branch information
DancingAxolotl authored Sep 29, 2022
1 parent 128cea9 commit 6fcdb56
Show file tree
Hide file tree
Showing 8 changed files with 194 additions and 111 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 6.1.1
### Changes
* Bump `com.esaulpaugh:headlong` version

## 6.1.0
### Changes
* Updated default providers to use [Alchemy](http://alchemy.com/)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ lombok {

dependencies {
implementation 'org.apache.commons:commons-lang3:3.11'
implementation 'com.esaulpaugh:headlong:3.4.1'
implementation 'com.esaulpaugh:headlong:3.8.3'
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'org.bouncycastle:bcprov-jdk15on:1.65.01'

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "6.1.0"
"version": "6.1.1"
}
Loading

0 comments on commit 6fcdb56

Please sign in to comment.