Skip to content

Commit

Permalink
deploy: Raise Maven version to 0.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Dec 8, 2022
1 parent f666d98 commit e2204a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maven.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

load("@rules_jvm_external//:specs.bzl", "maven")

JAZZER_VERSION = "0.13.2"
JAZZER_VERSION = "0.13.3"
JAZZER_COORDINATES = "com.code-intelligence:jazzer:%s" % JAZZER_VERSION
JAZZER_API_COORDINATES = "com.code-intelligence:jazzer-api:%s" % JAZZER_VERSION
JAZZER_JUNIT_COORDINATES = "com.code-intelligence:jazzer-junit:%s" % JAZZER_VERSION
Expand Down

0 comments on commit e2204a6

Please sign in to comment.