Skip to content
This repository has been archived by the owner on Aug 29, 2022. It is now read-only.

Bump token-validation-ktor-v2 from 2.1.0 to 2.1.3 #146

Closed
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
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ val kafkaVersion = ext.get("kafkaVersion").toString() // Alligned med version fr
val kotlinxCoroutinesVersion = ext.get("kotlinxCoroutinesVersion").toString()
val fuelVersion = "2.3.1"
val lettuceCoreVersion = "6.1.8.RELEASE"
val tokenSupportVersion = "2.1.0"
val tokenSupportVersion = "2.1.3"
val mockOauth2ServerVersion = "0.5.1"

plugins {
Expand Down