Skip to content

Commit

Permalink
feat: json-path 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Sep 17, 2021
1 parent 62797e5 commit 90a0dcc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ Changelog of Generic Webhook Plugin.
## Unreleased
### No issue

**feat: plugin-parent 4.25 and jenkins 2.222.4**


[62797e5f3c9ed4a](https://github.com/jenkinsci/generic-webhook-trigger-plugin/commit/62797e5f3c9ed4a) Tomas Bjerre *2021-09-17 12:36:16*

**Update issue templates**


Expand Down
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,12 @@ Changelog of Generic Webhook Plugin.
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<version>2.3.0</version>
<version>2.6.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.30</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand Down

0 comments on commit 90a0dcc

Please sign in to comment.