Skip to content

Commit 0342e04

Browse files
authored
Merge pull request #28 from tryflux/update_ktor
Update Ktor to 0.9.5
2 parents 6681d96 + 3632739 commit 0342e04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

oauth2-server-ktor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<artifactId>oauth2-server-ktor</artifactId>
1313

1414
<properties>
15-
<ktor.version>0.9.3</ktor.version>
15+
<ktor.version>0.9.5</ktor.version>
1616
<serialization.version>0.6.1</serialization.version>
1717
</properties>
1818

oauth2-server-ktor/src/main/java/nl/myndocs/oauth2/ktor/feature/Oauth2ServerFeature.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Oauth2ServerFeature(configuration: Configuration) {
2424

2525
val feature = Oauth2ServerFeature(configuration)
2626

27-
pipeline.intercept(ApplicationCallPipeline.Infrastructure) {
27+
pipeline.intercept(ApplicationCallPipeline.Features) {
2828
val ktorCallContext = KtorCallContext(call)
2929
val authorizer = feature.authorizerFactory(ktorCallContext)
3030

0 commit comments

Comments
 (0)