Skip to content

Commit

Permalink
chore(deps): update reactor-netty-http (1.1.13, CVE-2023-34062)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaibernhard committed Nov 16, 2023
1 parent a37e1fa commit d5d98c0
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -44,6 +44,9 @@ dependencies {
// CVE-2022-1471
implementation(libs.snakeyaml)

// CVE-2023-34062
implementation(libs.reactor.netty.http)

developmentOnly(libs.spring.boot.devtools)
}

Expand Down
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect" }
kotlin-stdlib-jdk8 = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8" }
kotlinx-coroutines-reactor = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" }
reactor-kotlin-extensions = { module = "io.projectreactor.kotlin:reactor-kotlin-extensions" }
reactor-netty-http = "io.projectreactor.netty:reactor-netty-http:1.1.13"
reactor-test = { module = "io.projectreactor:reactor-test" }
snakeyaml = "org.yaml:snakeyaml:2.2"
spring-boot-devtools = { module = "org.springframework.boot:spring-boot-devtools" }
Expand Down

0 comments on commit d5d98c0

Please sign in to comment.