Skip to content

Commit e82fc88

Browse files
committed
#249 - Cognito access token is not URL encoded
1 parent 27fcb54 commit e82fc88

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ repositories { mavenCentral() }
2828
allprojects {
2929

3030
version = '1.15.1'
31-
32-
ext.awsCognitoVersion = '1.5.4'
31+
ext.awsCognitoVersion = '1.5.5'
3332
group = 'com.formkiq.stacks'
3433

3534
apply plugin: 'com.diffplug.spotless'

0 commit comments

Comments
 (0)