From 8275bbad81cab200ea14a9f062e39d09fc72eead Mon Sep 17 00:00:00 2001 From: Phillip Kruger Date: Mon, 22 Feb 2021 22:57:34 +0200 Subject: [PATCH] Upgrade SmallRye GraphQL to 1.0.22 Signed-off-by: Phillip Kruger --- bom/application/pom.xml | 2 +- .../src/main/resources/overrides/schemaTests.csv | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bom/application/pom.xml b/bom/application/pom.xml index a0512ed3e6839..4266144346336 100644 --- a/bom/application/pom.xml +++ b/bom/application/pom.xml @@ -43,7 +43,7 @@ 2.2.6 2.4.5 2.0.22 - 1.0.21 + 1.0.22 1.3.5 4.3.2 2.4.3 diff --git a/tcks/microprofile-graphql/src/main/resources/overrides/schemaTests.csv b/tcks/microprofile-graphql/src/main/resources/overrides/schemaTests.csv index a4aa9a31cf5b9..e9123af15a7b1 100644 --- a/tcks/microprofile-graphql/src/main/resources/overrides/schemaTests.csv +++ b/tcks/microprofile-graphql/src/main/resources/overrides/schemaTests.csv @@ -1,2 +1,2 @@ # testJsonDefault -59|type Mutation | provisionHero(hero: String, item: ItemInput = {dateCreated : "1900-02-19T12:00+01:30[Africa/Johannesburg]", dateLastUsed : "2020-01-29T09:45+02:00", height : 1.2, id : 1000, name : "Cape", powerLevel : 3, supernatural : false, weight : 0.3, CAPE : "{ \"id\": 1000, \"name\": \"Cape\", \"powerLevel\": 3, \"height\": 1.2, \"weight\": 0.3, \"supernatural\": false, \"dateCreated\": \"19 February 1900 at 12:00 in Africa/Johannesburg\", \"dateLastUsed\": \"29 Jan 2020 at 09:45 in zone +0200\"}"}): SuperHero | Kak Expecting a default value for item for provisionHero \ No newline at end of file +59|type Mutation | provisionHero(hero: String, item: ItemInput = {dateCreated : "19 February 1900 at 12:00 in Africa/Johannesburg", dateLastUsed : "29 Jan 2020 at 09:45 in zone +0200", height : 1.2, id : 1000, name : "Cape", powerLevel : 3, supernatural : false, weight : 0.3}): SuperHero | Expecting a default value for item for provisionHero \ No newline at end of file