From ca00c2b12e5f6d9220f216c96364d3aee4f60635 Mon Sep 17 00:00:00 2001 From: Thomas Draier Date: Mon, 16 Oct 2023 09:50:52 +0200 Subject: [PATCH] Use version 21.1 (#296) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 734807fc..b0d6470a 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ If you would like to use a tool that creates a graphql spring boot server using ```groovy dependencies { - compile "io.github.graphql-java:graphql-java-annotations:9.1" + compile "io.github.graphql-java:graphql-java-annotations:21.1" } ``` @@ -47,7 +47,7 @@ dependencies { io.github.graphql-java graphql-java-annotations - 9.1 + 21.1 ```