Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump com.saucelabs:saucerest from 2.4.0 to 2.5.3 #173

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 23, 2024

Bumps com.saucelabs:saucerest from 2.4.0 to 2.5.3.

Release notes

Sourced from com.saucelabs:saucerest's releases.

2.5.3

<dependencies>
  <dependency>
    <groupId>com.saucelabs</groupId>
    <artifactId>saucerest</artifactId>
    <version>2.5.3</version>
  </dependency>
</dependencies>

Changelog

  • 5f7998e - Migrate to Failsafe 3
  • 70b8d22 - Bump org.seleniumhq.selenium:selenium-java from 4.22.0 to 4.23.0
  • c3e336c - Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.16.0
  • 4c1b9f5 - Bump me.fabriciorby:maven-surefire-junit5-tree-reporter
  • b35c646 - Bump org.apache.maven.plugins:maven-release-plugin from 3.1.0 to 3.1.1
  • b236563 - Retrying whole step if something fails.
  • 1bb1a34 - Rerunning failed tests
  • b228dc3 - Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.3.1
  • ea25cff - Fixing assertion on storage test
  • a0df3b3 - Bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.10.3
  • c333842 - Bump org.junit:junit-bom from 5.10.2 to 5.10.3
  • b75b157 - Bump org.seleniumhq.selenium:selenium-java from 4.21.0 to 4.22.0
  • e7df489 - Bump org.junit.jupiter:junit-jupiter-engine from 5.10.2 to 5.10.3
  • 39da583 - Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.1 to 3.4.2
  • 4c33740 - Bump org.apache.maven.plugins:maven-release-plugin from 3.0.1 to 3.1.0
  • b02c9c5 - Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.0
  • 928f58c - Fix failures in integration tests
  • de9d22d - Migrate from Moshi/org.json to Gson
  • ab846c7 - Delombok (#531)

2.5.1

<dependencies>
  <dependency>
    <groupId>com.saucelabs</groupId>
    <artifactId>saucerest</artifactId>
    <version>2.5.1</version>
  </dependency>
</dependencies>

Changelog

  • 9dbaa2f - Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0
  • 93c1e33 - Fix parsing of response with Tunnels Information
  • 656d8d3 - Improving JavaDocs and format
  • c281a8c - Changing how the Appium log is retrieved.
  • c2ddac8 - Bump io.appium:java-client from 9.2.2 to 9.2.3 (#525)
  • f6de506 - Bump org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to 1.7.0 (#524)

2.5.0

... (truncated)

Commits
  • 5f7998e Migrate to Failsafe 3
  • 70b8d22 Bump org.seleniumhq.selenium:selenium-java from 4.22.0 to 4.23.0
  • c3e336c Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.16.0
  • 4c1b9f5 Bump me.fabriciorby:maven-surefire-junit5-tree-reporter
  • b35c646 Bump org.apache.maven.plugins:maven-release-plugin from 3.1.0 to 3.1.1
  • b236563 Retrying whole step if something fails.
  • 1bb1a34 Rerunning failed tests
  • b228dc3 Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.3.1
  • ea25cff Fixing assertion on storage test
  • a0df3b3 Bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.10.3
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 [com.saucelabs:saucerest](https://github.com/saucelabs/saucerest-java) from 2.4.0 to 2.5.3.
- [Release notes](https://github.com/saucelabs/saucerest-java/releases)
- [Commits](saucelabs/saucerest-java@2.4.0...2.5.3)

---
updated-dependencies:
- dependency-name: com.saucelabs:saucerest
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 23, 2024
@alexh-sauce
Copy link
Contributor

More integration work is needed and will be done in #201

@alexh-sauce alexh-sauce closed this Nov 5, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 5, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/maven/com.saucelabs-saucerest-2.5.3 branch November 5, 2024 17:22
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.

1 participant