Skip to content

Commit

Permalink
Revert "#249 - Cognito access token is not URL encoded"
Browse files Browse the repository at this point in the history
This reverts commit e82fc88.
  • Loading branch information
mfriesen committed Jul 29, 2024
1 parent e82fc88 commit 37f50fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ repositories { mavenCentral() }
allprojects {

version = '1.15.1'
ext.awsCognitoVersion = '1.5.5'

ext.awsCognitoVersion = '1.5.4'
group = 'com.formkiq.stacks'

apply plugin: 'com.diffplug.spotless'
Expand Down

0 comments on commit 37f50fd

Please sign in to comment.