From 91efb4b6230b022ce1bf9f8af85976b8a81faa5d Mon Sep 17 00:00:00 2001 From: Igor Dianov Date: Fri, 25 Jan 2019 14:10:20 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b82880b37..29d89b967 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ For GraphQL JPA Query Boot Starter use: Other Dependencies ----------------- -The core library module `graphql-jpa-query-schema` keeps dependencies to a minimum. The main dependecies for schema module are `graphql-java`, `evo-inflector`, `javax.transaction-api`, `hibernate-jpa-2.1-api`. The tests depend on Spring Boot 1.5 with Web and Hibernate for JPA starters as well as Project Lombok. +The core library module `graphql-jpa-query-schema` keeps dependencies to a minimum. The main dependecies for schema module are `graphql-java`, `evo-inflector`, `javax.transaction-api`, `hibernate-jpa-2.1-api`. The tests depend on Spring Boot 2.1 with Web and Hibernate for JPA starters as well as Project Lombok. Schema Generation -----------------