Skip to content

Commit

Permalink
Merge pull request #103 from navikt/dependabot/gradle/gradle-bc70ad5fb5
Browse files Browse the repository at this point in the history
Bump the gradle group across 1 directory with 4 updates
  • Loading branch information
geiralund authored May 23, 2024
2 parents 642b880 + 8939a20 commit d1de9fe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
`kotlin-dsl`
id("org.jlleitschuh.gradle.ktlint") version "12.1.0"
id("org.jlleitschuh.gradle.ktlint") version "12.1.1"
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion mediator/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id("common")
id("com.github.johnrengelman.shadow") version "8.1.1"
application
kotlin("plugin.serialization") version "1.9.22"
kotlin("plugin.serialization") version "2.0.0"
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion openapi/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("common")
id("org.openapi.generator") version "7.5.0"
id("org.openapi.generator") version "7.6.0"
`java-library`
}

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencyResolutionManagement {
}
versionCatalogs {
create("libs") {
from("no.nav.dagpenger:dp-version-catalog:20240419.74.d850ed")
from("no.nav.dagpenger:dp-version-catalog:20240522.80.307719")
}
}
}
Expand Down

0 comments on commit d1de9fe

Please sign in to comment.