Skip to content
Merged
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions licenses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ name: JsonPath
license_category: binary
module: java-core
license_name: Apache License version 2.0
version: 2.9.0
version: 3.0.0
libraries:
- com.jayway.jsonpath: json-path

Expand Down Expand Up @@ -1828,7 +1828,7 @@ name: JSON Small and Fast Parser
license_category: binary
module: java-core
license_name: Apache License version 2.0
version: 2.5.2
version: 2.6.0
libraries:
- net.minidev: json-smart

Expand Down Expand Up @@ -2899,7 +2899,7 @@ name: JSON Small and Fast Parser
license_category: binary
module: druid-pac4j
license_name: Apache License version 2.0
version: 2.5.2
version: 2.6.0
libraries:
- net.minidev: json-smart
---
Expand All @@ -2908,7 +2908,7 @@ name: JSON Small and Fast Parser
license_category: binary
module: druid-pac4j
license_name: Apache License version 2.0
version: 2.5.2
version: 2.6.0
libraries:
- net.minidev: accessors-smart
---
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@
<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
<version>2.5.2</version>
<version>2.6.0</version>
</dependency>

<!-- transitive dependency of kafka-clients and kubernetes client
Expand Down Expand Up @@ -1092,7 +1092,7 @@
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<version>2.9.0</version>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>net.thisptr</groupId>
Expand Down
Loading