Skip to content

Commit dd72ce6

Browse files
authored
Fix console warnings caused by out of date dependency (#109)
## What is the goal of this PR? Fix `WARNING: An illegal reflective access operation has occurred` warning caused by an out of date version of protobuf. ## What are the changes implemented in this PR? - Update protobuf to latest.
1 parent 3b8f0d6 commit dd72ce6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dependencies/graknlabs/repositories.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ def graknlabs_dependencies():
2121
git_repository(
2222
name = "graknlabs_dependencies",
2323
remote = "https://github.com/graknlabs/dependencies",
24-
commit = "b602038674e26cbdc9c0959e5e4de8938867e9b9", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_dependencies
24+
commit = "fcc3a69b8f0cdd2d56c8faccbedea5f39d2a345c", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_dependencies
2525
)

dependencies/maven/artifacts.snapshot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
@maven//:com_google_j2objc_j2objc_annotations
1818
@maven//:com_google_j2objc_j2objc_annotations_1_3
1919
@maven//:com_google_protobuf_protobuf_java
20-
@maven//:com_google_protobuf_protobuf_java_3_5_1
20+
@maven//:com_google_protobuf_protobuf_java_3_14_0
2121
@maven//:commons_codec_commons_codec
2222
@maven//:commons_codec_commons_codec_1_11
2323
@maven//:commons_io_commons_io

0 commit comments

Comments
 (0)