Skip to content

Commit

Permalink
commons-io 2.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
igorweber committed Dec 17, 2024
1 parent e382e00 commit af2f380
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,12 @@ dependencies {
implementation("io.micrometer:micrometer-registry-prometheus:$micrometerVersion")
implementation("net.logstash.logback:logstash-logback-encoder:$logstashVersion")
implementation("no.nav.common:cxf:$navCommonVersion")
// 3 neste kreves av no.nav.common:cxf, men importeres ikke automatisk
implementation("org.checkerframework:checker-qual:3.48.3")
implementation("com.google.errorprone:error_prone_annotations:2.36.0")
implementation("com.google.j2objc:j2objc-annotations:3.0.0")
// For å fikse sårbarheter i commons-io 2.8.0
implementation("commons-io:commons-io:2.18.0")
implementation("no.nav.security:token-validation-ktor-v2:$tokenValidationVersion")
implementation("com.github.navikt.tjenestespesifikasjoner:arena-sakogaktivitet_v1:$tjenestespecVersion")
implementation("org.flywaydb:flyway-database-oracle:$flywayVersion")
Expand Down

0 comments on commit af2f380

Please sign in to comment.