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 nl.hsac:hsac-fitnesse-fixtures from 5.3.11 to 5.3.13 #123

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 27, 2024

Bumps nl.hsac:hsac-fitnesse-fixtures from 5.3.11 to 5.3.13.

Release notes

Sourced from nl.hsac:hsac-fitnesse-fixtures's releases.

5.3.13

Release 5.3.13 of the project contains FitNesse 20240219 and Selenium 4.20.0.

To get started by running some sample tests (if you have a Java runtime installed): just download the standalone.zip, extract it and run it (using 'java -jar fitnesse-standalone.jar -p 9090', or on Windows just double clicking the jar to run the application on port 80 instead of 9090) from the directory where the 'standalone.zip' was extracted and open a browser to http://localhost:9090/HsacExamples.

Please note: please extract the zip to a location without spaces in its own name or in the names of its parents.

How to create your own test project using this FitNesse setup, see https://github.com/fhoeben/hsac-fitnesse-fixtures#to-create-your-own-test-project and https://github.com/fhoeben/hsac-fitnesse-fixtures/wiki/Installation-Guide

To incorporate the fixtures in an existing FitNesse project you can also get it from Maven Central

        <dependency>
            <groupId>nl.hsac</groupId>
            <artifactId>hsac-fitnesse-fixtures</artifactId>
            <version>5.3.13</version>
        </dependency>

An example of Maven based project using this baseline can be found at: https://github.com/fhoeben/sample-fitnesse-project.

When upgrading from an older version, ensure all Selenium webdrivers are stopped and delete the 'wiki/plugins' and 'wiki/webdrivers' folders to remove old versions of the packaged plugins/webdrivers. When using the sample project: follow the instructions at https://github.com/fhoeben/sample-fitnesse-project#upgrading.

New in 5.3.13

  • Praegus toolchain plugin 2.0.18

New in 5.3.12

  • Selenium 4.20.0
  • Edgedriver 124.0.2476.0
  • Chromedriver 124.0.6367.91

New in 5.3.11

  • FitNesse 20240219

New in 5.3.10

  • Support for dynamic on-demand download of Selenium web drivers in 'selenium driver setup', by using start managed driver for <chrome|edge|firefox>
  • The '-standalone.zip' artifact of this project no longer includes Selenium web drivers, assuming those will be downloaded by using the managed one. There is a separate package '-standalone-with-webdrivers.zip' that does include Chrome, Edge and Firefox webdrivers for Windows and Mac.

New in 5.3.9

  • Selenium 4.17.0
  • Fixed wait for startup in docker chrome image

New in 5.3.8

  • ChromeDriver 121.0.6167.85
  • EdgeDriver 121.0.2277.83

New in 5.3.7

  • Updated BrowserTest examples to use practicesoftwaretesting.com instead of allmusic.com
  • Geckodriver 0.34
  • Updated fixture-doc-generator to 2.0

... (truncated)

Commits
  • 5ca5447 Prepare for release
  • 29271c8 Bump nl.praegus:toolchain-fitnesse-plugin from 2.0.17 to 2.0.18 (#644)
  • 84be74a Bump org.slf4j:jcl-over-slf4j from 2.0.12 to 2.0.13 (#646)
  • 03b751d Bump nl.hsac:hsac-fitnesse-fixtures from 5.3.11 to 5.3.12 in /docker (#647)
  • 4119958 Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.1 (#643)
  • 0f2a222 Bump commons-codec:commons-codec from 1.16.1 to 1.17.0 (#642)
  • 0803fca Bump commons-io:commons-io from 2.15.1 to 2.16.1 (#641)
  • 0a0c473 Bump org.apache.commons:commons-text from 1.11.0 to 1.12.0 (#639)
  • b873a7a Bump nl.hsac:hsac-fitnesse-plugin from 1.32.10 to 1.32.11 (#638)
  • dc01232 Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 (#640)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 27, 2024
Bumps [nl.hsac:hsac-fitnesse-fixtures](https://github.com/fhoeben/hsac-fitnesse-fixtures) from 5.3.11 to 5.3.13.
- [Release notes](https://github.com/fhoeben/hsac-fitnesse-fixtures/releases)
- [Changelog](https://github.com/fhoeben/hsac-fitnesse-fixtures/blob/main/changelog.md)
- [Commits](fhoeben/hsac-fitnesse-fixtures@5.3.11...5.3.13)

---
updated-dependencies:
- dependency-name: nl.hsac:hsac-fitnesse-fixtures
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/nl.hsac-hsac-fitnesse-fixtures-5.3.13 branch from ca0100a to d8f439a Compare June 17, 2024 21:39
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 15, 2024

Superseded by #129.

@dependabot dependabot bot closed this Jul 15, 2024
@dependabot dependabot bot deleted the dependabot/maven/nl.hsac-hsac-fitnesse-fixtures-5.3.13 branch July 15, 2024 21:58
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.

None yet

0 participants