This is an automated email from the ASF dual-hosted git repository.

nickva pushed a commit to branch jiffy-2.0.2
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 3b3e55c52554b3d011849b0d2a5d79ee494cd9d9
Author: Nick Vatamaniuc <[email protected]>
AuthorDate: Tue Jun 30 20:27:02 2026 -0400

    Update jiffy to 2.0.2
    
    * Reduce encoder memory allocations https://github.com/davisp/jiffy/pull/301
    * Encode maps directly without an intermediate EJSON proplist  
https://github.com/davisp/jiffy/pull/302
    * Fix out-of-bounds heap write in string encoder 
https://github.com/davisp/jiffy/pull/304
---
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rebar.config.script b/rebar.config.script
index 6efa94cd7..d0c3fdea5 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -161,7 +161,7 @@ DepDescs = [
                    {tag, "v1.3.6"}, [raw]},
 {ibrowse,          "ibrowse",          {tag, "CouchDB-4.5.0-1"}},
 {gun,              "gun",              {tag, "CouchDB-2.4.1-1"}},
-{jiffy,            "jiffy",            {tag, "2.0.1"}},
+{jiffy,            "jiffy",            {tag, "2.0.2"}},
 {mochiweb,         "mochiweb",         {tag, "v3.4.0"}},
 {meck,             "meck",             {tag, "v1.1.1"}},
 {recon,            "recon",            {tag, "2.5.6"}}

Reply via email to