Skip to content

Commit

Permalink
Bump avhengigheter
Browse files Browse the repository at this point in the history
  • Loading branch information
bjerga committed Dec 27, 2024
1 parent 32d79f4 commit ff01aa9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
7 changes: 0 additions & 7 deletions apps/api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,6 @@ tasks {
}

dependencies {
constraints {
// En transitiv avhengighet i ktor 2.3.11. Kan trolig fjernes ved nyere versjoner.
implementation("io.netty:netty-codec-http2:4.1.108.Final") {
because("https://github.com/navikt/helsearbeidsgiver-inntektsmelding/security/dependabot/18")
}
}

implementation("io.ktor:ktor-serialization-kotlinx-json:$ktorVersion")
implementation("io.ktor:ktor-server-content-negotiation:$ktorVersion")
implementation("io.ktor:ktor-server-core:$ktorVersion")
Expand Down
5 changes: 2 additions & 3 deletions apps/api/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Dependency versions
# nyere versjon av mockOauth2ServerVersion finnes, men med bug
mockOauth2ServerVersion=0.5.3
tokenSupportVersion=4.1.3
mockOauth2ServerVersion=2.1.10
tokenSupportVersion=5.0.13
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ junitJupiterVersion=5.11.3
kotestVersion=5.9.1
kotlinCoroutinesVersion=1.9.0
kotlinSerializationVersion=1.7.3
ktorVersion=2.3.12
ktorVersion=2.3.13
mockkVersion=1.13.13
tokenProviderVersion=0.4.0
utilsVersion=0.9.0

0 comments on commit ff01aa9

Please sign in to comment.