json 2.19.5-java → 2.19.7-java

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a5c0875e24e3fbcc06aa748f53ed8132ad48fcf60b093ac6ffd93dfa606539e2
4
- data.tar.gz: 202ae17bdb2e833f54eea52e6036e8fd48049b24abaeace4abcc7e43bf8823bd
3
+ metadata.gz: 072f3617342c52e645a0c0c33a106bc091937c015943d561751e853d02abec6d
4
+ data.tar.gz: aa3a609001131bef7a49998ae02192f7690879a38242d6bff2fd7585194586de
5
5
  SHA512:
6
- metadata.gz: 3b02f028f351f4eb2c1374471e54342e297b3ddfa2fab34c64981cb396f70980cf54b99ab5eb21e7d3a8a3a324c5939742e1c8f53c81f97cd6ad3c635bf39ad5
7
- data.tar.gz: 0ced6dc79b84789a7cf307512f0b580f9d885141eccc79934802f0cfc112f666d979dc093663b17f552b53ff5b6f93f6541d1de1306ad754a8ebd04ac6ac5547
6
+ metadata.gz: 2b105146204033f8c3db4ca26d1e6777b3413f3b30c2399dc48335a5c7eb6c305717b7a5fb58613d48919f8136d31d4d21e1e75ce253b06e65514e8c6e398e9d
7
+ data.tar.gz: 0d394a4ad2942ba37ecfbe5cea7fa64dbbb6acfc3034b592ba8c37558ce04cf3286eb4dae98b704854de22187d2e62cbb8a7072f6fe7e41b1f7f218486d2b2bb
data/CHANGES.md CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  ### Unreleased
4
4
 
5
+ ### 2026-05-28 (2.19.7)
6
+
7
+ * Fix some more edge cases with out of range floats.
8
+ * Ensure the string provided to `JSON.parse` can't be mutated during parsing.
9
+ * Add missing write barriers in `State#dup`.
10
+ * Further validate generator `depth` config.
11
+
12
+ ### 2026-05-28 (2.19.6)
13
+
14
+ * Cleanly handle overly large `depth` generator argument.
15
+ * Add missing write barrier in `ParserConfig`.
16
+
5
17
  ### 2026-05-04 (2.19.5)
6
18
 
7
19
  * Cap the parser to emit a maximum of 5 deprecation warnings per document. Emitting more is not helpful.
Binary file
Binary file
data/lib/json/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module JSON
4
- VERSION = '2.19.5'
4
+ VERSION = '2.19.7'
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: json
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.19.5
4
+ version: 2.19.7
5
5
  platform: java
6
6
  authors:
7
7
  - Daniel Luz
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2026-05-04 00:00:00.000000000 Z
10
+ date: 2026-05-28 00:00:00.000000000 Z
11
11
  dependencies: []
12
12
  description: A JSON implementation as a JRuby extension.
13
13
  email: dev+ruby@mernen.com