From 977df6e2320113c1b67a43a4f32566f240d8b407 Mon Sep 17 00:00:00 2001 From: Andy Date: Sat, 30 Mar 2019 20:58:17 +0100 Subject: [PATCH] [elm] Update ISO 8601 library (fixes missing time zone designator) (#2545) This updates works with ISO 8601 strings with missing ending "Z". This is e.g. the default configuration used by spring boot in java. See --- modules/openapi-generator/src/main/resources/elm/elm.mustache | 2 +- samples/client/petstore/elm/elm.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/openapi-generator/src/main/resources/elm/elm.mustache b/modules/openapi-generator/src/main/resources/elm/elm.mustache index e4ae0f4df15..398da0d2d6d 100644 --- a/modules/openapi-generator/src/main/resources/elm/elm.mustache +++ b/modules/openapi-generator/src/main/resources/elm/elm.mustache @@ -15,7 +15,7 @@ "elm/json": "1.1.2", "elm/time": "1.0.0", "elm/url": "1.0.0", - "rtfeldman/elm-iso8601-date-strings": "1.1.2" + "rtfeldman/elm-iso8601-date-strings": "1.1.3" }, "indirect": { "elm/bytes": "1.0.5", diff --git a/samples/client/petstore/elm/elm.json b/samples/client/petstore/elm/elm.json index e4ae0f4df15..398da0d2d6d 100644 --- a/samples/client/petstore/elm/elm.json +++ b/samples/client/petstore/elm/elm.json @@ -15,7 +15,7 @@ "elm/json": "1.1.2", "elm/time": "1.0.0", "elm/url": "1.0.0", - "rtfeldman/elm-iso8601-date-strings": "1.1.2" + "rtfeldman/elm-iso8601-date-strings": "1.1.3" }, "indirect": { "elm/bytes": "1.0.5",