Skip to content

Commit

Permalink
fix gazelle test
Browse files Browse the repository at this point in the history
  • Loading branch information
firov committed Apr 11, 2024
1 parent d123402 commit 8da5bf8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion examples/gazelle/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ bazel_dep(
)
bazel_dep(
name = "rules_jvm_external",
version = "5.3",
version = "6.0",
)

maven = use_extension("@rules_jvm_external//:extensions.bzl", "maven")
Expand All @@ -30,6 +30,7 @@ maven.install(
"org.junit.platform:junit-platform-launcher:1.8.2",
"org.junit.platform:junit-platform-reporting:1.8.2",
],
fetch_sources = True,
lock_file = "//:maven_install.json",
)
use_repo(
Expand Down
2 changes: 1 addition & 1 deletion examples/gazelle/maven_install.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY": "THERE_IS_NO_DATA_ONLY_ZUUL",
"__INPUT_ARTIFACTS_HASH": -1398196758,
"__INPUT_ARTIFACTS_HASH": -1398194552,
"__RESOLVED_ARTIFACTS_HASH": -192296212,
"conflict_resolution": {
"com.google.errorprone:error_prone_annotations:2.3.2": "com.google.errorprone:error_prone_annotations:2.11.0"
Expand Down

0 comments on commit 8da5bf8

Please sign in to comment.