Skip to content

Commit f17163f

Browse files
authored
Merge pull request #1717 from navikt/dependabot/gradle/org.apache.commons-commons-compress-1.26.1
Bump org.apache.commons:commons-compress from 1.26.0 to 1.26.1
2 parents ee3be03 + 25a89c4 commit f17163f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ subprojects {
7878
exclude("org.apache.commons", "commons-compress")
7979
}
8080
// Brukes av avro?
81-
implementation("org.apache.commons:commons-compress:1.26.0")
81+
implementation("org.apache.commons:commons-compress:1.26.1")
8282

8383

8484
implementation(rootProject.libs.ktor.server.netty)

0 commit comments

Comments
 (0)