Skip to content

Commit

Permalink
Update json-smart to 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
elahrvivaz committed Feb 12, 2025
1 parent df04189 commit 1b9ec45
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
5 changes: 3 additions & 2 deletions build/cqs.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ joda-time:joda-time 2.12.6 compile
net.java.dev.jna:jna 5.14.0 compile
net.java.dev.jna:jna-platform 5.14.0 compile
net.jodah:typetools 0.6.1 compile
net.minidev:accessors-smart 2.5.1 compile
net.minidev:json-smart 2.5.1 compile
net.minidev:accessors-smart 2.5.2 compile
net.minidev:json-smart 2.5.2 compile
net.sf.geographiclib:GeographicLib-Java 1.49 compile
net.sf.saxon:Saxon-HE 12.4 compile
org.antlr:antlr4-runtime 4.7.2 compile
Expand Down Expand Up @@ -319,6 +319,7 @@ software.amazon.awssdk.crt:aws-crt 0.29.18 provided
software.amazon.awssdk:s3-transfer-manager 2.25.64 provided
software.amazon.awssdk:s3 2.25.64 provided

com.github.erosb:everit-json-schema 1.14.4 test
com.sun.xml.bind:jaxb-impl 2.2.3 test
com.uber:h3 4.1.1 test
commons-lang:commons-lang 2.6 test
Expand Down
10 changes: 10 additions & 0 deletions docs/user/upgrade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,16 @@ Compatibility Matrix
| Dependencies | N | N | Y |
+--------------+-------+-------+-------+

Version 5.3.0 Upgrade Guide
+++++++++++++++++++++++++++

Dependency Version Upgrades
---------------------------

The following dependencies have been upgraded:

* json-smart ``2.5.1`` -> ``2.5.2``

Version 5.2.0 Upgrade Guide
+++++++++++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
<h2.version>2.2.224</h2.version>
<hsql.version>2.7.2</hsql.version>
<jna.version>5.14.0</jna.version>
<json.smart.version>2.5.1</json.smart.version> <!-- used by json-path and hadoop-auth -->
<json.smart.version>2.5.2</json.smart.version> <!-- used by json-path and hadoop-auth -->
<netty.version>4.1.114.Final</netty.version>
<commons.cli.version>1.6.0</commons.cli.version>
<commons.collections.version>3.2.2</commons.collections.version>
Expand Down

0 comments on commit 1b9ec45

Please sign in to comment.