This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.apache.shiro-shiro-web-1.12.0 in repository https://gitbox.apache.org/repos/asf/zeppelin.git
omit a7c4b511ca Bump org.apache.shiro:shiro-web from 1.10.0 to 1.12.0 add 319dee60c4 fixed minor formatting issues preventing the full build (#4620) add b5a860833b Install holoview 1.16, 1.17 drops python 3.7 support see https://github.com/holoviz/holoviews/pull/5695 (#4638) add 2601e91415 Execute checkstyle during default build (#4637) add 12c76a74b9 [ZEPPELIN-5207] Build with JDK 11 in CI (#4497) new d8a2e76f0c Bump org.apache.shiro:shiro-web from 1.10.0 to 1.12.0 This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (a7c4b511ca) \ N -- N -- N refs/heads/dependabot/maven/org.apache.shiro-shiro-web-1.12.0 (d8a2e76f0c) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .github/workflows/core.yml | 57 +++-- .github/workflows/frontend.yml | 12 +- .github/workflows/quick.yml | 8 +- .gitignore | 3 + .../cassandra/CassandraInterpreterTest.java | 6 +- flink/flink-scala-parent/pom.xml | 5 + flink/flink1.13-shims/pom.xml | 4 +- flink/flink1.14-shims/pom.xml | 4 +- flink/flink1.15-shims/pom.xml | 2 +- flink/flink1.16-shims/pom.xml | 2 +- spark/interpreter/pom.xml | 7 + spark/spark-scala-parent/pom.xml | 1 + testing/env_python_3.7_with_R.yml | 1 + testing/env_python_3.8_with_R.yml | 1 + testing/env_python_3_with_R.yml | 1 + testing/env_python_3_with_R_and_tensorflow.yml | 1 + testing/env_python_3_with_flink_112.yml | 1 + testing/env_python_3_with_flink_113.yml | 1 + testing/env_python_3_with_flink_114.yml | 1 + testing/env_python_3_with_flink_115.yml | 1 + testing/env_python_3_with_flink_116.yml | 1 + zeppelin-display/pom.xml | 7 + .../launcher/ClusterInterpreterLauncher.java | 2 +- .../launcher/DockerInterpreterProcess.java | 3 +- .../launcher/DockerInterpreterProcessTest.java | 31 +-- zeppelin-plugins/notebookrepo/s3/pom.xml | 19 +- .../launcher/SparkInterpreterLauncherTest.java | 251 +++++++++++---------- 27 files changed, 257 insertions(+), 176 deletions(-)