Skip to content

Commit 46d1ba8

Browse files
author
Jan-Olav Eide
committed
bump
1 parent 38062d5 commit 46d1ba8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<ktor.version>2.3.11</ktor.version>
6262
<kotlin.code.style>official</kotlin.code.style>
6363
<kotlin.version>2.0.0</kotlin.version>
64-
<mock-oauth2-server.version>2.1.2</mock-oauth2-server.version>
64+
<mock-oauth2-server.version>2.1.5</mock-oauth2-server.version>
6565
<nimbus.jose.jwt.version>9.39.3</nimbus.jose.jwt.version>
6666
<kotest.version>5.9.0</kotest.version>
6767
<kotlin.compiler.jvmTarget>17</kotlin.compiler.jvmTarget>

token-validation-spring-test/src/main/kotlin/no/nav/security/token/support/spring/test/MockOAuth2ServerAutoConfiguration.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import no.nav.security.token.support.core.configuration.ProxyAwareResourceRetrie
2121
class MockOAuth2ServerAutoConfiguration(private val properties : MockOAuth2ServerProperties) {
2222

2323
private val log : Logger = LoggerFactory.getLogger(MockOAuth2ServerAutoConfiguration::class.java)
24-
private val mockOAuth2Server = MockOAuth2Server(OAuth2Config(properties.isInteractiveLogin, null, null,OAuth2TokenProvider(), setOf(DefaultOAuth2TokenCallback())))
24+
private val mockOAuth2Server = MockOAuth2Server(OAuth2Config(properties.isInteractiveLogin, null, null,false,OAuth2TokenProvider(), setOf(DefaultOAuth2TokenCallback())))
2525

2626
@Bean
2727
@Primary

0 commit comments

Comments
 (0)