Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
micronaut-build committed Nov 12, 2023
1 parent 3d6becf commit f13c960
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fuzzing-tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ dependencies {
//api(mn.micronaut.json.core)

implementation("io.micronaut:micronaut-http-server-netty:3.4.0-SNAPSHOT")
implementation("io.projectreactor:reactor-core:3.4.14")
implementation("io.projectreactor:reactor-core:3.5.11")

implementation("ch.qos.logback:logback-classic")

implementation("com.code-intelligence:jazzer-api:0.10.0")
implementation("com.code-intelligence:jazzer-api:0.22.1")

implementation("io.netty:netty-common:4.1.75.Final-SNAPSHOT")
implementation("io.netty:netty-common:4.1.101.Final")
}

micronautBuild {
Expand Down

0 comments on commit f13c960

Please sign in to comment.