mirror of https://github.com/jacekkow/keycloak-protocol-cas

dependabot[bot]
2024-01-24 4564382590e37ac799f684bd0824f05526e30ab3
Bump com.jayway.jsonpath:json-path from 2.8.0 to 2.9.0

Bumps [com.jayway.jsonpath:json-path](https://github.com/jayway/JsonPath) from 2.8.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.8.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>
1 files modified
2 ■■■ changed files
pom.xml 2 ●●● patch | view | raw | blame | history
pom.xml
@@ -110,7 +110,7 @@
        <dependency>
            <groupId>com.jayway.jsonpath</groupId>
            <artifactId>json-path</artifactId>
            <version>2.8.0</version>
            <version>2.9.0</version>
            <scope>test</scope>
        </dependency>
    </dependencies>