This is an automated email from the ASF dual-hosted git repository. sebastian-nagel pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nutch.git
commit f75c4b8e16a4d9b3321c46bbe13a9a9dfe3f51a2 Merge: 3f6192bf7 6fc4e0aaf Author: Sebastian Nagel <[email protected]> AuthorDate: Tue Jun 30 09:06:27 2026 +0200 Merge pull request #937 from sebastian-nagel/NUTCH-3189-core-dependency-upgrades NUTCH-3189 Upgrade core dependencies .github/workflows/master-build.yml | 6 +- LICENSE-binary | 97 +++++++--------- NOTICE-binary | 227 +++++++++++++++---------------------- build.xml | 5 +- default.properties | 2 +- ivy/ivy.xml | 47 ++++---- src/plugin/lib-xml/ivy.xml | 6 +- src/plugin/protocol-ftp/ivy.xml | 2 +- 8 files changed, 162 insertions(+), 230 deletions(-) diff --cc default.properties index 20d68c513,6c47e05d4..d4b8f8062 --- a/default.properties +++ b/default.properties @@@ -44,11 -44,8 +44,11 @@@ test.build.javadoc = ${test.build.dir}/ test.failfast = false # JaCoCo code coverage - jacoco.version=0.8.12 + jacoco.version=0.8.15 +# Forbidden APIs +forbiddenapis.version=3.10 + # Apache Hadoop client libraries (Ivy rev for hadoop-common, hadoop-hdfs, mapreduce artifacts) hadoop.version=3.5.0
