Skip to content

Commit

Permalink
Bump the backend group with 5 updates (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 2, 2024
1 parent 05ec3f4 commit 9d660ad
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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 "1.9.21"
kotlin("jvm") version "1.9.22"
`maven-publish`
`java-library`
id("com.diffplug.spotless") version "6.23.3"
Expand Down Expand Up @@ -44,7 +44,7 @@ subprojects {
}

dependencies {
implementation(platform("org.springframework.boot:spring-boot-dependencies:3.2.0"))
implementation(platform("org.springframework.boot:spring-boot-dependencies:3.2.1"))

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 = "3.2.0"
val wiremockVersion = "2.35.0"
val tilleggsstønaderKontrakterVersion = "2023.12.04-12.03.40d61264fa02"
val wiremockVersion = "3.0.1"
val tilleggsstønaderKontrakterVersion = "2023.12.18-10.13.7d6848ac9d82"

plugins {
kotlin("plugin.spring") version "1.9.21"
kotlin("plugin.spring") version "1.9.22"
}

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 "1.9.21"
kotlin("plugin.spring") version "1.9.22"
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion sikkerhet/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
val tokenSupportVersion = "3.2.0"

plugins {
kotlin("plugin.spring") version "1.9.21"
kotlin("plugin.spring") version "1.9.22"
}

dependencies {
Expand Down

0 comments on commit 9d660ad

Please sign in to comment.