Skip to content

Commit 206a1c2

Browse files
authored
Fix console warnings caused by out of date dependency (#239)
## 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 04bdeec commit 206a1c2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dependencies/graknlabs/artifacts.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ def graknlabs_grakn_core_artifacts():
2727
artifact_name = "grakn-core-server-{platform}-{version}.{ext}",
2828
tag_source = deployment["artifact.release"],
2929
commit_source = deployment["artifact.snapshot"],
30-
commit = "b26e2d79fc3bde7583825725cd06303e169bb9be",
30+
commit = "7644c0194f3e9ba7cee1a3b8964a67086472165d",
3131
)

dependencies/graknlabs/repositories.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ def graknlabs_dependencies():
4444
git_repository(
4545
name = "graknlabs_dependencies",
4646
remote = "https://github.com/graknlabs/dependencies",
47-
commit = "f40b54f36acc91f1ef089058773ec0304dc38ce8", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_dependencies
47+
commit = "ca7d021093fe1308b7da52d45809bf06a1d95bc6", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_dependencies
4848
)
4949

5050
def graknlabs_protocol():
5151
git_repository(
5252
name = "graknlabs_protocol",
5353
remote = "https://github.com/graknlabs/protocol",
54-
commit = "3b8f0d6dc7cd176e59b13e447c64ba41a2ecff7e", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_protocol
54+
commit = "dd72ce607c0c3ed91b93f5625afbce6033e82eb7", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_protocol
5555
)
5656

5757
def graknlabs_behaviour():

dependencies/maven/artifacts.snapshot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
@maven//:com_google_j2objc_j2objc_annotations
2424
@maven//:com_google_j2objc_j2objc_annotations_1_3
2525
@maven//:com_google_protobuf_protobuf_java
26-
@maven//:com_google_protobuf_protobuf_java_3_5_1
26+
@maven//:com_google_protobuf_protobuf_java_3_14_0
2727
@maven//:commons_codec_commons_codec
2828
@maven//:commons_codec_commons_codec_1_11
2929
@maven//:commons_io_commons_io

0 commit comments

Comments
 (0)