Skip to content

Commit 44c8313

Browse files
authored
Fix console warnings caused by out of date dependency (#113)
## 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 ca6f963 commit 44c8313

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
@@ -25,5 +25,5 @@ def graknlabs_grakn_core_artifact():
2525
artifact_name = "grakn-core-server-linux-{version}.tar.gz",
2626
tag_source = deployment["artifact.release"],
2727
commit_source = deployment["artifact.snapshot"],
28-
commit = "8e80542cd6afe3318859320565e8afe119e7ae11",
28+
commit = "7644c0194f3e9ba7cee1a3b8964a67086472165d",
2929
)

dependencies/graknlabs/repositories.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def graknlabs_dependencies():
2121
git_repository(
2222
name = "graknlabs_dependencies",
2323
remote = "https://github.com/graknlabs/dependencies",
24-
commit = "f40b54f36acc91f1ef089058773ec0304dc38ce8", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_dependencies
24+
commit = "ca7d021093fe1308b7da52d45809bf06a1d95bc6", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_dependencies
2525
)
2626

2727
def graknlabs_common():
@@ -35,5 +35,5 @@ def graknlabs_client_java():
3535
git_repository(
3636
name = "graknlabs_client_java",
3737
remote = "https://github.com/graknlabs/client-java",
38-
commit = "05b0470962430dadf15a5d04a7e6eb4ff29db820", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_client_java
38+
commit = "206a1c277a51c7e135e1d2e20fa9f988c0b387ad", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_client_java
3939
)

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)