Skip to content

Commit

Permalink
Merge pull request #76 from navikt/dependabot/gradle/backend-7dc03a698a
Browse files Browse the repository at this point in the history
Bump the backend group with 7 updates
  • Loading branch information
blommish authored Nov 4, 2024
2 parents 91115fd + 3322765 commit d35f1f0
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
val javaVersion = JavaLanguageVersion.of(21)

plugins {
kotlin("jvm") version "2.0.20"
kotlin("jvm") version "2.0.21"
`maven-publish`
`java-library`
id("com.diffplug.spotless") version "6.25.0"
Expand Down Expand Up @@ -46,7 +46,7 @@ subprojects {
}

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

testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation("org.assertj:assertj-core")
Expand Down
6 changes: 3 additions & 3 deletions http-client/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
val tokenSupportVersion = "5.0.5"
val tokenSupportVersion = "5.0.8"
val wiremockVersion = "3.0.1"
val tilleggsstønaderKontrakterVersion = "2024.10.23-11.11.2c32dd0d96d6"
val tilleggsstønaderKontrakterVersion = "2024.10.31-11.26.7172148519ea"

plugins {
kotlin("plugin.spring") version "2.0.20"
kotlin("plugin.spring") version "2.0.21"
}

dependencies {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ private fun genererAccessToken(
clientConfigurationProperties,
grantType,
)
return oAuth2AccessTokenService.getAccessToken(clientProperties).accessToken
return oAuth2AccessTokenService.getAccessToken(clientProperties).access_token
?: throw JwtTokenMissingException()
}

Expand Down
2 changes: 1 addition & 1 deletion kafka/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
kotlin("plugin.spring") version "2.0.20"
kotlin("plugin.spring") version "2.0.21"
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion log/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
kotlin("plugin.spring") version "2.0.20"
kotlin("plugin.spring") version "2.0.21"
}

dependencies {
Expand Down
4 changes: 2 additions & 2 deletions sikkerhet/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
val tokenSupportVersion = "5.0.5"
val tokenSupportVersion = "5.0.8"

plugins {
kotlin("plugin.spring") version "2.0.20"
kotlin("plugin.spring") version "2.0.21"
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion unleash/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
kotlin("plugin.spring") version "2.0.20"
kotlin("plugin.spring") version "2.0.21"
}

dependencies {
Expand Down

0 comments on commit d35f1f0

Please sign in to comment.