Update kotlin libs
This commit is contained in:
@@ -7,8 +7,8 @@ import io.micronaut.context.annotation.Factory
|
||||
import io.micronaut.context.annotation.Primary
|
||||
import org.http4k.core.RequestContexts
|
||||
import org.http4k.lens.RequestContextKey
|
||||
import javax.inject.Named
|
||||
import javax.inject.Singleton
|
||||
import jakarta.inject.Named
|
||||
import jakarta.inject.Singleton
|
||||
|
||||
@Factory
|
||||
class AuthModule {
|
||||
@@ -39,7 +39,7 @@ class AuthModule {
|
||||
simpleJwt = simpleJwt,
|
||||
lens = lens,
|
||||
source = JwtSource.Header,
|
||||
redirect = false
|
||||
redirect = false,
|
||||
)
|
||||
|
||||
@Singleton
|
||||
|
||||
Reference in New Issue
Block a user