Skip to content

Commit d35f1f0

Browse files
authored
Merge pull request #76 from navikt/dependabot/gradle/backend-7dc03a698a
Bump the backend group with 7 updates
2 parents 91115fd + 3322765 commit d35f1f0

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
val javaVersion = JavaLanguageVersion.of(21)
22

33
plugins {
4-
kotlin("jvm") version "2.0.20"
4+
kotlin("jvm") version "2.0.21"
55
`maven-publish`
66
`java-library`
77
id("com.diffplug.spotless") version "6.25.0"
@@ -46,7 +46,7 @@ subprojects {
4646
}
4747

4848
dependencies {
49-
implementation(platform("org.springframework.boot:spring-boot-dependencies:3.3.4"))
49+
implementation(platform("org.springframework.boot:spring-boot-dependencies:3.3.5"))
5050

5151
testImplementation("org.junit.jupiter:junit-jupiter")
5252
testImplementation("org.assertj:assertj-core")

http-client/build.gradle.kts

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
val tokenSupportVersion = "5.0.5"
1+
val tokenSupportVersion = "5.0.8"
22
val wiremockVersion = "3.0.1"
3-
val tilleggsstønaderKontrakterVersion = "2024.10.23-11.11.2c32dd0d96d6"
3+
val tilleggsstønaderKontrakterVersion = "2024.10.31-11.26.7172148519ea"
44

55
plugins {
6-
kotlin("plugin.spring") version "2.0.20"
6+
kotlin("plugin.spring") version "2.0.21"
77
}
88

99
dependencies {

http-client/main/no/nav/tilleggsstonader/libs/http/interceptor/BearerTokenClientInterceptor.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ private fun genererAccessToken(
115115
clientConfigurationProperties,
116116
grantType,
117117
)
118-
return oAuth2AccessTokenService.getAccessToken(clientProperties).accessToken
118+
return oAuth2AccessTokenService.getAccessToken(clientProperties).access_token
119119
?: throw JwtTokenMissingException()
120120
}
121121

kafka/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
kotlin("plugin.spring") version "2.0.20"
2+
kotlin("plugin.spring") version "2.0.21"
33
}
44

55
dependencies {

log/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
kotlin("plugin.spring") version "2.0.20"
2+
kotlin("plugin.spring") version "2.0.21"
33
}
44

55
dependencies {

sikkerhet/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
val tokenSupportVersion = "5.0.5"
1+
val tokenSupportVersion = "5.0.8"
22

33
plugins {
4-
kotlin("plugin.spring") version "2.0.20"
4+
kotlin("plugin.spring") version "2.0.21"
55
}
66

77
dependencies {

unleash/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
kotlin("plugin.spring") version "2.0.20"
2+
kotlin("plugin.spring") version "2.0.21"
33
}
44

55
dependencies {

0 commit comments

Comments
 (0)