Skip to content

Commit

Permalink
Oppdatere shadow jar
Browse files Browse the repository at this point in the history
  • Loading branch information
gtcno committed Sep 18, 2024
1 parent 7cf0e86 commit e2973cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mediator/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar

plugins {
id("common")
id("com.github.johnrengelman.shadow") version "8.1.1"
alias(libs.plugins.shadow.jar)
application
}

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

0 comments on commit e2973cd

Please sign in to comment.