diff --git a/CHANGELOG.md b/CHANGELOG.md index cd077e1..ed17da2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ * Updating fast_tls to version 1.1.12. * Updating fast_xml to version 1.1.46. * Updating p1_utils to version 1.0.22. -* Updating stringprep to version 1.0.26. +* Updating stringprep to version 1.0.25. * Fix spec to match the current source code, as reportd by Dialyzer * xmpp uses p1_options, so Dialyzer reports some false warnings * Fix return value when skipping queued tcp packet to already closed socket diff --git a/rebar.config b/rebar.config index dfe7add..0280a72 100644 --- a/rebar.config +++ b/rebar.config @@ -36,7 +36,7 @@ {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.1.12"}}}, {ezlib, ".*", {git, "https://github.com/processone/ezlib", {tag, "1.0.9"}}}, {idna, ".*", {git, "https://github.com/benoitc/erlang-idna", {tag, "6.0.0"}}}, - {stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.26"}}}]}. + {stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.25"}}}]}. {clean_files, ["c_src/jid.gcda", "c_src/jid.gcno"]}.