clj-yaml icon indicating copy to clipboard operation
clj-yaml copied to clipboard

Bump snakeyaml version to 1.11

Open briprowe opened this issue 10 years ago • 1 comments

Upgrading snakeyaml to v1.11 fixes an issue with parsing timestamps with greater than millisecond precision. For example: "2001-11-23 15:02:31.123456 -04:00" would parse incorrectly as "2001-11-23T19:04:34.456-00:00"

briprowe avatar Apr 28 '14 22:04 briprowe

Hey, it seems like this library's unmaintained. We've forked it at circleci/clj-yaml, fixed some bugs, and bumped the snakeyaml version up to 1.13. Feel free to use it. I've added your test, hope you don't mind? :)

startling avatar Apr 30 '14 08:04 startling