You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by jo...@apache.org on 2022/10/14 20:39:10 UTC

[incubator-heron] branch master updated: Bump protobuf from 3.16.0 to 3.18.3 (#3849)

This is an automated email from the ASF dual-hosted git repository.

joshfischer pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/master by this push:
     new 16eb489e65e Bump protobuf from 3.16.0 to 3.18.3 (#3849)
16eb489e65e is described below

commit 16eb489e65e3792fc4da9925d25b85b5f1d9822a
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Oct 14 15:39:05 2022 -0500

    Bump protobuf from 3.16.0 to 3.18.3 (#3849)
    
    * Bump protobuf from 3.16.0 to 3.18.3 in /scripts/packages/heronpy
    
    Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.16.0 to 3.18.3.
    - [Release notes](https://github.com/protocolbuffers/protobuf/releases)
    - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py)
    - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.16.0...v3.18.3)
    
    ---
    updated-dependencies:
    - dependency-name: protobuf
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    * Updating to Protobuf 3.18.3
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
    Co-authored-by: Nicholas Nezis <ni...@gmail.com>
---
 WORKSPACE                                 |  10 +--
 heron/proto/BUILD                         |   2 +-
 heron/tools/tracker/src/python/BUILD      |   2 +-
 heronpy/proto/BUILD                       |   4 +-
 maven_install.json                        | 120 +++++++++++++++---------------
 scripts/packages/heronpy/requirements.txt |   2 +-
 6 files changed, 70 insertions(+), 70 deletions(-)

diff --git a/WORKSPACE b/WORKSPACE
index ec7c59202de..40adcc336e8 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -116,7 +116,7 @@ maven_install(
         "com.google.inject:guice:5.1.0",
         "com.google.inject.extensions:guice-assistedinject:5.1.0",
         "com.google.guava:guava:23.6-jre",
-        "com.google.protobuf:protobuf-java:3.16.1",
+        "com.google.protobuf:protobuf-java:3.18.3",
         "io.gsonfire:gson-fire:1.8.3",
         "org.apache.curator:curator-framework:" + curator_version,
         "org.apache.curator:curator-recipes:" + curator_version,
@@ -178,7 +178,7 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
 
 git_repository(
     name = "com_github_johnynek_bazel_jar_jar",
-    commit = "171f268569384c57c19474b04aebe574d85fde0d", # Latest commit SHA as at 2019/02/13
+    commit = "171f268569384c57c19474b04aebe574d85fde0d",  # Latest commit SHA as at 2019/02/13
     remote = "https://github.com/johnynek/bazel_jar_jar.git",
     shallow_since = "1594234634 -1000",
 )
@@ -301,9 +301,9 @@ http_file(
 # protobuf dependencies for C++ and Java
 http_archive(
     name = "com_google_protobuf",
-    sha256 = "fb9158b00b2df4949f66da0bb8a9eaf662b842c7987d096b260759d629805d7f",
-    strip_prefix = "protobuf-3.16.1",
-    urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.16.1.tar.gz"],
+    sha256 = "663b3a6d56605e6ab7888d32a1525c34f34639b25b8996337821591e60c37041",
+    strip_prefix = "protobuf-3.18.3",
+    urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.18.3.tar.gz"],
 )
 # end protobuf dependencies for C++ and Java
 
diff --git a/heron/proto/BUILD b/heron/proto/BUILD
index c25c3a34007..a03013cd6e9 100644
--- a/heron/proto/BUILD
+++ b/heron/proto/BUILD
@@ -181,7 +181,7 @@ java_library(
 pex_library(
     name = "proto-py",
     reqs = [
-        "protobuf==3.16.0",
+        "protobuf==3.18.3",
         "setuptools==51.0.0",
     ],
     deps = [
diff --git a/heron/tools/tracker/src/python/BUILD b/heron/tools/tracker/src/python/BUILD
index ccc581dd8b2..e0fa14e440f 100644
--- a/heron/tools/tracker/src/python/BUILD
+++ b/heron/tools/tracker/src/python/BUILD
@@ -12,7 +12,7 @@ pex_library(
         "httpx==0.16.1",
         "javaobj-py3==0.4.3",
         "networkx==2.5",
-        "protobuf==3.16.0",
+        "protobuf==3.18.3",
         "uvicorn==0.11.7",
     ],
     deps = [
diff --git a/heronpy/proto/BUILD b/heronpy/proto/BUILD
index cd90d073894..55ae32ac551 100644
--- a/heronpy/proto/BUILD
+++ b/heronpy/proto/BUILD
@@ -27,7 +27,7 @@ pex_library(
     name = "proto-py",
     srcs = glob(["**/*.py"]),
     reqs = [
-        "protobuf==3.16.0",
+        "protobuf==3.18.3",
         "setuptools==51.0.0",
     ],
     deps = [
@@ -50,7 +50,7 @@ pex_binary(
     name = "proto-py-package",
     srcs = glob(["**/*.py"]),
     reqs = [
-        "protobuf==3.16.0",
+        "protobuf==3.18.3",
         "setuptools==51.0.0",
     ],
     deps = [
diff --git a/maven_install.json b/maven_install.json
index fc7a60733ce..186293a938f 100644
--- a/maven_install.json
+++ b/maven_install.json
@@ -1,8 +1,8 @@
 {
     "dependency_tree": {
         "__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY": "THERE_IS_NO_DATA_ONLY_ZUUL",
-        "__INPUT_ARTIFACTS_HASH": 1411695818,
-        "__RESOLVED_ARTIFACTS_HASH": 1590208671,
+        "__INPUT_ARTIFACTS_HASH": 503466318,
+        "__RESOLVED_ARTIFACTS_HASH": -2092050510,
         "conflict_resolution": {},
         "dependencies": [
             {
@@ -1667,7 +1667,7 @@
                 "url": "https://jcenter.bintray.com/com/google/oauth-client/google-oauth-client/1.22.0/google-oauth-client-1.22.0.jar"
             },
             {
-                "coord": "com.google.protobuf:protobuf-java:jar:sources:3.16.1",
+                "coord": "com.google.protobuf:protobuf-java:jar:sources:3.18.3",
                 "dependencies": [],
                 "directDependencies": [],
                 "exclusions": [
@@ -1676,17 +1676,17 @@
                     "log4j:log4j",
                     "commons-logging:commons-logging"
                 ],
-                "file": "v1/https/jcenter.bintray.com/com/google/protobuf/protobuf-java/3.16.1/protobuf-java-3.16.1-sources.jar",
+                "file": "v1/https/jcenter.bintray.com/com/google/protobuf/protobuf-java/3.18.3/protobuf-java-3.18.3-sources.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/com/google/protobuf/protobuf-java/3.16.1/protobuf-java-3.16.1-sources.jar",
-                    "https://maven.google.com/com/google/protobuf/protobuf-java/3.16.1/protobuf-java-3.16.1-sources.jar",
-                    "https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java/3.16.1/protobuf-java-3.16.1-sources.jar"
+                    "https://jcenter.bintray.com/com/google/protobuf/protobuf-java/3.18.3/protobuf-java-3.18.3-sources.jar",
+                    "https://maven.google.com/com/google/protobuf/protobuf-java/3.18.3/protobuf-java-3.18.3-sources.jar",
+                    "https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java/3.18.3/protobuf-java-3.18.3-sources.jar"
                 ],
-                "sha256": "40306be9034f624617caad4a8ef4f825dede5d45b68451af6ab400cc3b9a2c81",
-                "url": "https://jcenter.bintray.com/com/google/protobuf/protobuf-java/3.16.1/protobuf-java-3.16.1-sources.jar"
+                "sha256": "23b4cbfa948a16574a06f9858e1ceca5abf46ce05b153412e76725b8f9732cbe",
+                "url": "https://jcenter.bintray.com/com/google/protobuf/protobuf-java/3.18.3/protobuf-java-3.18.3-sources.jar"
             },
             {
-                "coord": "com.google.protobuf:protobuf-java:3.16.1",
+                "coord": "com.google.protobuf:protobuf-java:3.18.3",
                 "dependencies": [],
                 "directDependencies": [],
                 "exclusions": [
@@ -1695,14 +1695,14 @@
                     "log4j:log4j",
                     "commons-logging:commons-logging"
                 ],
-                "file": "v1/https/jcenter.bintray.com/com/google/protobuf/protobuf-java/3.16.1/protobuf-java-3.16.1.jar",
+                "file": "v1/https/jcenter.bintray.com/com/google/protobuf/protobuf-java/3.18.3/protobuf-java-3.18.3.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/com/google/protobuf/protobuf-java/3.16.1/protobuf-java-3.16.1.jar",
-                    "https://maven.google.com/com/google/protobuf/protobuf-java/3.16.1/protobuf-java-3.16.1.jar",
-                    "https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java/3.16.1/protobuf-java-3.16.1.jar"
+                    "https://jcenter.bintray.com/com/google/protobuf/protobuf-java/3.18.3/protobuf-java-3.18.3.jar",
+                    "https://maven.google.com/com/google/protobuf/protobuf-java/3.18.3/protobuf-java-3.18.3.jar",
+                    "https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java/3.18.3/protobuf-java-3.18.3.jar"
                 ],
-                "sha256": "7b845a34210acde78b7f77977b3724988b9c60b2dce7a93a9afbbb1fee7978c4",
-                "url": "https://jcenter.bintray.com/com/google/protobuf/protobuf-java/3.16.1/protobuf-java-3.16.1.jar"
+                "sha256": "2bd7d0ebda1c5cf3f9d51d1cbb6435249585c83206c3ecee61b65d11970389b1",
+                "url": "https://jcenter.bintray.com/com/google/protobuf/protobuf-java/3.18.3/protobuf-java-3.18.3.jar"
             },
             {
                 "coord": "com.googlecode.json-simple:json-simple:jar:sources:1.1",
@@ -2992,10 +2992,10 @@
             {
                 "coord": "io.kubernetes:client-java-proto:jar:sources:14.0.0",
                 "dependencies": [
-                    "com.google.protobuf:protobuf-java:jar:sources:3.16.1"
+                    "com.google.protobuf:protobuf-java:jar:sources:3.18.3"
                 ],
                 "directDependencies": [
-                    "com.google.protobuf:protobuf-java:jar:sources:3.16.1"
+                    "com.google.protobuf:protobuf-java:jar:sources:3.18.3"
                 ],
                 "exclusions": [
                     "org.slf4j:slf4j-jdk14",
@@ -3015,10 +3015,10 @@
             {
                 "coord": "io.kubernetes:client-java-proto:14.0.0",
                 "dependencies": [
-                    "com.google.protobuf:protobuf-java:3.16.1"
+                    "com.google.protobuf:protobuf-java:3.18.3"
                 ],
                 "directDependencies": [
-                    "com.google.protobuf:protobuf-java:3.16.1"
+                    "com.google.protobuf:protobuf-java:3.18.3"
                 ],
                 "exclusions": [
                     "org.slf4j:slf4j-jdk14",
@@ -3040,7 +3040,7 @@
                 "dependencies": [
                     "com.google.code.findbugs:jsr305:jar:sources:3.0.2",
                     "com.google.code.gson:gson:jar:sources:2.8.9",
-                    "com.google.protobuf:protobuf-java:jar:sources:3.16.1",
+                    "com.google.protobuf:protobuf-java:jar:sources:3.18.3",
                     "com.squareup.okhttp3:logging-interceptor:jar:sources:4.9.1",
                     "com.squareup.okhttp3:okhttp:jar:sources:4.9.1",
                     "com.squareup.okio:okio:jar:sources:2.8.0",
@@ -3068,7 +3068,7 @@
                     "org.yaml:snakeyaml:jar:sources:1.29"
                 ],
                 "directDependencies": [
-                    "com.google.protobuf:protobuf-java:jar:sources:3.16.1",
+                    "com.google.protobuf:protobuf-java:jar:sources:3.18.3",
                     "commons-codec:commons-codec:jar:sources:1.15",
                     "commons-io:commons-io:jar:sources:2.4",
                     "io.kubernetes:client-java-api:jar:sources:14.0.0",
@@ -3102,7 +3102,7 @@
                 "dependencies": [
                     "com.google.code.findbugs:jsr305:3.0.2",
                     "com.google.code.gson:gson:2.8.9",
-                    "com.google.protobuf:protobuf-java:3.16.1",
+                    "com.google.protobuf:protobuf-java:3.18.3",
                     "com.squareup.okhttp3:logging-interceptor:4.9.1",
                     "com.squareup.okhttp3:okhttp:4.9.1",
                     "com.squareup.okio:okio:2.8.0",
@@ -3130,7 +3130,7 @@
                     "org.yaml:snakeyaml:1.29"
                 ],
                 "directDependencies": [
-                    "com.google.protobuf:protobuf-java:3.16.1",
+                    "com.google.protobuf:protobuf-java:3.18.3",
                     "commons-codec:commons-codec:1.15",
                     "commons-io:commons-io:2.4",
                     "io.kubernetes:client-java-api:14.0.0",
@@ -5820,13 +5820,13 @@
             {
                 "coord": "org.apache.bookkeeper:bookkeeper-proto:jar:sources:4.14.5",
                 "dependencies": [
-                    "com.google.protobuf:protobuf-java:jar:sources:3.16.1",
+                    "com.google.protobuf:protobuf-java:jar:sources:3.18.3",
                     "commons-configuration:commons-configuration:jar:sources:1.10",
                     "commons-lang:commons-lang:jar:sources:2.6",
                     "org.slf4j:slf4j-api:jar:sources:1.7.36"
                 ],
                 "directDependencies": [
-                    "com.google.protobuf:protobuf-java:jar:sources:3.16.1",
+                    "com.google.protobuf:protobuf-java:jar:sources:3.18.3",
                     "commons-configuration:commons-configuration:jar:sources:1.10",
                     "org.slf4j:slf4j-api:jar:sources:1.7.36"
                 ],
@@ -5848,13 +5848,13 @@
             {
                 "coord": "org.apache.bookkeeper:bookkeeper-proto:4.14.5",
                 "dependencies": [
-                    "com.google.protobuf:protobuf-java:3.16.1",
+                    "com.google.protobuf:protobuf-java:3.18.3",
                     "commons-configuration:commons-configuration:1.10",
                     "commons-lang:commons-lang:2.6",
                     "org.slf4j:slf4j-api:1.7.36"
                 ],
                 "directDependencies": [
-                    "com.google.protobuf:protobuf-java:3.16.1",
+                    "com.google.protobuf:protobuf-java:3.18.3",
                     "commons-configuration:commons-configuration:1.10",
                     "org.slf4j:slf4j-api:1.7.36"
                 ],
@@ -5881,7 +5881,7 @@
                     "com.fasterxml.jackson.core:jackson-core:jar:sources:2.8.8",
                     "com.fasterxml.jackson.core:jackson-databind:jar:sources:2.8.8",
                     "com.google.guava:guava:jar:sources:23.6-jre",
-                    "com.google.protobuf:protobuf-java:jar:sources:3.16.1",
+                    "com.google.protobuf:protobuf-java:jar:sources:3.18.3",
                     "commons-cli:commons-cli:jar:sources:1.3.1",
                     "commons-codec:commons-codec:jar:sources:1.15",
                     "commons-configuration:commons-configuration:jar:sources:1.10",
@@ -5958,7 +5958,7 @@
                     "com.fasterxml.jackson.core:jackson-core:2.8.8",
                     "com.fasterxml.jackson.core:jackson-databind:2.8.8",
                     "com.google.guava:guava:23.6-jre",
-                    "com.google.protobuf:protobuf-java:3.16.1",
+                    "com.google.protobuf:protobuf-java:3.18.3",
                     "commons-cli:commons-cli:1.3.1",
                     "commons-codec:commons-codec:1.15",
                     "commons-configuration:commons-configuration:1.10",
@@ -6801,7 +6801,7 @@
                     "com.fasterxml.jackson.core:jackson-core:jar:sources:2.8.8",
                     "com.fasterxml.jackson.core:jackson-databind:jar:sources:2.8.8",
                     "com.google.guava:guava:jar:sources:23.6-jre",
-                    "com.google.protobuf:protobuf-java:jar:sources:3.16.1",
+                    "com.google.protobuf:protobuf-java:jar:sources:3.18.3",
                     "commons-cli:commons-cli:jar:sources:1.3.1",
                     "commons-codec:commons-codec:jar:sources:1.15",
                     "commons-configuration:commons-configuration:jar:sources:1.10",
@@ -6868,7 +6868,7 @@
                     "com.fasterxml.jackson.core:jackson-core:2.8.8",
                     "com.fasterxml.jackson.core:jackson-databind:2.8.8",
                     "com.google.guava:guava:23.6-jre",
-                    "com.google.protobuf:protobuf-java:3.16.1",
+                    "com.google.protobuf:protobuf-java:3.18.3",
                     "commons-cli:commons-cli:1.3.1",
                     "commons-codec:commons-codec:1.15",
                     "commons-configuration:commons-configuration:1.10",
@@ -7295,10 +7295,10 @@
             {
                 "coord": "org.apache.mesos:mesos:jar:sources:0.22.0",
                 "dependencies": [
-                    "com.google.protobuf:protobuf-java:jar:sources:3.16.1"
+                    "com.google.protobuf:protobuf-java:jar:sources:3.18.3"
                 ],
                 "directDependencies": [
-                    "com.google.protobuf:protobuf-java:jar:sources:3.16.1"
+                    "com.google.protobuf:protobuf-java:jar:sources:3.18.3"
                 ],
                 "exclusions": [
                     "org.slf4j:slf4j-jdk14",
@@ -7318,10 +7318,10 @@
             {
                 "coord": "org.apache.mesos:mesos:0.22.0",
                 "dependencies": [
-                    "com.google.protobuf:protobuf-java:3.16.1"
+                    "com.google.protobuf:protobuf-java:3.18.3"
                 ],
                 "directDependencies": [
-                    "com.google.protobuf:protobuf-java:3.16.1"
+                    "com.google.protobuf:protobuf-java:3.18.3"
                 ],
                 "exclusions": [
                     "org.slf4j:slf4j-jdk14",
@@ -7397,7 +7397,7 @@
                 "dependencies": [
                     "com.fasterxml.jackson.core:jackson-databind:2.8.8",
                     "com.google.guava:guava:23.6-jre",
-                    "com.google.protobuf:protobuf-java:3.16.1",
+                    "com.google.protobuf:protobuf-java:3.18.3",
                     "com.typesafe.netty:netty-reactive-streams:1.0.8",
                     "com.yahoo.datasketches:sketches-core:0.6.0",
                     "commons-codec:commons-codec:1.15",
@@ -7442,7 +7442,7 @@
                 "dependencies": [
                     "com.fasterxml.jackson.core:jackson-databind:jar:sources:2.8.8",
                     "com.google.guava:guava:jar:sources:23.6-jre",
-                    "com.google.protobuf:protobuf-java:jar:sources:3.16.1",
+                    "com.google.protobuf:protobuf-java:jar:sources:3.18.3",
                     "com.typesafe.netty:netty-reactive-streams:jar:sources:1.0.8",
                     "com.yahoo.datasketches:sketches-core:jar:sources:0.6.0",
                     "commons-codec:commons-codec:jar:sources:1.15",
@@ -7487,7 +7487,7 @@
                 "dependencies": [
                     "com.fasterxml.jackson.core:jackson-databind:jar:sources:2.8.8",
                     "com.google.guava:guava:jar:sources:23.6-jre",
-                    "com.google.protobuf:protobuf-java:jar:sources:3.16.1",
+                    "com.google.protobuf:protobuf-java:jar:sources:3.18.3",
                     "io.netty:netty-all:jar:sources:4.1.76.Final",
                     "net.jpountz.lz4:lz4:jar:sources:1.3.0",
                     "org.apache.pulsar:pulsar-checksum:jar:sources:1.19.0-incubating",
@@ -7496,7 +7496,7 @@
                 "directDependencies": [
                     "com.fasterxml.jackson.core:jackson-databind:jar:sources:2.8.8",
                     "com.google.guava:guava:jar:sources:23.6-jre",
-                    "com.google.protobuf:protobuf-java:jar:sources:3.16.1",
+                    "com.google.protobuf:protobuf-java:jar:sources:3.18.3",
                     "io.netty:netty-all:jar:sources:4.1.76.Final",
                     "net.jpountz.lz4:lz4:jar:sources:1.3.0",
                     "org.apache.pulsar:pulsar-checksum:jar:sources:1.19.0-incubating",
@@ -7522,7 +7522,7 @@
                 "dependencies": [
                     "com.fasterxml.jackson.core:jackson-databind:2.8.8",
                     "com.google.guava:guava:23.6-jre",
-                    "com.google.protobuf:protobuf-java:3.16.1",
+                    "com.google.protobuf:protobuf-java:3.18.3",
                     "io.netty:netty-all:4.1.76.Final",
                     "net.jpountz.lz4:lz4:1.3.0",
                     "org.apache.pulsar:pulsar-checksum:1.19.0-incubating",
@@ -7531,7 +7531,7 @@
                 "directDependencies": [
                     "com.fasterxml.jackson.core:jackson-databind:2.8.8",
                     "com.google.guava:guava:23.6-jre",
-                    "com.google.protobuf:protobuf-java:3.16.1",
+                    "com.google.protobuf:protobuf-java:3.18.3",
                     "io.netty:netty-all:4.1.76.Final",
                     "net.jpountz.lz4:lz4:1.3.0",
                     "org.apache.pulsar:pulsar-checksum:1.19.0-incubating",
@@ -7595,7 +7595,7 @@
                 "dependencies": [
                     "cglib:cglib:jar:sources:3.1",
                     "com.google.code.findbugs:jsr305:jar:sources:3.0.2",
-                    "com.google.protobuf:protobuf-java:jar:sources:3.16.1",
+                    "com.google.protobuf:protobuf-java:jar:sources:3.18.3",
                     "commons-cli:commons-cli:jar:sources:1.3.1",
                     "commons-configuration:commons-configuration:jar:sources:1.10",
                     "commons-lang:commons-lang:jar:sources:2.6",
@@ -7612,7 +7612,7 @@
                 ],
                 "directDependencies": [
                     "com.google.code.findbugs:jsr305:jar:sources:3.0.2",
-                    "com.google.protobuf:protobuf-java:jar:sources:3.16.1",
+                    "com.google.protobuf:protobuf-java:jar:sources:3.18.3",
                     "net.jcip:jcip-annotations:jar:sources:1.0",
                     "org.apache.commons:commons-lang3:jar:sources:3.12.0",
                     "org.apache.reef:reef-annotations:jar:sources:0.14.0",
@@ -7640,7 +7640,7 @@
                 "dependencies": [
                     "cglib:cglib:3.1",
                     "com.google.code.findbugs:jsr305:3.0.2",
-                    "com.google.protobuf:protobuf-java:3.16.1",
+                    "com.google.protobuf:protobuf-java:3.18.3",
                     "commons-cli:commons-cli:1.3.1",
                     "commons-configuration:commons-configuration:1.10",
                     "commons-lang:commons-lang:2.6",
@@ -7657,7 +7657,7 @@
                 ],
                 "directDependencies": [
                     "com.google.code.findbugs:jsr305:3.0.2",
-                    "com.google.protobuf:protobuf-java:3.16.1",
+                    "com.google.protobuf:protobuf-java:3.18.3",
                     "net.jcip:jcip-annotations:1.0",
                     "org.apache.commons:commons-lang3:3.12.0",
                     "org.apache.reef:reef-annotations:0.14.0",
@@ -7685,7 +7685,7 @@
                 "dependencies": [
                     "cglib:cglib:jar:sources:3.1",
                     "com.google.code.findbugs:jsr305:jar:sources:3.0.2",
-                    "com.google.protobuf:protobuf-java:jar:sources:3.16.1",
+                    "com.google.protobuf:protobuf-java:jar:sources:3.18.3",
                     "commons-cli:commons-cli:jar:sources:1.3.1",
                     "commons-configuration:commons-configuration:jar:sources:1.10",
                     "commons-lang:commons-lang:jar:sources:2.6",
@@ -7724,7 +7724,7 @@
                 "dependencies": [
                     "cglib:cglib:3.1",
                     "com.google.code.findbugs:jsr305:3.0.2",
-                    "com.google.protobuf:protobuf-java:3.16.1",
+                    "com.google.protobuf:protobuf-java:3.18.3",
                     "commons-cli:commons-cli:1.3.1",
                     "commons-configuration:commons-configuration:1.10",
                     "commons-lang:commons-lang:2.6",
@@ -7763,7 +7763,7 @@
                 "dependencies": [
                     "cglib:cglib:jar:sources:3.1",
                     "com.google.code.findbugs:jsr305:jar:sources:3.0.2",
-                    "com.google.protobuf:protobuf-java:jar:sources:3.16.1",
+                    "com.google.protobuf:protobuf-java:jar:sources:3.18.3",
                     "commons-cli:commons-cli:jar:sources:1.3.1",
                     "commons-configuration:commons-configuration:jar:sources:1.10",
                     "commons-lang:commons-lang:jar:sources:2.6",
@@ -7804,7 +7804,7 @@
                 "dependencies": [
                     "cglib:cglib:3.1",
                     "com.google.code.findbugs:jsr305:3.0.2",
-                    "com.google.protobuf:protobuf-java:3.16.1",
+                    "com.google.protobuf:protobuf-java:3.18.3",
                     "commons-cli:commons-cli:1.3.1",
                     "commons-configuration:commons-configuration:1.10",
                     "commons-lang:commons-lang:2.6",
@@ -7845,7 +7845,7 @@
                 "dependencies": [
                     "cglib:cglib:jar:sources:3.1",
                     "com.google.code.findbugs:jsr305:jar:sources:3.0.2",
-                    "com.google.protobuf:protobuf-java:jar:sources:3.16.1",
+                    "com.google.protobuf:protobuf-java:jar:sources:3.18.3",
                     "commons-cli:commons-cli:jar:sources:1.3.1",
                     "commons-configuration:commons-configuration:jar:sources:1.10",
                     "commons-lang:commons-lang:jar:sources:2.6",
@@ -7884,7 +7884,7 @@
                 "dependencies": [
                     "cglib:cglib:3.1",
                     "com.google.code.findbugs:jsr305:3.0.2",
-                    "com.google.protobuf:protobuf-java:3.16.1",
+                    "com.google.protobuf:protobuf-java:3.18.3",
                     "commons-cli:commons-cli:1.3.1",
                     "commons-configuration:commons-configuration:1.10",
                     "commons-lang:commons-lang:2.6",
@@ -7971,7 +7971,7 @@
             {
                 "coord": "org.apache.reef:tang:jar:sources:0.14.0",
                 "dependencies": [
-                    "com.google.protobuf:protobuf-java:jar:sources:3.16.1",
+                    "com.google.protobuf:protobuf-java:jar:sources:3.18.3",
                     "commons-cli:commons-cli:jar:sources:1.3.1",
                     "commons-configuration:commons-configuration:jar:sources:1.10",
                     "commons-lang:commons-lang:jar:sources:2.6",
@@ -7979,7 +7979,7 @@
                     "org.apache.avro:avro:jar:sources:1.7.4"
                 ],
                 "directDependencies": [
-                    "com.google.protobuf:protobuf-java:jar:sources:3.16.1",
+                    "com.google.protobuf:protobuf-java:jar:sources:3.18.3",
                     "commons-cli:commons-cli:jar:sources:1.3.1",
                     "commons-configuration:commons-configuration:jar:sources:1.10",
                     "javax.inject:javax.inject:jar:sources:1",
@@ -8003,7 +8003,7 @@
             {
                 "coord": "org.apache.reef:tang:0.14.0",
                 "dependencies": [
-                    "com.google.protobuf:protobuf-java:3.16.1",
+                    "com.google.protobuf:protobuf-java:3.18.3",
                     "commons-cli:commons-cli:1.3.1",
                     "commons-configuration:commons-configuration:1.10",
                     "commons-lang:commons-lang:2.6",
@@ -8011,7 +8011,7 @@
                     "org.apache.avro:avro:1.7.4"
                 ],
                 "directDependencies": [
-                    "com.google.protobuf:protobuf-java:3.16.1",
+                    "com.google.protobuf:protobuf-java:3.18.3",
                     "commons-cli:commons-cli:1.3.1",
                     "commons-configuration:commons-configuration:1.10",
                     "javax.inject:javax.inject:1",
@@ -8036,7 +8036,7 @@
                 "coord": "org.apache.reef:wake:jar:sources:0.14.0",
                 "dependencies": [
                     "cglib:cglib:jar:sources:3.1",
-                    "com.google.protobuf:protobuf-java:jar:sources:3.16.1",
+                    "com.google.protobuf:protobuf-java:jar:sources:3.18.3",
                     "commons-cli:commons-cli:jar:sources:1.3.1",
                     "commons-configuration:commons-configuration:jar:sources:1.10",
                     "commons-lang:commons-lang:jar:sources:2.6",
@@ -8049,7 +8049,7 @@
                 ],
                 "directDependencies": [
                     "cglib:cglib:jar:sources:3.1",
-                    "com.google.protobuf:protobuf-java:jar:sources:3.16.1",
+                    "com.google.protobuf:protobuf-java:jar:sources:3.18.3",
                     "io.netty:netty-all:jar:sources:4.1.76.Final",
                     "net.jcip:jcip-annotations:jar:sources:1.0",
                     "org.apache.reef:tang:jar:sources:0.14.0"
@@ -8073,7 +8073,7 @@
                 "coord": "org.apache.reef:wake:0.14.0",
                 "dependencies": [
                     "cglib:cglib:3.1",
-                    "com.google.protobuf:protobuf-java:3.16.1",
+                    "com.google.protobuf:protobuf-java:3.18.3",
                     "commons-cli:commons-cli:1.3.1",
                     "commons-configuration:commons-configuration:1.10",
                     "commons-lang:commons-lang:2.6",
@@ -8086,7 +8086,7 @@
                 ],
                 "directDependencies": [
                     "cglib:cglib:3.1",
-                    "com.google.protobuf:protobuf-java:3.16.1",
+                    "com.google.protobuf:protobuf-java:3.18.3",
                     "io.netty:netty-all:4.1.76.Final",
                     "net.jcip:jcip-annotations:1.0",
                     "org.apache.reef:tang:0.14.0"
diff --git a/scripts/packages/heronpy/requirements.txt b/scripts/packages/heronpy/requirements.txt
index a2de3c762dd..5788864599e 100644
--- a/scripts/packages/heronpy/requirements.txt
+++ b/scripts/packages/heronpy/requirements.txt
@@ -1,2 +1,2 @@
-protobuf==3.16.0
+protobuf==3.18.3
 cloudpickle~=1.5.0