mirror of https://github.com/apache/druid.git
Bump jackson-jq from 0.0.7 to 0.0.10 (#8293)
* Bump jackson-jq from 0.0.7 to 0.0.10 For the changelog: https://github.com/eiiches/jackson-jq/releases * Update dependent licenses
This commit is contained in:
parent
6fa22f6939
commit
3a58431bff
|
@ -608,7 +608,7 @@ name: jackson-jq
|
||||||
license_category: binary
|
license_category: binary
|
||||||
module: java-core
|
module: java-core
|
||||||
license_name: Apache License version 2.0
|
license_name: Apache License version 2.0
|
||||||
version: 0.0.7
|
version: 0.0.10
|
||||||
libraries:
|
libraries:
|
||||||
- net.thisptr: jackson-jq
|
- net.thisptr: jackson-jq
|
||||||
|
|
||||||
|
@ -1557,7 +1557,7 @@ name: JCodings
|
||||||
license_category: binary
|
license_category: binary
|
||||||
module: java-core
|
module: java-core
|
||||||
license_name: MIT License
|
license_name: MIT License
|
||||||
version: 1.0.13
|
version: 1.0.43
|
||||||
copyright: JRuby Team
|
copyright: JRuby Team
|
||||||
license_file_path: licenses/bin/jcodings.MIT
|
license_file_path: licenses/bin/jcodings.MIT
|
||||||
libraries:
|
libraries:
|
||||||
|
@ -1569,7 +1569,7 @@ name: Joni
|
||||||
license_category: binary
|
license_category: binary
|
||||||
module: java-core
|
module: java-core
|
||||||
license_name: MIT License
|
license_name: MIT License
|
||||||
version: 2.1.11
|
version: 2.1.27
|
||||||
copyright: JRuby Team
|
copyright: JRuby Team
|
||||||
license_file_path: licenses/bin/joni.MIT
|
license_file_path: licenses/bin/joni.MIT
|
||||||
libraries:
|
libraries:
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -711,7 +711,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.thisptr</groupId>
|
<groupId>net.thisptr</groupId>
|
||||||
<artifactId>jackson-jq</artifactId>
|
<artifactId>jackson-jq</artifactId>
|
||||||
<version>0.0.7</version>
|
<version>0.0.10</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.slf4j</groupId>
|
<groupId>org.slf4j</groupId>
|
||||||
|
|
Loading…
Reference in New Issue