This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/maven/org.junit-junit-bom-5.13.2
in repository https://gitbox.apache.org/repos/asf/maven.git


 discard 29b6af2f27 Bump org.junit:junit-bom from 5.13.1 to 5.13.2
     add 1a681ece04 Add quotes in the command-line arguments formatted by 
`JavaPathType` (#2505)
     add a299c86c45 Update Maven version to 4.1.0-SNAPSHOT (#2508)
     add d5dc20570e Fix build by updating the hard coded version (see #2531)
     add 66a37b3a1c Fix ITs
     add d79937ea4d Bump org.junit:junit-bom from 5.13.1 to 5.13.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   (29b6af2f27)
            \
             N -- N -- N   
refs/heads/dependabot/maven/org.junit-junit-bom-5.13.2 (d79937ea4d)

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:
 apache-maven/pom.xml                               |  2 +-
 api/maven-api-annotations/pom.xml                  |  2 +-
 api/maven-api-cli/pom.xml                          |  2 +-
 api/maven-api-core/pom.xml                         |  2 +-
 .../main/java/org/apache/maven/api/Artifact.java   | 12 ++--
 .../org/apache/maven/api/ArtifactCoordinates.java  |  8 +--
 .../main/java/org/apache/maven/api/Dependency.java |  6 +-
 .../org/apache/maven/api/DownloadedArtifact.java   |  2 +-
 .../java/org/apache/maven/api/JavaPathType.java    |  4 +-
 .../main/java/org/apache/maven/api/SourceRoot.java |  5 +-
 .../org/apache/maven/api/JavaPathTypeTest.java     | 68 ++++++++++++++++++++++
 api/maven-api-di/pom.xml                           |  2 +-
 api/maven-api-metadata/pom.xml                     |  2 +-
 api/maven-api-model/pom.xml                        |  2 +-
 api/maven-api-plugin/pom.xml                       |  2 +-
 api/maven-api-settings/pom.xml                     |  2 +-
 api/maven-api-spi/pom.xml                          |  2 +-
 api/maven-api-toolchain/pom.xml                    |  2 +-
 api/maven-api-xml/pom.xml                          |  2 +-
 api/pom.xml                                        |  2 +-
 compat/maven-artifact/pom.xml                      |  2 +-
 compat/maven-builder-support/pom.xml               |  2 +-
 compat/maven-compat/pom.xml                        |  2 +-
 compat/maven-embedder/pom.xml                      |  2 +-
 compat/maven-model-builder/pom.xml                 |  2 +-
 compat/maven-model/pom.xml                         |  2 +-
 compat/maven-plugin-api/pom.xml                    |  2 +-
 compat/maven-repository-metadata/pom.xml           |  2 +-
 compat/maven-resolver-provider/pom.xml             |  2 +-
 compat/maven-settings-builder/pom.xml              |  2 +-
 compat/maven-settings/pom.xml                      |  2 +-
 compat/maven-toolchain-builder/pom.xml             |  2 +-
 compat/maven-toolchain-model/pom.xml               |  2 +-
 compat/pom.xml                                     |  2 +-
 impl/maven-cli/pom.xml                             |  2 +-
 impl/maven-core/pom.xml                            |  2 +-
 impl/maven-di/pom.xml                              |  2 +-
 impl/maven-executor/pom.xml                        |  2 +-
 impl/maven-impl/pom.xml                            |  2 +-
 impl/maven-jline/pom.xml                           |  2 +-
 impl/maven-logging/pom.xml                         |  2 +-
 impl/maven-support/pom.xml                         |  2 +-
 impl/maven-testing/pom.xml                         |  2 +-
 impl/maven-xml/pom.xml                             |  2 +-
 impl/pom.xml                                       |  2 +-
 its/core-it-suite/pom.xml                          |  2 +-
 .../it/MavenITmng3991ValidDependencyScopeTest.java |  3 +-
 .../src/test/resources/mng-8648/extension/pom.xml  |  2 +-
 its/core-it-support/pom.xml                        |  2 +-
 its/pom.xml                                        |  4 +-
 pom.xml                                            |  4 +-
 51 files changed, 133 insertions(+), 65 deletions(-)
 create mode 100644 
api/maven-api-core/src/test/java/org/apache/maven/api/JavaPathTypeTest.java

Reply via email to