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 950418e Build(deps-dev): Bump com.jayway.jsonpath:json-path from
2.9.0 to 3.0.0 (#510)
950418e is described below
commit 950418eee329645a3d348d3519ced59fa486cc10
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 17 10:19:24 2026 +0200
Build(deps-dev): Bump com.jayway.jsonpath:json-path from 2.9.0 to 3.0.0
(#510)
Bumps [com.jayway.jsonpath:json-path](https://github.com/jayway/JsonPath)
from 2.9.0 to 3.0.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.9.0...json-path-3.0.0)
---
updated-dependencies:
- dependency-name: com.jayway.jsonpath:json-path
dependency-version: 2.10.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
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 5b27563..27fd03b 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.9.0</version>
+ <version>3.0.0</version>
<scope>test</scope>
</dependency>