Skip to content

Commit

Permalink
oppgraderer logback, netty, guava, httpclient og resilience4j til nye…
Browse files Browse the repository at this point in the history
…re versjon (#702)

* oppgraderer logback, netty og guava til nyere versjon

* oppgraderer httpclient og resilience4j til nyere versjon

---------

Co-authored-by: Stian S. Douzette <[email protected]>
  • Loading branch information
StianSDouzette and Stian S. Douzette authored Jan 14, 2025
1 parent 6752e99 commit be34be1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ val ktorVersion = "2.1.3"
val kafkaVersion = "3.3.1"
val jacksonVersion = "2.14.1"
val prometheusVersion = "0.16.0"
val logbackVersion = "1.4.5"
val logbackVersion = "1.5.16"
val logstashVersion = "7.2"
val konfigVersion = "1.6.10.0"
val kotlinLoggerVersion = "1.8.3"
Expand All @@ -16,7 +16,7 @@ val mockkVersion = "1.10.5"
val junitJupiterVersion = "5.7.0"
val assertkVersion = "0.23"
val restAssuredVersion = "4.3.3"
val resilience4jVersion = "1.5.0"
val resilience4jVersion = "2.3.0"
val threetenVersion = "1.5.0"
val kotlinReflectVersion = "1.7.21"
val cucumberVersion = "7.17.0"
Expand All @@ -31,12 +31,12 @@ val nvi18nVersion = "1.27"
val kotestVersion = "4.2.5"
val swaggerRequestValidatorVersion = "2.33.1"
// Temporary to fix high severity Snyk vulnerabilities:
val nettyVersion = "4.1.68.Final"
val nettyVersion = "4.1.116.Final"
val commonsCodecVersion = "3.2.2"
val httpClientVersion = "4.5.13"
val httpClientVersion = "4.5.14"
val jettyWebAppVersion = "9.4.43.v20210629"
val jacksonDataformatYamlVersion = "2.10.4"
val guavaVersion = "30.0-jre"
val guavaVersion = "33.4.0-jre"

val mainClass = "no.nav.medlemskap.ApplicationKt"

Expand Down

0 comments on commit be34be1

Please sign in to comment.