Skip to content

Commit

Permalink
add jazzer api
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelamo committed Jan 22, 2025
1 parent 731990e commit 9d35434
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ junit-platform-engine = { module = "org.junit.platform:junit-platform-suite-engi
junit-vintage = { module = "org.junit.vintage:junit-vintage-engine", version.ref = "junit5" }

jazzer-junit = { module = "com.code-intelligence:jazzer-junit", version.ref = "jazzer" }
jazzer-api = { module = "com.code-intelligence:jazzer-api", version.ref = "jazzer" }

jetbrains-annotations = { module = "org.jetbrains:annotations", version.ref = "jetbrains-annotations" }

Expand Down
1 change: 1 addition & 0 deletions http/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ dependencies {
testImplementation(projects.micronautRuntime)
testImplementation(libs.logback.classic)
testImplementation(libs.jazzer.junit)
testImplementation(libs.jazzer.api)
testImplementation(libs.junit.jupiter.params)
testImplementation(libs.micronaut.test.junit5) {
exclude(group= "io.micronaut")
Expand Down

0 comments on commit 9d35434

Please sign in to comment.