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 c53a38a commit 5dd0d96
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 @@ -41,6 +41,9 @@ dependencies {
// CVE-2022-1471
implementation(libs.snakeyaml)

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

compileOnly(libs.lombok)

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 @@ -7,6 +7,7 @@ spring-boot = "3.1.5"
archunit-junit5 = "com.tngtech.archunit:archunit-junit5:1.2.0"
lombok = { module = "org.projectlombok:lombok" }
mockito-junit-jupiter = "org.mockito:mockito-junit-jupiter:5.7.0"
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 5dd0d96

Please sign in to comment.