This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/struts-examples.git
The following commit(s) were added to refs/heads/main by this push:
new ad22072 Build(deps-dev): Bump com.jayway.jsonpath:json-path in
/rest-angular (#509)
ad22072 is described below
commit ad22072c4dc36ce7706ce9b913acae29e4b377ac
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 17 10:14:31 2026 +0200
Build(deps-dev): Bump com.jayway.jsonpath:json-path in /rest-angular (#509)
Bumps [com.jayway.jsonpath:json-path](https://github.com/jayway/JsonPath)
from 2.7.0 to 2.9.0.
- [Release notes](https://github.com/jayway/JsonPath/releases)
-
[Changelog](https://github.com/json-path/JsonPath/blob/master/changelog.md)
-
[Commits](https://github.com/jayway/JsonPath/compare/json-path-2.7.0...json-path-2.9.0)
---
updated-dependencies:
- dependency-name: com.jayway.jsonpath:json-path
dependency-version: 2.9.0
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
rest-angular/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rest-angular/pom.xml b/rest-angular/pom.xml
index 71f1dc6..5b27563 100644
--- a/rest-angular/pom.xml
+++ b/rest-angular/pom.xml
@@ -105,7 +105,7 @@
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
- <version>2.7.0</version>
+ <version>2.9.0</version>
<scope>test</scope>
</dependency>