This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/org.codehaus.woodstox-stax2-api-4.2.2
in repository https://gitbox.apache.org/repos/asf/maven.git
discard be57336294 Bump org.codehaus.woodstox:stax2-api from 4.2.1 to 4.2.2
add 768ebbc263 [MNG-7758] Report dependency problems for all repository
(#1563)
add e0eb6697f4 Bump com.google.guava:guava from 33.2.0-jre to 33.2.1-jre
add 56cfb7fa46 Bump net.bytebuddy:byte-buddy from 1.14.15 to 1.14.17
add df94ee0d2c Remove hardcoded references to woodstox stax implementation
add c3f1cd6f76 [MNG-8160] Recreate the transformed artifact if it has been
deleted (by the clean goal for example) (#1587)
add 60ff077409 Bump org.jline:jline from 3.26.1 to 3.26.2 (#1588)
add 5b4e17736b [MNG-8164] Session#collectDependencies(Project) does not
obey exclusions (#1591)
add 57fd0dc69b [MNG-7194] Test missing property evaluation (#1573)
add fb239d7903 Bump com.fasterxml.woodstox:woodstox-core from 6.6.2 to
7.0.0 (#1590)
add 2322ab4060 Bump org.junit:junit-bom from 5.10.2 to 5.10.3 (#1592)
add 24f3e37881 Bump org.codehaus.woodstox:stax2-api from 4.2.1 to 4.2.2
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 (be57336294)
\
N -- N -- N
refs/heads/dependabot/maven/org.codehaus.woodstox-stax2-api-4.2.2 (24f3e37881)
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:
.../maven/internal/impl/AbstractSession.java | 9 +++++-
.../internal/impl/model/DefaultRootLocator.java | 4 +--
.../transformation/impl/TransformedArtifact.java | 2 +-
.../maven/plugin/PluginResolutionException.java | 15 ++++++++++
.../DefaultPluginDependenciesResolver.java | 12 +++++---
.../DefaultProjectDependenciesResolver.java | 8 +++--
.../project/DependencyResolutionException.java | 34 ++++++++++++++++++++++
.../maven/project/ExtensionDescriptorBuilder.java | 4 +--
.../PluginParameterExpressionEvaluatorTest.java | 30 +++++++++++++++++++
.../internal/BootstrapCoreExtensionManager.java | 4 +--
.../apache/maven/model/io/DefaultModelReader.java | 4 +--
.../maven/model/root/DefaultRootLocator.java | 5 ++--
.../plugin/descriptor/PluginDescriptorBuilder.java | 14 ++++-----
.../artifact/repository/metadata/MetadataTest.java | 8 -----
.../maven/internal/xml/XmlNodeStaxBuilder.java | 6 ++--
.../maven/internal/xml/XmlNodeBuilderTest.java | 4 +--
pom.xml | 10 +++----
src/mdo/reader-stax.vm | 4 +--
src/mdo/reader.vm | 6 ++--
19 files changed, 133 insertions(+), 50 deletions(-)