Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version = 7.3.4-SNAPSHOT
group = com.graphql-java-kickstart

LIB_GRAPHQL_JAVA_VER = 11.0
LIB_GRAPHQL_JAVA_VER = 12.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this really all that's necessary? Everything else is just compatible as-is already?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I haven't tested it out yet. I can see about forcing v12 in my Dropwizard example project at https://github.com/smoketurner/dropwizard-graphql/tree/master/graphql-example to see if any changes are necessary.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the delay, been tied up with other projects to finish this up.

LIB_JACKSON_VER = 2.9.8