This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/master/com.google.guava-guava-23.0
in repository https://gitbox.apache.org/repos/asf/archiva.git
discard 2aed425a2 Bump guava from 20.0 to 23.0
add f2e32d366 [MRM-2047] upgrade netty due to CVEs (#102)
add 7d09fb741 update release note for 2.2.8
add a1762710c fix bad merge
add 2b3313668 MRM-2051: upgrade dom4j due to cves (#106)
add 7b8dbaff5 move version properties in child or it is complicated to
sync and prevent dependabot working
add f7feee19f add upperbounds enforcer rule
add 3a15b7472 xml bind version upgrade
add 32fb65f14 use maven_3.8.5
add d1105c13e because ehcache use some range version...
add 235196f47 cleanup old comments
add f150f4204 fix upperbound and jdk 11 build
add a5489a389 debug this build failure
add 24963fd0c not needed anymore
add dd1461057 spring 5.3.20
add 74cdcfc8a rat ignore .gitattributes
add 92a611825 fix upper bound
add 215b7719f fix upperbound
add 4e15d4fd6 [MRM-2031] Switch to jdk 11
add 92c0a5a84 bump spring 5.3.22
add 30273c43c no more dependabot for branch 2.x
add 5257d557f Bump guava from 20.0 to 23.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 (2aed425a2)
\
N -- N -- N
refs/heads/dependabot/maven/master/com.google.guava-guava-23.0 (5257d557f)
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.
No new revisions were added by this update.
Summary of changes:
.github/dependabot.yml | 14 ---
.github/workflows/maven.yml | 2 +-
Jenkinsfile | 16 ++-
archiva-docs/src/site/apt/release-notes.apt.vm | 139 ++++++++++++++++++++-
.../archiva-base/archiva-checksum/pom.xml | 36 +++---
.../java/org/apache/archiva/checksum/Checksum.java | 11 +-
.../main/java/org/apache/archiva/checksum/Hex.java | 55 --------
.../archiva-consumer-archetype/pom.xml | 1 -
.../archiva-core-consumers/pom.xml | 23 +---
.../archiva-base/archiva-policies/pom.xml | 36 ++----
archiva-modules/archiva-base/archiva-proxy/pom.xml | 23 +---
.../archiva-repository-admin-api/pom.xml | 4 +
.../archiva-xml-tools-1.0-SNAPSHOT.pom | 4 +-
.../archiva-base/archiva-transaction/pom.xml | 32 ++---
.../archiva-maven/archiva-maven-proxy/pom.xml | 25 +---
.../archiva-maven/archiva-maven-repository/pom.xml | 24 ----
.../Maven2RepositoryMetadataResolverTest.java | 6 +-
.../archiva-xml-tools-1.0-SNAPSHOT.pom | 4 +-
.../apache/archiva/archiva/1.2.1/archiva-1.2.1.pom | 4 +-
.../archiva-rest/archiva-rest-api/pom.xml | 53 +++-----
.../archiva-rest/archiva-rest-services/pom.xml | 11 ++
.../archiva-web/archiva-web-common/pom.xml | 28 +----
archiva-modules/archiva-web/archiva-webapp/pom.xml | 5 -
archiva-modules/archiva-web/archiva-webdav/pom.xml | 2 -
archiva-modules/metadata/metadata-model/pom.xml | 4 +
.../archiva-common/1.2.1/archiva-common-1.2.1.pom | 4 +-
.../apache/archiva/archiva/1.2.1/archiva-1.2.1.pom | 4 +-
.../apache/archiva/archiva/1.2.2/archiva-1.2.2.pom | 4 +-
.../plexus/plexus-spring/1.2/plexus-spring-1.2.pom | 4 +-
archiva-modules/plugins/problem-reports/pom.xml | 27 +---
pom.xml | 136 +++++++++++++++++---
31 files changed, 386 insertions(+), 355 deletions(-)
delete mode 100644
archiva-modules/archiva-base/archiva-checksum/src/main/java/org/apache/archiva/checksum/Hex.java