Skip to content

Commit

Permalink
fixed version
Browse files Browse the repository at this point in the history
  • Loading branch information
simplyRoba committed Apr 10, 2024
1 parent efc1138 commit 33cd810
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ val scrimageVersion = "4.1.1"
// will not be updated through dependabot
// like extra["libXX.version"] = "XXX"

// https://github.com/simplyRoba/pixoo-bridge/security/dependabot/35
extra["netty.version"] = "4.1.108.Final"

// direkt security version bumps
val guavaVersion = "33.1.0-jre"
//val commonsCompressVersion = "1.26.1"
//val nettyCodecVersion = "4.1.108.Final"

dependencies {
implementation("org.springframework.boot:spring-boot-starter-web")
Expand All @@ -45,13 +46,6 @@ dependencies {
implementation("com.google.guava:guava:$guavaVersion") {
because("https://github.com/simplyRoba/pixoo-bridge/security/dependabot/7")
}
// implementation("org.apache.commons:commons-compress:$commonsCompressVersion") {
// because("https://github.com/simplyRoba/pixoo-bridge/security/dependabot/34")
// because("https://github.com/simplyRoba/pixoo-bridge/security/dependabot/33")
// }
// implementation("io.netty:netty-codec-http:$nettyCodecVersion") {
// because("https://github.com/simplyRoba/pixoo-bridge/security/dependabot/35")
// }
}
}

Expand Down

0 comments on commit 33cd810

Please sign in to comment.