We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee3be03 + 25a89c4 commit f17163fCopy full SHA for f17163f
build.gradle.kts
@@ -78,7 +78,7 @@ subprojects {
78
exclude("org.apache.commons", "commons-compress")
79
}
80
// Brukes av avro?
81
- implementation("org.apache.commons:commons-compress:1.26.0")
+ implementation("org.apache.commons:commons-compress:1.26.1")
82
83
84
implementation(rootProject.libs.ktor.server.netty)
0 commit comments