You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@beam.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2021/07/12 12:17:21 UTC

Build failed in Jenkins: beam_Dependency_Check #331

See <https://ci-beam.apache.org/job/beam_Dependency_Check/331/display/redirect?page=changes>

Changes:

[dennisylyung] [BEAM-11907] Full function SqsIO Consumer''

[dennisylyung] Add "test" prefix to tests

[dennisylyung] Separate tests to SqsUnboundedReaderTest and SqsUnboundedSourceTest

[samuelw] [BEAM-12516] - Fix exception from ShardedKey.toString if key is less

[veblush] Integration

[veblush] Pass credentials to gcsio

[veblush] Update by review

[noreply] Revert "[BEAM-12119] [BEAM-12122] Add integer and string `_id` keys

[Andrew Pilloud] Cleanup cruft from #14239

[Robert Bradshaw] Fix typo in dataframes docs.

[Valentyn Tymofieiev] Fix a Py3 error in coders example.

[aromanenko.dev] [BEAM-12583] Ignore testReturnsProcessWideMonitoringInfos() until it

[mouyang] [BEAM-12532] correctly handle LocalDateTime and LocalTime with 0 seconds

[mouyang] [BEAM-12532] ./gradlew spotlessApply

[raphael.sanamyan] [BEAM-12511] Add ability to use JdbcIO.Write.withResults without

[tysonjh] Update Python container image to 20210702.

[noreply] [BEAM-12548] Add unit tests for sum function to passert package (#15131)

[noreply] Merge pull request #15056: [BEAM-10887] Timer clear

[noreply] Revert "Merge pull request #15056: [BEAM-10887] Timer clear"

[noreply] [BEAM-12584] Fix sample and make tag in documentation point to correct

[noreply] Skip BQ tests if no BQ client is installed (#15124)

[Luke Cwik] [BEAM-12547] Consume vendored gRPC 1.36.0 0.2 and fix test to ensure

[ajamato] [BEAM-12583] Fix HarnessMonitoringInfoInstructionHandler to us the short

[noreply] Merge pull request #15135: [BEAM-10887] Timer clear Reapply timer clear

[Andrew Pilloud] Update Beam website to release 2.31.0.

[noreply] [BEAM-9547] Add implementations for some lesser-used pandas operations

[noreply] Merge pull request #15054: Fix broken build.gradle release tag

[noreply] [BEAM-12513] Finish adding Go to BPG 4. Transforms (#15142)

[noreply] [BEAM-12548] Add unit tests for passert.go (#15141)

[noreply] [BEAM-9547] Identify remaining WontImplement operations (#15095)

[Andrew Pilloud] Fix typo in 2.31.0 on website

[noreply] Swap length() for size()

[zyichi] [BEAM-12594] Remove google-cloud-profiler package from apache-beam

[noreply] [BEAM-8933] Add support for reading Arrow over the BigQuery Storage API

[noreply] [BEAM-12548] Add AllWithinBounds() check to PAssert (#15136)

[noreply] docs: remove extra backtick (#15149)

[Andrew Pilloud] Fix broken download links


------------------------------------------
[...truncated 72.17 KB...]
    unset -f pydoc >/dev/null 2>&1

    # reset old environment variables
    # ! [ -z ${VAR+_} ] returns true if VAR is declared at all
    if ! [ -z "${_OLD_VIRTUAL_PATH+_}" ] ; then
        PATH="$_OLD_VIRTUAL_PATH"
        export PATH
        unset _OLD_VIRTUAL_PATH
    fi
    if ! [ -z "${_OLD_VIRTUAL_PYTHONHOME+_}" ] ; then
        PYTHONHOME="$_OLD_VIRTUAL_PYTHONHOME"
        export PYTHONHOME
        unset _OLD_VIRTUAL_PYTHONHOME
    fi

    # This should detect bash and zsh, which have a hash command that must
    # be called to get it to forget past commands.  Without forgetting
    # past commands the $PATH changes we made may not be respected
    if [ -n "${BASH-}" ] || [ -n "${ZSH_VERSION-}" ] ; then
        hash -r 2>/dev/null
    fi

    if ! [ -z "${_OLD_VIRTUAL_PS1+_}" ] ; then
        PS1="$_OLD_VIRTUAL_PS1"
        export PS1
        unset _OLD_VIRTUAL_PS1
    fi

    unset VIRTUAL_ENV
    if [ ! "${1-}" = "nondestructive" ] ; then
    # Self destruct!
        unset -f deactivate
    fi
}

# unset irrelevant variables
deactivate nondestructive

VIRTUAL_ENV="<https://ci-beam.apache.org/job/beam_Dependency_Check/ws/src/dependency/check">
export VIRTUAL_ENV

_OLD_VIRTUAL_PATH="$PATH"
PATH="$VIRTUAL_ENV/bin:$PATH"
export PATH

# unset PYTHONHOME if set
if ! [ -z "${PYTHONHOME+_}" ] ; then
    _OLD_VIRTUAL_PYTHONHOME="$PYTHONHOME"
    unset PYTHONHOME
fi

if [ -z "${VIRTUAL_ENV_DISABLE_PROMPT-}" ] ; then
    _OLD_VIRTUAL_PS1="${PS1-}"
    if [ "x" != x ] ; then
        PS1="${PS1-}"
    else
        PS1="(`basename \"$VIRTUAL_ENV\"`) ${PS1-}"
    fi
    export PS1
fi
basename "$VIRTUAL_ENV"

# Make sure to unalias pydoc if it's already there
alias pydoc 2>/dev/null >/dev/null && unalias pydoc || true

pydoc () {
    python -m pydoc "$@"
}

# This should detect bash and zsh, which have a hash command that must
# be called to get it to forget past commands.  Without forgetting
# past commands the $PATH changes we made may not be respected
if [ -n "${BASH-}" ] || [ -n "${ZSH_VERSION-}" ] ; then
    hash -r 2>/dev/null
fi
pip install --upgrade google-cloud-bigquery
DEPRECATION: Python 3.5 reached the end of its life on September 13th, 2020. Please upgrade your Python as Python 3.5 is no longer maintained. pip 21.0 will drop support for Python 3.5 in January 2021. pip 21.0 will remove support for this functionality.
Collecting google-cloud-bigquery
  Using cached google_cloud_bigquery-1.28.0-py2.py3-none-any.whl (187 kB)
Collecting google-resumable-media<2.0dev,>=0.6.0
  Using cached google_resumable_media-1.1.0-py2.py3-none-any.whl (75 kB)
Collecting six<2.0.0dev,>=1.13.0
  Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting google-api-core<2.0dev,>=1.21.0
  Using cached google_api_core-1.23.0-py2.py3-none-any.whl (91 kB)
Collecting google-cloud-core<2.0dev,>=1.4.1
  Using cached google_cloud_core-1.4.4-py2.py3-none-any.whl (27 kB)
Collecting requests<3.0.0dev,>=2.18.0
  Using cached requests-2.25.1-py2.py3-none-any.whl (61 kB)
Collecting pytz
  Using cached pytz-2021.1-py2.py3-none-any.whl (510 kB)
Collecting protobuf>=3.12.0
  Using cached protobuf-3.17.3-cp35-cp35m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.0 MB)
Requirement already satisfied: setuptools>=34.0.0 in ./dependency/check/lib/python3.5/site-packages (from google-api-core<2.0dev,>=1.21.0->google-cloud-bigquery) (50.3.2)
Collecting googleapis-common-protos<2.0dev,>=1.6.0
  Using cached googleapis_common_protos-1.52.0-py2.py3-none-any.whl (100 kB)
Collecting google-auth<2.0dev,>=1.21.1
  Using cached google_auth-1.23.0-py2.py3-none-any.whl (114 kB)
Collecting cachetools<5.0,>=2.0.0
  Using cached cachetools-4.2.2-py3-none-any.whl (11 kB)
Collecting pyasn1-modules>=0.2.1
  Using cached pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB)
Collecting rsa<5,>=3.1.4
  Using cached rsa-4.7.2-py3-none-any.whl (34 kB)
Collecting google-crc32c<2.0dev,>=1.0
  Using cached google_crc32c-1.0.0-cp35-cp35m-manylinux2010_x86_64.whl (39 kB)
Collecting cffi>=1.0.0
  Downloading cffi-1.14.6.tar.gz (475 kB)
Collecting pycparser
  Using cached pycparser-2.20-py2.py3-none-any.whl (112 kB)
Collecting pyasn1<0.5.0,>=0.4.6
  Using cached pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
Collecting chardet<5,>=3.0.2
  Using cached chardet-4.0.0-py2.py3-none-any.whl (178 kB)
Collecting idna<3,>=2.5
  Using cached idna-2.10-py2.py3-none-any.whl (58 kB)
Collecting urllib3<1.27,>=1.21.1
  Using cached urllib3-1.26.6-py2.py3-none-any.whl (138 kB)
Collecting certifi>=2017.4.17
  Using cached certifi-2021.5.30-py2.py3-none-any.whl (145 kB)
Building wheels for collected packages: cffi
  Building wheel for cffi (setup.py): started
  Building wheel for cffi (setup.py): finished with status 'error'
  ERROR: Command errored out with exit status 1:
   command: <https://ci-beam.apache.org/job/beam_Dependency_Check/ws/src/dependency/check/bin/python3> -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-rt432kh8/cffi_b3e7c67cc27f4e279f95c7f6e9593517/setup.py'"'"'; __file__='"'"'/tmp/pip-install-rt432kh8/cffi_b3e7c67cc27f4e279f95c7f6e9593517/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-z2dn_oex
       cwd: /tmp/pip-install-rt432kh8/cffi_b3e7c67cc27f4e279f95c7f6e9593517/
  Complete output (54 lines):
  Package libffi was not found in the pkg-config search path.
  Perhaps you should add the directory containing `libffi.pc'
  to the PKG_CONFIG_PATH environment variable
  No package 'libffi' found
  Package libffi was not found in the pkg-config search path.
  Perhaps you should add the directory containing `libffi.pc'
  to the PKG_CONFIG_PATH environment variable
  No package 'libffi' found
  Package libffi was not found in the pkg-config search path.
  Perhaps you should add the directory containing `libffi.pc'
  to the PKG_CONFIG_PATH environment variable
  No package 'libffi' found
  Package libffi was not found in the pkg-config search path.
  Perhaps you should add the directory containing `libffi.pc'
  to the PKG_CONFIG_PATH environment variable
  No package 'libffi' found
  Package libffi was not found in the pkg-config search path.
  Perhaps you should add the directory containing `libffi.pc'
  to the PKG_CONFIG_PATH environment variable
  No package 'libffi' found
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build/lib.linux-x86_64-3.5
  creating build/lib.linux-x86_64-3.5/cffi
  copying cffi/verifier.py -> build/lib.linux-x86_64-3.5/cffi
  copying cffi/model.py -> build/lib.linux-x86_64-3.5/cffi
  copying cffi/vengine_cpy.py -> build/lib.linux-x86_64-3.5/cffi
  copying cffi/cffi_opcode.py -> build/lib.linux-x86_64-3.5/cffi
  copying cffi/api.py -> build/lib.linux-x86_64-3.5/cffi
  copying cffi/setuptools_ext.py -> build/lib.linux-x86_64-3.5/cffi
  copying cffi/cparser.py -> build/lib.linux-x86_64-3.5/cffi
  copying cffi/pkgconfig.py -> build/lib.linux-x86_64-3.5/cffi
  copying cffi/backend_ctypes.py -> build/lib.linux-x86_64-3.5/cffi
  copying cffi/recompiler.py -> build/lib.linux-x86_64-3.5/cffi
  copying cffi/ffiplatform.py -> build/lib.linux-x86_64-3.5/cffi
  copying cffi/vengine_gen.py -> build/lib.linux-x86_64-3.5/cffi
  copying cffi/commontypes.py -> build/lib.linux-x86_64-3.5/cffi
  copying cffi/__init__.py -> build/lib.linux-x86_64-3.5/cffi
  copying cffi/error.py -> build/lib.linux-x86_64-3.5/cffi
  copying cffi/lock.py -> build/lib.linux-x86_64-3.5/cffi
  copying cffi/_cffi_include.h -> build/lib.linux-x86_64-3.5/cffi
  copying cffi/parse_c_type.h -> build/lib.linux-x86_64-3.5/cffi
  copying cffi/_embedding.h -> build/lib.linux-x86_64-3.5/cffi
  copying cffi/_cffi_errors.h -> build/lib.linux-x86_64-3.5/cffi
  running build_ext
  building '_cffi_backend' extension
  creating build/temp.linux-x86_64-3.5
  creating build/temp.linux-x86_64-3.5/c
  x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DUSE__THREAD -DHAVE_SYNC_SYNCHRONIZE -I/usr/include/ffi -I/usr/include/libffi -I/usr/include/python3.5m -I<https://ci-beam.apache.org/job/beam_Dependency_Check/ws/src/dependency/check/include/python3.5m> -c c/_cffi_backend.c -o build/temp.linux-x86_64-3.5/c/_cffi_backend.o
  c/_cffi_backend.c:15:17: fatal error: ffi.h: No such file or directory
  compilation terminated.
  error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
  ----------------------------------------
  ERROR: Failed building wheel for cffi
  Running setup.py clean for cffi
Failed to build cffi
Installing collected packages: six, pyasn1, urllib3, rsa, pycparser, pyasn1-modules, protobuf, idna, chardet, certifi, cachetools, requests, pytz, googleapis-common-protos, google-auth, cffi, google-crc32c, google-api-core, google-resumable-media, google-cloud-core, google-cloud-bigquery
    Running setup.py install for cffi: started
    Running setup.py install for cffi: finished with status 'error'
    ERROR: Command errored out with exit status 1:
     command: <https://ci-beam.apache.org/job/beam_Dependency_Check/ws/src/dependency/check/bin/python3> -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-rt432kh8/cffi_b3e7c67cc27f4e279f95c7f6e9593517/setup.py'"'"'; __file__='"'"'/tmp/pip-install-rt432kh8/cffi_b3e7c67cc27f4e279f95c7f6e9593517/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-6ki38zfn/install-record.txt --single-version-externally-managed --compile --install-headers <https://ci-beam.apache.org/job/beam_Dependency_Check/ws/src/dependency/check/include/site/python3.5/cffi>
         cwd: /tmp/pip-install-rt432kh8/cffi_b3e7c67cc27f4e279f95c7f6e9593517/
    Complete output (54 lines):
    Package libffi was not found in the pkg-config search path.
    Perhaps you should add the directory containing `libffi.pc'
    to the PKG_CONFIG_PATH environment variable
    No package 'libffi' found
    Package libffi was not found in the pkg-config search path.
    Perhaps you should add the directory containing `libffi.pc'
    to the PKG_CONFIG_PATH environment variable
    No package 'libffi' found
    Package libffi was not found in the pkg-config search path.
    Perhaps you should add the directory containing `libffi.pc'
    to the PKG_CONFIG_PATH environment variable
    No package 'libffi' found
    Package libffi was not found in the pkg-config search path.
    Perhaps you should add the directory containing `libffi.pc'
    to the PKG_CONFIG_PATH environment variable
    No package 'libffi' found
    Package libffi was not found in the pkg-config search path.
    Perhaps you should add the directory containing `libffi.pc'
    to the PKG_CONFIG_PATH environment variable
    No package 'libffi' found
    running install
    running build
    running build_py
    creating build
    creating build/lib.linux-x86_64-3.5
    creating build/lib.linux-x86_64-3.5/cffi
    copying cffi/verifier.py -> build/lib.linux-x86_64-3.5/cffi
    copying cffi/model.py -> build/lib.linux-x86_64-3.5/cffi
    copying cffi/vengine_cpy.py -> build/lib.linux-x86_64-3.5/cffi
    copying cffi/cffi_opcode.py -> build/lib.linux-x86_64-3.5/cffi
    copying cffi/api.py -> build/lib.linux-x86_64-3.5/cffi
    copying cffi/setuptools_ext.py -> build/lib.linux-x86_64-3.5/cffi
    copying cffi/cparser.py -> build/lib.linux-x86_64-3.5/cffi
    copying cffi/pkgconfig.py -> build/lib.linux-x86_64-3.5/cffi
    copying cffi/backend_ctypes.py -> build/lib.linux-x86_64-3.5/cffi
    copying cffi/recompiler.py -> build/lib.linux-x86_64-3.5/cffi
    copying cffi/ffiplatform.py -> build/lib.linux-x86_64-3.5/cffi
    copying cffi/vengine_gen.py -> build/lib.linux-x86_64-3.5/cffi
    copying cffi/commontypes.py -> build/lib.linux-x86_64-3.5/cffi
    copying cffi/__init__.py -> build/lib.linux-x86_64-3.5/cffi
    copying cffi/error.py -> build/lib.linux-x86_64-3.5/cffi
    copying cffi/lock.py -> build/lib.linux-x86_64-3.5/cffi
    copying cffi/_cffi_include.h -> build/lib.linux-x86_64-3.5/cffi
    copying cffi/parse_c_type.h -> build/lib.linux-x86_64-3.5/cffi
    copying cffi/_embedding.h -> build/lib.linux-x86_64-3.5/cffi
    copying cffi/_cffi_errors.h -> build/lib.linux-x86_64-3.5/cffi
    running build_ext
    building '_cffi_backend' extension
    creating build/temp.linux-x86_64-3.5
    creating build/temp.linux-x86_64-3.5/c
    x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DUSE__THREAD -DHAVE_SYNC_SYNCHRONIZE -I/usr/include/ffi -I/usr/include/libffi -I/usr/include/python3.5m -I<https://ci-beam.apache.org/job/beam_Dependency_Check/ws/src/dependency/check/include/python3.5m> -c c/_cffi_backend.c -o build/temp.linux-x86_64-3.5/c/_cffi_backend.o
    c/_cffi_backend.c:15:17: fatal error: ffi.h: No such file or directory
    compilation terminated.
    error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
    ----------------------------------------
ERROR: Command errored out with exit status 1: <https://ci-beam.apache.org/job/beam_Dependency_Check/ws/src/dependency/check/bin/python3> -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-rt432kh8/cffi_b3e7c67cc27f4e279f95c7f6e9593517/setup.py'"'"'; __file__='"'"'/tmp/pip-install-rt432kh8/cffi_b3e7c67cc27f4e279f95c7f6e9593517/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-6ki38zfn/install-record.txt --single-version-externally-managed --compile --install-headers <https://ci-beam.apache.org/job/beam_Dependency_Check/ws/src/dependency/check/include/site/python3.5/cffi> Check the logs for full command output.
Build step 'Execute shell' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Jenkins build is back to normal : beam_Dependency_Check #332

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_Dependency_Check/332/display/redirect?page=changes>


---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Beam Dependency Check Report (2021-07-19)

Posted by Apache Jenkins Server <je...@builds.apache.org>.
## High Priority Dependency Updates Of Beam Python SDK:

**Dependency Name** | **Current Version** | **Latest Version** | **Release
Date Of the Current Used Version** | **Release Date Of The Latest Release** |
**JIRA Issue**  
---|---|---|---|---|---  
[chromedriver-binary](https://pypi.org/project/chromedriver-binary) |
91.0.4472.101.0 | 92.0.4515.43.0 | 2021-06-21 | 2021-06-14|
[BEAM-10426](https://issues.apache.org/jira/browse/BEAM-10426)  
[dill](https://pypi.org/project/dill) | 0.3.1.1 | 0.3.4 | 2019-10-07 |
2021-06-14| [BEAM-11167](https://issues.apache.org/jira/browse/BEAM-11167)  
[google-cloud-bigtable](https://pypi.org/project/google-cloud-bigtable) |
1.7.0 | 2.3.1 | 2021-04-12 | 2021-07-19|
[BEAM-8127](https://issues.apache.org/jira/browse/BEAM-8127)  
[google-cloud-datastore](https://pypi.org/project/google-cloud-datastore) |
1.15.3 | 2.1.4 | 2020-11-16 | 2021-07-19|
[BEAM-8443](https://issues.apache.org/jira/browse/BEAM-8443)  
[google-cloud-dlp](https://pypi.org/project/google-cloud-dlp) | 1.0.0 | 3.2.0
| 2020-06-29 | 2021-07-19|
[BEAM-10344](https://issues.apache.org/jira/browse/BEAM-10344)  
[google-cloud-language](https://pypi.org/project/google-cloud-language) |
1.3.0 | 2.2.0 | 2020-10-26 | 2021-07-05|
[BEAM-11118](https://issues.apache.org/jira/browse/BEAM-11118)  
[google-cloud-pubsub](https://pypi.org/project/google-cloud-pubsub) | 1.7.0 |
2.6.1 | 2020-07-20 | 2021-07-19|
[BEAM-5539](https://issues.apache.org/jira/browse/BEAM-5539)  
[google-cloud-spanner](https://pypi.org/project/google-cloud-spanner) | 1.19.1
| 3.6.0 | 2020-11-16 | 2021-06-28|
[BEAM-10345](https://issues.apache.org/jira/browse/BEAM-10345)  
[google-cloud-videointelligence](https://pypi.org/project/google-cloud-
videointelligence) | 1.16.1 | 2.3.0 | 2020-11-23 | 2021-07-19|
[BEAM-11319](https://issues.apache.org/jira/browse/BEAM-11319)  
[google-cloud-vision](https://pypi.org/project/google-cloud-vision) | 1.0.0 |
2.4.0 | 2020-03-24 | 2021-07-19|
[BEAM-9581](https://issues.apache.org/jira/browse/BEAM-9581)  
[ipykernel](https://pypi.org/project/ipykernel) | 5.5.5 | 6.0.2 | 2021-07-05 |
2021-07-19| [BEAM-12575](https://issues.apache.org/jira/browse/BEAM-12575)  
[mock](https://pypi.org/project/mock) | 2.0.0 | 4.0.3 | 2019-05-20 |
2020-12-14| [BEAM-7369](https://issues.apache.org/jira/browse/BEAM-7369)  
[mypy-protobuf](https://pypi.org/project/mypy-protobuf) | 1.18 | 2.6 |
2020-03-24 | 2021-07-19|
[BEAM-10346](https://issues.apache.org/jira/browse/BEAM-10346)  
[nbconvert](https://pypi.org/project/nbconvert) | 5.6.1 | 6.1.0 | 2020-10-05 |
2021-06-28| [BEAM-11007](https://issues.apache.org/jira/browse/BEAM-11007)  
[Pillow](https://pypi.org/project/Pillow) | 7.2.0 | 8.3.1 | 2020-10-19 |
2021-07-19| [BEAM-11071](https://issues.apache.org/jira/browse/BEAM-11071)  
[PyHamcrest](https://pypi.org/project/PyHamcrest) | 1.10.1 | 2.0.2 |
2020-01-20 | 2020-07-08|
[BEAM-9155](https://issues.apache.org/jira/browse/BEAM-9155)  
[pytest](https://pypi.org/project/pytest) | 4.6.11 | 6.2.4 | 2020-07-08 |
2021-05-10| [BEAM-8606](https://issues.apache.org/jira/browse/BEAM-8606)  
[pytest-xdist](https://pypi.org/project/pytest-xdist) | 1.34.0 | 2.3.0 |
2020-08-17 | 2021-06-21|
[BEAM-10713](https://issues.apache.org/jira/browse/BEAM-10713)  
[setuptools](https://pypi.org/project/setuptools) | 57.1.0 | 57.4.0 |
2021-07-05 | 2021-07-19|
[BEAM-10714](https://issues.apache.org/jira/browse/BEAM-10714)  
[tenacity](https://pypi.org/project/tenacity) | 5.1.5 | 8.0.1 | 2019-11-11 |
2021-07-19| [BEAM-8607](https://issues.apache.org/jira/browse/BEAM-8607)  
[typing-extensions](https://pypi.org/project/typing-extensions) | 3.7.4.3 |
3.10.0.0 | 2021-05-03 | 2021-05-03|
[BEAM-12267](https://issues.apache.org/jira/browse/BEAM-12267)  
  
## High Priority Dependency Updates Of Beam Java SDK:

**Dependency Name** | **Current Version** | **Latest Version** | **Release
Date Of the Current Used Version** | **Release Date Of The Latest Release** |
**JIRA Issue**  
---|---|---|---|---|---  
[com.azure:azure-core](https://mvnrepository.com/artifact/com.azure/azure-
core) |  1.6.0 | 1.19.0-beta.1 | 2020-07-02 | 2021-07-07|
[BEAM-11888](https://issues.apache.org/jira/browse/BEAM-11888)  
[com.azure:azure-identity](https://mvnrepository.com/artifact/com.azure/azure-
identity) | 1.0.8 | 1.3.3 | 2020-07-07 | 2021-07-08|
[BEAM-11814](https://issues.apache.org/jira/browse/BEAM-11814)  
[com.azure:azure-storage-
common](https://mvnrepository.com/artifact/com.azure/azure-storage-common) |
12.8.0 | 12.12.0 | 2020-08-13 | 2021-06-09|
[BEAM-11889](https://issues.apache.org/jira/browse/BEAM-11889)  
[com.datastax.cassandra:cassandra-driver-
core](https://mvnrepository.com/artifact/com.datastax.cassandra/cassandra-
driver-core) | 3.10.2 | 4.0.0 | 2020-08-26 | 2019-03-18|
[BEAM-8674](https://issues.apache.org/jira/browse/BEAM-8674)  
[com.esotericsoftware:kryo](https://mvnrepository.com/artifact/com.esotericsoftware/kryo)
| 4.0.2 | 5.1.1 | 2018-03-20 | 2021-05-02|
[BEAM-5809](https://issues.apache.org/jira/browse/BEAM-5809)  
[com.esotericsoftware.kryo:kryo](https://mvnrepository.com/artifact/com.esotericsoftware.kryo/kryo)
| 2.21 | 2.24.0 | 2013-02-27 | 2014-05-04|
[BEAM-5574](https://issues.apache.org/jira/browse/BEAM-5574)  
[com.github.ben-manes.versions:com.github.ben-
manes.versions.gradle.plugin](https://mvnrepository.com/artifact/com.github.ben-
manes.versions/com.github.ben-manes.versions.gradle.plugin) | 0.33.0 | 0.39.0
| 2020-09-14 | 2021-05-31|
[BEAM-6645](https://issues.apache.org/jira/browse/BEAM-6645)  
[com.github.luben:zstd-
jni](https://mvnrepository.com/artifact/com.github.luben/zstd-jni) | 1.4.5-2 |
1.5.0-2 | 2020-05-30 | 2021-06-09|
[BEAM-9194](https://issues.apache.org/jira/browse/BEAM-9194)  
[com.github.spotbugs:spotbugs](https://mvnrepository.com/artifact/com.github.spotbugs/spotbugs)
| 4.0.6 | 4.3.0 | 2020-06-23 | 2021-07-01|
[BEAM-7792](https://issues.apache.org/jira/browse/BEAM-7792)  
[com.github.spotbugs:spotbugs-
annotations](https://mvnrepository.com/artifact/com.github.spotbugs/spotbugs-
annotations) | 4.0.6 | 4.3.0 | 2020-06-23 | 2021-07-01|
[BEAM-6951](https://issues.apache.org/jira/browse/BEAM-6951)  
[com.google.api:gax](https://mvnrepository.com/artifact/com.google.api/gax) |
1.63.0 | 1.66.0 | 2021-04-07 | 2021-06-30|
[BEAM-10348](https://issues.apache.org/jira/browse/BEAM-10348)  
[com.google.api:gax-
grpc](https://mvnrepository.com/artifact/com.google.api/gax-grpc) | 1.63.0 |
1.66.0 | 2021-04-07 | 2021-06-30|
[BEAM-8676](https://issues.apache.org/jira/browse/BEAM-8676)  
[com.google.api:gax-
httpjson](https://mvnrepository.com/artifact/com.google.api/gax-httpjson) |
0.80.0 | 0.83.0 | 2021-04-07 | 2021-06-30|
[BEAM-12576](https://issues.apache.org/jira/browse/BEAM-12576)  
[com.google.api.grpc:grpc-google-cloud-
pubsublite-v1](https://mvnrepository.com/artifact/com.google.api.grpc/grpc-
google-cloud-pubsublite-v1) | 0.13.2 | 0.16.1 | 2021-04-12 | 2021-06-17|
[BEAM-11008](https://issues.apache.org/jira/browse/BEAM-11008)  
[com.google.api.grpc:proto-google-cloud-
bigquerystorage-v1](https://mvnrepository.com/artifact/com.google.api.grpc/proto-
google-cloud-bigquerystorage-v1) | 1.17.0 | 1.23.0 | 2021-03-30 | 2021-07-14|
[BEAM-11890](https://issues.apache.org/jira/browse/BEAM-11890)  
[com.google.api.grpc:proto-google-cloud-
bigquerystorage-v1beta2](https://mvnrepository.com/artifact/com.google.api.grpc/proto-
google-cloud-bigquerystorage-v1beta2) | 0.117.0 | 0.123.0 | 2021-03-30 |
2021-07-14| [BEAM-11891](https://issues.apache.org/jira/browse/BEAM-11891)  
[com.google.api.grpc:proto-google-cloud-bigtable-
admin-v2](https://mvnrepository.com/artifact/com.google.api.grpc/proto-google-
cloud-bigtable-admin-v2) | 1.22.0 | 1.27.2 | 2021-04-07 | 2021-07-02|
[BEAM-12152](https://issues.apache.org/jira/browse/BEAM-12152)  
[com.google.api.grpc:proto-google-cloud-
bigtable-v2](https://mvnrepository.com/artifact/com.google.api.grpc/proto-
google-cloud-bigtable-v2) | 1.22.0 | 1.27.2 | 2021-04-07 | 2021-07-02|
[BEAM-8679](https://issues.apache.org/jira/browse/BEAM-8679)  
[com.google.api.grpc:proto-google-cloud-
dlp-v2](https://mvnrepository.com/artifact/com.google.api.grpc/proto-google-
cloud-dlp-v2) | 1.1.4 | 2.4.5 | 2020-05-04 | 2021-07-06|
[BEAM-11892](https://issues.apache.org/jira/browse/BEAM-11892)  
[com.google.api.grpc:proto-google-cloud-
firestore-v1](https://mvnrepository.com/artifact/com.google.api.grpc/proto-
google-cloud-firestore-v1) | 2.2.5 | 2.6.1 | 2021-03-11 | 2021-06-30|
[BEAM-12485](https://issues.apache.org/jira/browse/BEAM-12485)  
[com.google.api.grpc:proto-google-cloud-
pubsublite-v1](https://mvnrepository.com/artifact/com.google.api.grpc/proto-
google-cloud-pubsublite-v1) | 0.13.2 | 0.16.1 | 2021-04-12 | 2021-06-17|
[BEAM-11009](https://issues.apache.org/jira/browse/BEAM-11009)  
[com.google.api.grpc:proto-google-cloud-recommendations-
ai-v1beta1](https://mvnrepository.com/artifact/com.google.api.grpc/proto-
google-cloud-recommendations-ai-v1beta1) | 0.3.7 | 0.6.1 | 2020-11-02 |
2021-07-02| [BEAM-12517](https://issues.apache.org/jira/browse/BEAM-12517)  
[com.google.api.grpc:proto-google-cloud-spanner-admin-
database-v1](https://mvnrepository.com/artifact/com.google.api.grpc/proto-
google-cloud-spanner-admin-database-v1) | 6.2.0 | 6.10.0 | 2021-04-07 |
2021-07-19| [BEAM-8682](https://issues.apache.org/jira/browse/BEAM-8682)  
[com.google.api.grpc:proto-google-cloud-
spanner-v1](https://mvnrepository.com/artifact/com.google.api.grpc/proto-
google-cloud-spanner-v1) | 6.2.0 | 6.10.0 | 2021-04-07 | 2021-07-19|
[BEAM-11893](https://issues.apache.org/jira/browse/BEAM-11893)  
[com.google.api.grpc:proto-google-cloud-video-
intelligence-v1](https://mvnrepository.com/artifact/com.google.api.grpc/proto-
google-cloud-video-intelligence-v1) | 1.2.0 | 1.7.4 | 2020-03-10 | 2021-07-05|
[BEAM-11894](https://issues.apache.org/jira/browse/BEAM-11894)  
[com.google.api.grpc:proto-google-cloud-
vision-v1](https://mvnrepository.com/artifact/com.google.api.grpc/proto-
google-cloud-vision-v1) | 1.81.3 | 1.103.6 | 2020-04-07 | 2021-07-05|
[BEAM-11895](https://issues.apache.org/jira/browse/BEAM-11895)  
[com.google.apis:google-api-services-
bigquery](https://mvnrepository.com/artifact/com.google.apis/google-api-
services-bigquery) | v2-rev20210410-1.31.0 | v2-rev20210617-1.32.1 |
2021-04-16 | 2021-07-02|
[BEAM-8684](https://issues.apache.org/jira/browse/BEAM-8684)  
[com.google.apis:google-api-services-
cloudresourcemanager](https://mvnrepository.com/artifact/com.google.apis/google-
api-services-cloudresourcemanager) | v1-rev20210331-1.31.0 |
v3-rev20210601-1.32.1 | 2021-04-09 | 2021-07-02|
[BEAM-8751](https://issues.apache.org/jira/browse/BEAM-8751)  
[com.google.apis:google-api-services-
dataflow](https://mvnrepository.com/artifact/com.google.apis/google-api-
services-dataflow) | v1b3-rev20210408-1.31.0 | v1beta3-rev12-1.20.0 |
2021-04-17 | 2015-04-29|
[BEAM-8752](https://issues.apache.org/jira/browse/BEAM-8752)  
[com.google.apis:google-api-services-
healthcare](https://mvnrepository.com/artifact/com.google.apis/google-api-
services-healthcare) | v1beta1-rev20210407-1.31.0 | v1-rev20210702-1.32.1 |
2021-04-21 | 2021-07-13|
[BEAM-10349](https://issues.apache.org/jira/browse/BEAM-10349)  
[com.google.auto.service:auto-
service](https://mvnrepository.com/artifact/com.google.auto.service/auto-
service) | 1.0-rc6 | 1.0 | 2019-07-16 | 2021-04-06|
[BEAM-5541](https://issues.apache.org/jira/browse/BEAM-5541)  
[com.google.auto.service:auto-service-
annotations](https://mvnrepository.com/artifact/com.google.auto.service/auto-
service-annotations) | 1.0-rc6 | 1.0 | 2019-07-16 | 2021-04-06|
[BEAM-10350](https://issues.apache.org/jira/browse/BEAM-10350)  
[com.google.cloud:google-cloud-
bigquery](https://mvnrepository.com/artifact/com.google.cloud/google-cloud-
bigquery) | 1.127.12 | 1.137.0 | 2021-04-08 | 2021-07-14|
[BEAM-8687](https://issues.apache.org/jira/browse/BEAM-8687)  
[com.google.cloud:google-cloud-
bigquerystorage](https://mvnrepository.com/artifact/com.google.cloud/google-
cloud-bigquerystorage) | 1.17.0 | 1.23.0 | 2021-03-30 | 2021-07-14|
[BEAM-8755](https://issues.apache.org/jira/browse/BEAM-8755)  
[com.google.cloud:google-cloud-bigtable-
emulator](https://mvnrepository.com/artifact/com.google.cloud/google-cloud-
bigtable-emulator) | 0.125.2 | 0.136.2 | 2020-10-14 | 2021-07-02|
[BEAM-11405](https://issues.apache.org/jira/browse/BEAM-11405)  
[com.google.cloud:google-cloud-
firestore](https://mvnrepository.com/artifact/com.google.cloud/google-cloud-
firestore) | 2.2.5 | 2.6.1 | 2021-03-11 | 2021-06-30|
[BEAM-12486](https://issues.apache.org/jira/browse/BEAM-12486)  
[com.google.cloud:google-cloud-
language](https://mvnrepository.com/artifact/com.google.cloud/google-cloud-
language) | 1.99.4 | 1.103.2 | 2020-04-10 | 2021-07-05|
[BEAM-11974](https://issues.apache.org/jira/browse/BEAM-11974)  
[com.google.cloud:google-cloud-
pubsublite](https://mvnrepository.com/artifact/com.google.cloud/google-cloud-
pubsublite) | 0.13.2 | 0.16.1 | 2021-04-12 | 2021-06-17|
[BEAM-11010](https://issues.apache.org/jira/browse/BEAM-11010)  
[com.google.cloud:google-cloud-recommendations-
ai](https://mvnrepository.com/artifact/com.google.cloud/google-cloud-
recommendations-ai) | 0.3.7 | 0.6.1 | 2020-11-02 | 2021-07-02|
[BEAM-12518](https://issues.apache.org/jira/browse/BEAM-12518)  
[com.google.cloud:google-cloud-
spanner](https://mvnrepository.com/artifact/com.google.cloud/google-cloud-
spanner) | 6.2.0 | 6.10.0 | 2021-04-07 | 2021-07-19|
[BEAM-8758](https://issues.apache.org/jira/browse/BEAM-8758)  
[com.google.cloud:google-cloud-
storage](https://mvnrepository.com/artifact/com.google.cloud/google-cloud-
storage) | 1.102.0 | 1.118.0 | 2019-12-05 | 2021-07-13|
[BEAM-10801](https://issues.apache.org/jira/browse/BEAM-10801)  
[com.google.cloud:google-cloud-
vision](https://mvnrepository.com/artifact/com.google.cloud/google-cloud-
vision) | 1.99.3 | 1.103.6 | 2020-04-07 | 2021-07-05|
[BEAM-11975](https://issues.apache.org/jira/browse/BEAM-11975)  
[com.google.cloud:libraries-
bom](https://mvnrepository.com/artifact/com.google.cloud/libraries-bom) |
20.0.0 | 20.8.0 | 2021-04-12 | 2021-07-08|
[BEAM-11205](https://issues.apache.org/jira/browse/BEAM-11205)  
[com.google.cloud.bigtable:bigtable-client-
core](https://mvnrepository.com/artifact/com.google.cloud.bigtable/bigtable-
client-core) | 1.19.1 | 1.23.0 | 2021-03-19 | 2021-07-14|
[BEAM-8691](https://issues.apache.org/jira/browse/BEAM-8691)  
[com.google.code.gson:gson](https://mvnrepository.com/artifact/com.google.code.gson/gson)
| 2.8.6 | 2.8.7 | 2019-10-04 | 2021-05-24|
[BEAM-5558](https://issues.apache.org/jira/browse/BEAM-5558)  
[com.google.guava:guava-
testlib](https://mvnrepository.com/artifact/com.google.guava/guava-testlib) |
30.1-jre | 30.1.1-jre | 2020-12-14 | 2021-03-19|
[BEAM-8760](https://issues.apache.org/jira/browse/BEAM-8760)  
[com.google.protobuf:protobuf-java-
util](https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java-
util) | 3.15.8 | 4.0.0-rc-2 | 2021-04-08 | 2020-07-21|
[BEAM-8697](https://issues.apache.org/jira/browse/BEAM-8697)  
[com.google.protobuf:protoc](https://mvnrepository.com/artifact/com.google.protobuf/protoc)
| 3.15.8 | 4.0.0-rc-2 | 2021-04-07 | 2020-07-21|
[BEAM-8634](https://issues.apache.org/jira/browse/BEAM-8634)  
[com.google.zetasql:zetasql-
client](https://mvnrepository.com/artifact/com.google.zetasql/zetasql-client)
| 2020.10.1 | 2021.03.2 | 2020-10-27 | 2021-03-30|
[BEAM-9157](https://issues.apache.org/jira/browse/BEAM-9157)  
[com.google.zetasql:zetasql-jni-
channel](https://mvnrepository.com/artifact/com.google.zetasql/zetasql-jni-
channel) | 2020.10.1 | 2021.03.2 | 2020-10-27 | 2021-03-30|
[BEAM-9158](https://issues.apache.org/jira/browse/BEAM-9158)  
[com.google.zetasql:zetasql-
types](https://mvnrepository.com/artifact/com.google.zetasql/zetasql-types) |
2020.10.1 | 2021.03.2 | 2020-10-27 | 2021-03-30|
[BEAM-9159](https://issues.apache.org/jira/browse/BEAM-9159)  
[com.hazelcast:hazelcast](https://mvnrepository.com/artifact/com.hazelcast/hazelcast)
| 4.0 | 5.0-BETA-1 | 2020-02-04 | 2021-07-13|
[BEAM-8636](https://issues.apache.org/jira/browse/BEAM-8636)  
[com.hazelcast.jet:hazelcast-
jet](https://mvnrepository.com/artifact/com.hazelcast.jet/hazelcast-jet) | 4.0
| 4.5 | 2020-03-02 | 2021-04-21|
[BEAM-9586](https://issues.apache.org/jira/browse/BEAM-9586)  
[com.hazelcast.jet:hazelcast-jet-
core](https://mvnrepository.com/artifact/com.hazelcast.jet/hazelcast-jet-core)
| 4.0 | 4.5 | 2020-03-02 | 2021-04-21|
[BEAM-9587](https://issues.apache.org/jira/browse/BEAM-9587)  
[com.opencsv:opencsv](https://mvnrepository.com/artifact/com.opencsv/opencsv)
| 5.0 | 5.5 | 2019-10-20 | 2021-07-05|
[BEAM-11122](https://issues.apache.org/jira/browse/BEAM-11122)  
[com.pholser:junit-quickcheck-
core](https://mvnrepository.com/artifact/com.pholser/junit-quickcheck-core) |
0.8 | 1.0 | 2018-03-08 | 2020-11-22|
[BEAM-8699](https://issues.apache.org/jira/browse/BEAM-8699)  
[com.rabbitmq:amqp-
client](https://mvnrepository.com/artifact/com.rabbitmq/amqp-client) | 5.7.3 |
5.13.0 | 2019-07-25 | 2021-07-12|
[BEAM-5895](https://issues.apache.org/jira/browse/BEAM-5895)  
[com.squareup.okhttp3:okhttp](https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp)
| 4.6.0 | 5.0.0-alpha.2 | 2020-04-29 | 2021-01-30|
[BEAM-11897](https://issues.apache.org/jira/browse/BEAM-11897)  
[com.sun.xml.bind:jaxb-
impl](https://mvnrepository.com/artifact/com.sun.xml.bind/jaxb-impl) | 2.3.3 |
3.0.2-b01 | 2020-04-07 | 2021-05-11|
[BEAM-10535](https://issues.apache.org/jira/browse/BEAM-10535)  
[com.tdunning:t-digest](https://mvnrepository.com/artifact/com.tdunning/t-digest)
| 3.2 | 3.3 | 2017-08-07 | 2021-05-31|
[BEAM-12488](https://issues.apache.org/jira/browse/BEAM-12488)  
[commons-cli:commons-cli](https://mvnrepository.com/artifact/commons-
cli/commons-cli) | 1.2 | 20040117.000000 | 2009-03-19 | 2005-11-08|
[BEAM-5545](https://issues.apache.org/jira/browse/BEAM-5545)  
[commons-codec:commons-codec](https://mvnrepository.com/artifact/commons-
codec/commons-codec) | 1.15 | 20041127.091804 | 2020-08-28 | 2005-11-24|
[BEAM-5546](https://issues.apache.org/jira/browse/BEAM-5546)  
[commons-io:commons-io](https://mvnrepository.com/artifact/commons-io/commons-
io) | 2.6 | 20030203.000550 | 2017-10-15 | 2005-11-08|
[BEAM-8701](https://issues.apache.org/jira/browse/BEAM-8701)  
[commons-lang:commons-lang](https://mvnrepository.com/artifact/commons-
lang/commons-lang) | 2.6 | 20030203.000129 | 2011-01-16 | 2005-11-08|
[BEAM-11321](https://issues.apache.org/jira/browse/BEAM-11321)  
[de.flapdoodle.embed:de.flapdoodle.embed.mongo](https://mvnrepository.com/artifact/de.flapdoodle.embed/de.flapdoodle.embed.mongo)
| 2.2.0 | 3.0.0 | 2018-12-09 | 2020-10-28|
[BEAM-5549](https://issues.apache.org/jira/browse/BEAM-5549)  
[de.flapdoodle.embed:de.flapdoodle.embed.process](https://mvnrepository.com/artifact/de.flapdoodle.embed/de.flapdoodle.embed.process)
| 2.1.2 | 3.1.1 | 2018-12-09 | 2021-04-28|
[BEAM-5550](https://issues.apache.org/jira/browse/BEAM-5550)  
[io.confluent:kafka-avro-
serializer](https://mvnrepository.com/artifact/io.confluent/kafka-avro-
serializer) | 5.3.2 | 6.2.0 | 2020-02-10 | 2021-06-08|
[BEAM-11013](https://issues.apache.org/jira/browse/BEAM-11013)  
[io.confluent:kafka-schema-registry-
client](https://mvnrepository.com/artifact/io.confluent/kafka-schema-registry-
client) | 5.3.2 | 6.2.0 | 2021-03-01 | 2021-06-08|
[BEAM-11898](https://issues.apache.org/jira/browse/BEAM-11898)  
[io.debezium:debezium-connector-
db2](https://mvnrepository.com/artifact/io.debezium/debezium-connector-db2) |
1.3.1.Final | 1.6.0.Final | 2020-11-12 | 2021-06-30|
[BEAM-12430](https://issues.apache.org/jira/browse/BEAM-12430)  
[io.debezium:debezium-connector-
mysql](https://mvnrepository.com/artifact/io.debezium/debezium-connector-
mysql) | 1.3.1.Final | 1.6.0.Final | 2020-11-12 | 2021-06-30|
[BEAM-12318](https://issues.apache.org/jira/browse/BEAM-12318)  
[io.debezium:debezium-connector-
oracle](https://mvnrepository.com/artifact/io.debezium/debezium-connector-
oracle) | 1.3.1.Final | 1.6.0.Final | 2020-11-12 | 2021-06-30|
[BEAM-12431](https://issues.apache.org/jira/browse/BEAM-12431)  
[io.debezium:debezium-connector-
postgres](https://mvnrepository.com/artifact/io.debezium/debezium-connector-
postgres) | 1.3.1.Final | 1.6.0.Final | 2020-11-12 | 2021-06-30|
[BEAM-12432](https://issues.apache.org/jira/browse/BEAM-12432)  
[io.debezium:debezium-connector-
sqlserver](https://mvnrepository.com/artifact/io.debezium/debezium-connector-
sqlserver) | 1.3.1.Final | 1.6.0.Final | 2020-11-12 | 2021-06-30|
[BEAM-12433](https://issues.apache.org/jira/browse/BEAM-12433)  
[io.debezium:debezium-
core](https://mvnrepository.com/artifact/io.debezium/debezium-core) |
1.3.1.Final | 1.6.0.Final | 2020-11-12 | 2021-06-30|
[BEAM-12319](https://issues.apache.org/jira/browse/BEAM-12319)  
[io.grpc:grpc-protobuf](https://mvnrepository.com/artifact/io.grpc/grpc-
protobuf) | 1.36.0 | 1.39.0 | 2021-02-23 | 2021-06-29|
[BEAM-5900](https://issues.apache.org/jira/browse/BEAM-5900)  
[io.grpc:grpc-testing](https://mvnrepository.com/artifact/io.grpc/grpc-
testing) | 1.36.0 | 1.39.0 | 2021-02-23 | 2021-06-29|
[BEAM-5902](https://issues.apache.org/jira/browse/BEAM-5902)  
[jakarta.xml.bind:jakarta.xml.bind-
api](https://mvnrepository.com/artifact/jakarta.xml.bind/jakarta.xml.bind-api)
| 2.3.3 | 3.0.1 | 2020-01-27 | 2021-03-22|
[BEAM-10537](https://issues.apache.org/jira/browse/BEAM-10537)  
[javax.servlet:javax.servlet-
api](https://mvnrepository.com/artifact/javax.servlet/javax.servlet-api) |
3.1.0 | 4.0.1 | 2013-04-25 | 2018-04-20|
[BEAM-5750](https://issues.apache.org/jira/browse/BEAM-5750)  
[net.snowflake:snowflake-ingest-
sdk](https://mvnrepository.com/artifact/net.snowflake/snowflake-ingest-sdk) |
0.9.9 | 0.10.3 | 2020-06-03 | 2021-06-01|
[BEAM-12463](https://issues.apache.org/jira/browse/BEAM-12463)  
[org.antlr:antlr4](https://mvnrepository.com/artifact/org.antlr/antlr4) | 4.7
| 4.9.2 | 2017-03-30 | 2021-03-11|
[BEAM-8707](https://issues.apache.org/jira/browse/BEAM-8707)  
[org.antlr:antlr4-runtime](https://mvnrepository.com/artifact/org.antlr/antlr4-runtime)
| 4.7 | 4.9.2 | 2017-03-30 | 2021-03-11|
[BEAM-8762](https://issues.apache.org/jira/browse/BEAM-8762)  
[org.apache.activemq:activemq-
amqp](https://mvnrepository.com/artifact/org.apache.activemq/activemq-amqp) |
5.14.5 | 5.16.2 | 2017-04-11 | 2021-04-21|
[BEAM-8709](https://issues.apache.org/jira/browse/BEAM-8709)  
[org.apache.activemq:activemq-
broker](https://mvnrepository.com/artifact/org.apache.activemq/activemq-
broker) | 5.14.5 | 5.16.2 | 2017-04-11 | 2021-04-21|
[BEAM-8763](https://issues.apache.org/jira/browse/BEAM-8763)  
[org.apache.activemq:activemq-
client](https://mvnrepository.com/artifact/org.apache.activemq/activemq-
client) | 5.14.5 | 5.16.2 | 2017-04-11 | 2021-04-21|
[BEAM-8764](https://issues.apache.org/jira/browse/BEAM-8764)  
[org.apache.activemq:activemq-
jaas](https://mvnrepository.com/artifact/org.apache.activemq/activemq-jaas) |
5.14.5 | 5.16.2 | 2017-04-11 | 2021-04-21|
[BEAM-8765](https://issues.apache.org/jira/browse/BEAM-8765)  
[org.apache.activemq:activemq-kahadb-
store](https://mvnrepository.com/artifact/org.apache.activemq/activemq-kahadb-
store) | 5.14.5 | 5.16.2 | 2017-04-11 | 2021-04-21|
[BEAM-8766](https://issues.apache.org/jira/browse/BEAM-8766)  
[org.apache.activemq:activemq-
mqtt](https://mvnrepository.com/artifact/org.apache.activemq/activemq-mqtt) |
5.14.5 | 5.16.2 | 2017-04-11 | 2021-04-21|
[BEAM-8767](https://issues.apache.org/jira/browse/BEAM-8767)  
[org.apache.activemq.tooling:activemq-
junit](https://mvnrepository.com/artifact/org.apache.activemq.tooling/activemq-
junit) | 5.14.5 | 5.16.2 | 2017-04-11 | 2021-04-21|
[BEAM-8711](https://issues.apache.org/jira/browse/BEAM-8711)  
[org.apache.avro:avro](https://mvnrepository.com/artifact/org.apache.avro/avro)
| 1.8.2 | 1.10.2 | 2017-05-07 | 2021-03-09|
[BEAM-8715](https://issues.apache.org/jira/browse/BEAM-8715)  
[org.apache.cassandra:cassandra-
all](https://mvnrepository.com/artifact/org.apache.cassandra/cassandra-all) |
3.11.8 | 4.0-rc2 | 2020-08-28 | 2021-06-27|
[BEAM-5544](https://issues.apache.org/jira/browse/BEAM-5544)  
[org.apache.commons:commons-
compress](https://mvnrepository.com/artifact/org.apache.commons/commons-
compress) | 1.20 | 1.21 | 2020-02-05 | 2021-07-09|
[BEAM-12635](https://issues.apache.org/jira/browse/BEAM-12635)  
[org.apache.commons:commons-
lang3](https://mvnrepository.com/artifact/org.apache.commons/commons-lang3) |
3.9 | 3.12.0 | 2019-04-11 | 2021-02-26|
[BEAM-8717](https://issues.apache.org/jira/browse/BEAM-8717)  
[org.apache.derby:derby](https://mvnrepository.com/artifact/org.apache.derby/derby)
| 10.14.2.0 | 10.15.2.0 | 2018-05-03 | 2020-02-22|
[BEAM-9365](https://issues.apache.org/jira/browse/BEAM-9365)  
[org.apache.derby:derbyclient](https://mvnrepository.com/artifact/org.apache.derby/derbyclient)
| 10.14.2.0 | 10.15.2.0 | 2018-05-03 | 2020-02-22|
[BEAM-9366](https://issues.apache.org/jira/browse/BEAM-9366)  
[org.apache.derby:derbynet](https://mvnrepository.com/artifact/org.apache.derby/derbynet)
| 10.14.2.0 | 10.15.2.0 | 2018-05-03 | 2020-02-22|
[BEAM-9367](https://issues.apache.org/jira/browse/BEAM-9367)  
[org.apache.hadoop:hadoop-
client](https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-client) |
3.2.1 | 3.3.1 | 2019-09-10 | 2021-06-01|
[BEAM-8719](https://issues.apache.org/jira/browse/BEAM-8719)  
[org.apache.hadoop:hadoop-
common](https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-common) |
3.2.1 | 3.3.1 | 2019-09-10 | 2021-06-01|
[BEAM-8768](https://issues.apache.org/jira/browse/BEAM-8768)  
[org.apache.hadoop:hadoop-
hdfs](https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-hdfs) |
3.2.1 | 3.3.1 | 2019-09-10 | 2021-06-01|
[BEAM-8769](https://issues.apache.org/jira/browse/BEAM-8769)  
[org.apache.hadoop:hadoop-mapreduce-client-
core](https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-mapreduce-
client-core) | 3.2.1 | 3.3.1 | 2019-09-10 | 2021-06-01|
[BEAM-8770](https://issues.apache.org/jira/browse/BEAM-8770)  
[org.apache.hadoop:hadoop-
minicluster](https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-
minicluster) | 3.2.1 | 3.3.1 | 2019-09-10 | 2021-06-01|
[BEAM-8771](https://issues.apache.org/jira/browse/BEAM-8771)  
[org.apache.hbase:hbase-
common](https://mvnrepository.com/artifact/org.apache.hbase/hbase-common) |
1.2.6 | 2.4.4 | 2017-05-29 | 2021-06-07|
[BEAM-5560](https://issues.apache.org/jira/browse/BEAM-5560)  
[org.apache.hbase:hbase-hadoop-
compat](https://mvnrepository.com/artifact/org.apache.hbase/hbase-hadoop-
compat) | 1.2.6 | 2.4.4 | 2017-05-29 | 2021-06-07|
[BEAM-5561](https://issues.apache.org/jira/browse/BEAM-5561)  
[org.apache.hbase:hbase-
hadoop2-compat](https://mvnrepository.com/artifact/org.apache.hbase/hbase-
hadoop2-compat) | 1.2.6 | 2.4.4 | 2017-05-29 | 2021-06-07|
[BEAM-5562](https://issues.apache.org/jira/browse/BEAM-5562)  
[org.apache.hbase:hbase-
server](https://mvnrepository.com/artifact/org.apache.hbase/hbase-server) |
1.2.6 | 2.4.4 | 2017-05-29 | 2021-06-07|
[BEAM-5563](https://issues.apache.org/jira/browse/BEAM-5563)  
[org.apache.hbase:hbase-shaded-
client](https://mvnrepository.com/artifact/org.apache.hbase/hbase-shaded-
client) | 1.2.6 | 2.4.4 | 2017-05-29 | 2021-06-07|
[BEAM-5564](https://issues.apache.org/jira/browse/BEAM-5564)  
[org.apache.hive:hive-
cli](https://mvnrepository.com/artifact/org.apache.hive/hive-cli) | 2.1.0 |
3.1.2 | 2016-06-17 | 2019-08-22|
[BEAM-5566](https://issues.apache.org/jira/browse/BEAM-5566)  
[org.apache.hive:hive-
common](https://mvnrepository.com/artifact/org.apache.hive/hive-common) |
2.1.0 | 3.1.2 | 2016-06-17 | 2019-08-22|
[BEAM-5567](https://issues.apache.org/jira/browse/BEAM-5567)  
[org.apache.hive:hive-
exec](https://mvnrepository.com/artifact/org.apache.hive/hive-exec) | 2.1.0 |
3.1.2 | 2016-06-17 | 2019-08-22|
[BEAM-5568](https://issues.apache.org/jira/browse/BEAM-5568)  
[org.apache.hive.hcatalog:hive-hcatalog-
core](https://mvnrepository.com/artifact/org.apache.hive.hcatalog/hive-
hcatalog-core) | 2.1.0 | 3.1.2 | 2016-06-17 | 2019-08-22|
[BEAM-5569](https://issues.apache.org/jira/browse/BEAM-5569)  
[org.apache.httpcomponents:httpcore](https://mvnrepository.com/artifact/org.apache.httpcomponents/httpcore)
| 4.4.12 | 4.4.14 | 2019-09-01 | 2020-11-26|
[BEAM-8772](https://issues.apache.org/jira/browse/BEAM-8772)  
[org.apache.httpcomponents:httpcore-
nio](https://mvnrepository.com/artifact/org.apache.httpcomponents/httpcore-
nio) | 4.4.12 | 4.4.14 | 2019-09-01 | 2020-11-26|
[BEAM-8773](https://issues.apache.org/jira/browse/BEAM-8773)  
[org.apache.kafka:connect-
api](https://mvnrepository.com/artifact/org.apache.kafka/connect-api) | 2.5.0
| 2.8.0 | 2020-04-08 | 2021-04-14|
[BEAM-12183](https://issues.apache.org/jira/browse/BEAM-12183)  
[org.apache.kafka:connect-
json](https://mvnrepository.com/artifact/org.apache.kafka/connect-json) |
2.5.0 | 2.8.0 | 2020-04-08 | 2021-04-14|
[BEAM-12184](https://issues.apache.org/jira/browse/BEAM-12184)  
[org.apache.kafka:kafka_2.12](https://mvnrepository.com/artifact/org.apache.kafka/kafka_2.12)
| 2.4.1 | 2.8.0 | 2020-03-03 | 2021-04-14|
[BEAM-11976](https://issues.apache.org/jira/browse/BEAM-11976)  
[org.apache.kudu:kudu-
client](https://mvnrepository.com/artifact/org.apache.kudu/kudu-client) |
1.11.1 | 1.15.0 | 2019-11-16 | 2021-06-10|
[BEAM-5575](https://issues.apache.org/jira/browse/BEAM-5575)  
[org.apache.qpid:proton-j](https://mvnrepository.com/artifact/org.apache.qpid/proton-j)
| 0.16.0 | 0.33.8 | 2016-12-08 | 2020-11-13|
[BEAM-5582](https://issues.apache.org/jira/browse/BEAM-5582)  
[org.apache.tika:tika-
core](https://mvnrepository.com/artifact/org.apache.tika/tika-core) | 1.26 |
2.0.0 | None | 2021-07-19|
[BEAM-8925](https://issues.apache.org/jira/browse/BEAM-8925)  
[org.apache.tika:tika-
parsers](https://mvnrepository.com/artifact/org.apache.tika/tika-parsers) |
1.26 | 2.0.0 | None | 2021-07-19|
[BEAM-8926](https://issues.apache.org/jira/browse/BEAM-8926)  
[org.apache.zookeeper:zookeeper](https://mvnrepository.com/artifact/org.apache.zookeeper/zookeeper)
| 3.5.6 | 3.7.0 | 2019-10-08 | 2021-03-17|
[BEAM-8640](https://issues.apache.org/jira/browse/BEAM-8640)  
[org.assertj:assertj-
core](https://mvnrepository.com/artifact/org.assertj/assertj-core) | 3.11.1 |
3.20.2 | 2018-08-28 | 2021-06-20|
[BEAM-8641](https://issues.apache.org/jira/browse/BEAM-8641)  
[org.codehaus.janino:commons-
compiler](https://mvnrepository.com/artifact/org.codehaus.janino/commons-
compiler) | 3.0.11 | 3.1.4 | 2018-11-13 | 2021-05-06|
[BEAM-9591](https://issues.apache.org/jira/browse/BEAM-9591)  
[org.codehaus.janino:janino](https://mvnrepository.com/artifact/org.codehaus.janino/janino)
| 3.0.11 | 3.1.4 | 2018-11-13 | 2021-05-06|
[BEAM-9592](https://issues.apache.org/jira/browse/BEAM-9592)  
[org.eclipse.jetty:jetty-
server](https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-server) |
9.2.10.v20150310 | 11.0.6 | 2015-03-10 | 2021-06-29|
[BEAM-5752](https://issues.apache.org/jira/browse/BEAM-5752)  
[org.eclipse.jetty:jetty-
servlet](https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-servlet) |
9.2.10.v20150310 | 11.0.6 | 2015-03-10 | 2021-06-29|
[BEAM-5753](https://issues.apache.org/jira/browse/BEAM-5753)  
[org.elasticmq:elasticmq-rest-
sqs_2.12](https://mvnrepository.com/artifact/org.elasticmq/elasticmq-rest-
sqs_2.12) | 0.15.6 | 1.1.1 | 2020-04-08 | 2021-06-01|
[BEAM-8643](https://issues.apache.org/jira/browse/BEAM-8643)  
[org.elasticsearch.client:elasticsearch-rest-
client](https://mvnrepository.com/artifact/org.elasticsearch.client/elasticsearch-
rest-client) | 7.9.2 | 7.13.3 | 2020-09-23 | 2021-07-06|
[BEAM-6091](https://issues.apache.org/jira/browse/BEAM-6091)  
[org.elasticsearch.plugin:transport-
netty4-client](https://mvnrepository.com/artifact/org.elasticsearch.plugin/transport-
netty4-client) | 7.9.2 | 7.13.3 | 2020-09-23 | 2021-07-06|
[BEAM-6093](https://issues.apache.org/jira/browse/BEAM-6093)  
[org.elasticsearch.test:framework](https://mvnrepository.com/artifact/org.elasticsearch.test/framework)
| 7.9.2 | 7.13.3 | 2020-09-23 | 2021-07-06|
[BEAM-6092](https://issues.apache.org/jira/browse/BEAM-6092)  
[org.jetbrains:annotations](https://mvnrepository.com/artifact/org.jetbrains/annotations)
| 13.0 | 21.0.1 | 2013-12-17 | 2021-05-25|
[BEAM-11683](https://issues.apache.org/jira/browse/BEAM-11683)  
[org.jetbrains.kotlin:kotlin-scripting-compiler-
embeddable](https://mvnrepository.com/artifact/org.jetbrains.kotlin/kotlin-
scripting-compiler-embeddable) | 1.3.72 | 1.5.21 | 2020-04-14 | 2021-07-13|
[BEAM-9594](https://issues.apache.org/jira/browse/BEAM-9594)  
[org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin](https://mvnrepository.com/artifact/org.jetbrains.kotlin.jvm/org.jetbrains.kotlin.jvm.gradle.plugin)
| 1.3.72 | 1.5.21 | 2020-06-29 | 2021-07-19|
[BEAM-10362](https://issues.apache.org/jira/browse/BEAM-10362)  
[org.json:json](https://mvnrepository.com/artifact/org.json/json) | 20201115 |
20210307 | 2020-11-15 | 2021-03-08|
[BEAM-12520](https://issues.apache.org/jira/browse/BEAM-12520)  
[org.mockito:mockito-
core](https://mvnrepository.com/artifact/org.mockito/mockito-core) | 3.7.7 |
3.11.2 | 2021-01-16 | 2021-06-21|
[BEAM-9369](https://issues.apache.org/jira/browse/BEAM-9369)  
[org.mortbay.jetty:jetty-
util](https://mvnrepository.com/artifact/org.mortbay.jetty/jetty-util) |
6.1.26 | 7.0.0.pre5 | 2010-11-10 | 2008-10-30|
[BEAM-11685](https://issues.apache.org/jira/browse/BEAM-11685)  
[org.slf4j:slf4j-log4j12](https://mvnrepository.com/artifact/org.slf4j/slf4j-log4j12)
| 1.7.30 | 2.0.0-alpha2 | 2019-12-16 | 2021-07-02|
[BEAM-10365](https://issues.apache.org/jira/browse/BEAM-10365)  
[org.slf4j:slf4j-simple](https://mvnrepository.com/artifact/org.slf4j/slf4j-simple)
| 1.7.9 | 2.0.0-alpha2 | 2014-12-16 | 2021-07-02|
[BEAM-8724](https://issues.apache.org/jira/browse/BEAM-8724)  
[org.sonarqube:org.sonarqube.gradle.plugin](https://mvnrepository.com/artifact/org.sonarqube/org.sonarqube.gradle.plugin)
| 3.0 | 3.3 | 2020-06-29 | 2021-06-14|
[BEAM-10367](https://issues.apache.org/jira/browse/BEAM-10367)  
[sqlline:sqlline](https://mvnrepository.com/artifact/sqlline/sqlline) | 1.4.0
| 1.11.0 | 2018-05-31 | 2021-02-23|
[BEAM-6901](https://issues.apache.org/jira/browse/BEAM-6901)  
[Gradle:](https://mvnrepository.com/artifact/Gradle/) | 6.8.3 | 7.1.1 |
2021-03-01 | 2021-07-05|
[BEAM-8002](https://issues.apache.org/jira/browse/BEAM-8002)  
  
####  A dependency update is high priority if it satisfies one of following
criteria:

  * It has major versions update available, e.g. org.assertj:assertj-core 2.5.0 -> 3.10.0; 

  * It is over 3 minor versions behind the latest version, e.g. org.tukaani:xz 1.5 -> 1.8; 

  * The current version is behind the later version for over 180 days, e.g. com.google.auto.service:auto-service 2014-10-24 -> 2017-12-11. 

####  In Beam, we make a best-effort attempt at keeping all dependencies up-
to-date. In the future, issues will be filed and tracked for these
automatically, but in the meantime you can search for existing issues or open
a new one.

####  For more information: [ Beam Dependency Guide
](https://beam.apache.org/contribute/dependencies/)