Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump com.jayway.jsonpath:json-path from 2.2.0 to 2.9.0 in /statistics-service #77

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump com.jayway.jsonpath:json-path in /statistics-service
Bumps [com.jayway.jsonpath:json-path](https://github.com/jayway/JsonPath) from 2.2.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](json-path/JsonPath@2.2.0...json-path-2.9.0)

---
updated-dependencies:
- dependency-name: com.jayway.jsonpath:json-path
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Jan 22, 2024
commit d7b6a4ed1793e88729bfca9fc5c18d40f16f3ede
2 changes: 1 addition & 1 deletion statistics-service/pom.xml
Original file line number Diff line number Diff line change
@@ -80,7 +80,7 @@
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<version>2.2.0</version>
<version>2.9.0</version>
<scope>test</scope>
</dependency>
</dependencies>