Skip to content

Commit

Permalink
jquery update (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
bischoffdev authored Oct 19, 2022
1 parent e39ff56 commit 1bd4fbb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

Back to [Readme](README.md).

## [2.9.4] - 2022-10-19

### Changed
* Using new JQuery because of appsec vulnerability (#294)

## [2.9.3] - 2022-09-29

### Added
Expand Down Expand Up @@ -660,6 +665,7 @@ steps with status `pending` or `undefined` (default value is `false`) (#74)

Initial project version on GitHub and Maven Central.

[2.9.4]: https://github.com/trivago/cluecumber-report-plugin/tree/2.9.4
[2.9.3]: https://github.com/trivago/cluecumber-report-plugin/tree/2.9.3
[2.9.2]: https://github.com/trivago/cluecumber-report-plugin/tree/2.9.2
[2.9.1]: https://github.com/trivago/cluecumber-report-plugin/tree/2.9.1
Expand Down
2 changes: 1 addition & 1 deletion example-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>blog.softwaretester</groupId>
<artifactId>cluecumber-test-project</artifactId>
<version>2.9.3</version>
<version>2.9.4</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion plugin-code/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.trivago.rta</groupId>
<artifactId>cluecumber-report-plugin</artifactId>
<version>2.9.3</version>
<version>2.9.4</version>
<url>https://github.com/trivago/cluecumber-report-plugin</url>

<name>Cluecumber Maven Plugin for Cucumber Reports</name>
Expand Down
4 changes: 2 additions & 2 deletions plugin-code/src/main/resources/template/js/jquery.min.js

Large diffs are not rendered by default.

0 comments on commit 1bd4fbb

Please sign in to comment.