Skip to content

Bump org.apache.maven.scm:maven-scm-provider-gitexe from 1.9.4 to 2.2.1#18

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/org.apache.maven.scm-maven-scm-provider-gitexe-2.2.1
Open

Bump org.apache.maven.scm:maven-scm-provider-gitexe from 1.9.4 to 2.2.1#18
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/org.apache.maven.scm-maven-scm-provider-gitexe-2.2.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 4, 2026

Copy link
Copy Markdown
Contributor

Bumps org.apache.maven.scm:maven-scm-provider-gitexe from 1.9.4 to 2.2.1.

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps org.apache.maven.scm:maven-scm-provider-gitexe from 1.9.4 to 2.2.1.

---
updated-dependencies:
- dependency-name: org.apache.maven.scm:maven-scm-provider-gitexe
  dependency-version: 2.2.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 4, 2026
@testingbot-pr-checks

testingbot-pr-checks Bot commented Jul 7, 2026

Copy link
Copy Markdown

TestingBot test results

3 of 5 tests failed on TestingBot

✅ 2 passed · ❌ 3 failed | ⏱ 0:44

View full build on TestingBot

Environment Result Session
Chrome 149, macOS Sonoma ❌ Failed view
Safari 17, macOS Sonoma ❌ Failed view
Firefox 152, Windows 10 ❌ Failed view
Edge 149, Windows 11 ✅ Passed
Chrome 149, Windows 10 ✅ Passed

🤖 Why these failed (AI analysis)

Chrome 149, macOS Sonomaassertion_failed · test_script · medium confidence
The test named "Login" navigated to https://testingbot.com/, retrieved the page title successfully, but then the test session was immediately deleted (command #3) before any assertion on the checkout button could be evaluated. The test failed with "AssertionError: expected checkout button to be visible" after only 1 second, suggesting the test terminated prematurely or the assertion was never reached.
Likely cause: The test session was deleted immediately after the title check (command #3 is a DELETE session command), before the test script could locate or assert visibility of the checkout button. Either the test script terminated early, the session was closed before completion, or there is a logic error in the test flow that deletes the session prematurely.

Safari 17, macOS Sonomaassertion_failed · test_script · high confidence
The test "Cart totals" opened a browser session to TestingBot's homepage and then immediately deleted the session without executing any test logic. The assertion that a checkout button should be visible never ran because the session was terminated before any navigation to a cart page or element inspection occurred.
Likely cause: The test script is incomplete or malformed. It creates a session, navigates to the homepage, retrieves the page title, and then immediately deletes the session without performing the intended cart/checkout validation steps.

Firefox 152, Windows 10assertion_failed · test_script · high confidence
The test "Search results" navigated to testingbot.com and then immediately deleted the WebDriver session without executing any search or assertion steps. The test failed with "AssertionError: expected checkout button to be visible" because the assertion was never reached—the session was terminated before the test logic could run.
Likely cause: The test script ended the WebDriver session (DELETE command at #3) prematurely, before performing the intended search and visibility assertion. The session lifetime was only ~3 seconds, and only three commands executed: session creation, navigation, and immediate teardown.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants