Skip to content

Bump com.github.searls:jasmine-maven-plugin from 1.3.1.4 to 1.3.1.6#820

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/com.github.searls-jasmine-maven-plugin-1.3.1.6
Open

Bump com.github.searls:jasmine-maven-plugin from 1.3.1.4 to 1.3.1.6#820
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/com.github.searls-jasmine-maven-plugin-1.3.1.6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 13, 2026

Bumps com.github.searls:jasmine-maven-plugin from 1.3.1.4 to 1.3.1.6.

Release notes

Sourced from com.github.searls:jasmine-maven-plugin's releases.

Jasmine Maven Plugin 1.3.1.6

  • Upgraded Selenium version to 2.45.
  • Execution time is written to the test report if available. See #271

Jasmine Maven Plugin 1.3.1.5

  • Support for referencing scripts from webjars or on the classpath via the preloadSources parameter. See #221.
  • Support for adding additional contexts so that scripts can be loaded from locations other than source and spec directories. See example configuration here and an example project here.
  • Made a small change to the webDriverCapabilities to allow usage of maven's implementation hints so capability values can be objects other than Strings. This does not work on map entry values but it does work on items in a list. For example:
<webDriverCapabilities>
  <capability>
    <name>this-is-a-string-cabability</name>
    <value>a-string</value>
  </capability>
  <capability>
    <name>this-is-a-boolean-capability</name>
    <value implementation="java.lang.Boolean">true</value>
  </capability>
  <capability>
    <name>phantomjs.cli.args</name>
    <list>
      <value implementation="java.lang.Integer">10</value> <!-- works in list elements -->
      <value>this-is-a-string</value>
    </list>
  </capability>
</webDriverCapabilities>

The release should be over in maven central soon. Check it out.

Commits
  • 94c3e9b [maven-release-plugin] prepare release jasmine-maven-plugin-1.3.1.6
  • 1fe60c9 update selenium to 2.45; closes #268
  • f5ef3c1 Write time to test case report if available
  • 260915e fixing integration test for remote runner
  • e38a2da fixing feature test
  • 84c27a6 allow slash in front of context root in config; fixes #240
  • 3409a24 fixing a typo
  • a64e677 another documentation change
  • d2b163b fixing pmd warnings
  • e3406f4 adding pmd and a "quick" profile
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
com.github.searls:jasmine-maven-plugin [>= 2.a0, < 3]

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 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)

Bumps [com.github.searls:jasmine-maven-plugin](https://github.com/searls/jasmine-maven-plugin) from 1.3.1.4 to 1.3.1.6.
- [Release notes](https://github.com/searls/jasmine-maven-plugin/releases)
- [Commits](searls/jasmine-maven-plugin@jasmine-maven-plugin-1.3.1.4...jasmine-maven-plugin-1.3.1.6)

---
updated-dependencies:
- dependency-name: com.github.searls:jasmine-maven-plugin
  dependency-version: 1.3.1.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Apr 13, 2026
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 java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants