Skip to content

Commit

Permalink
fix #67 add com.graphql-java-generator:graphql-java-runtime migration
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanlermitage committed Nov 15, 2023
1 parent 74166ca commit ba55379
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion uc/og-definitions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "36",
"version": "37",
"date": "2023/11/15",
"migration": [
{
Expand Down Expand Up @@ -2267,6 +2267,11 @@
"old": "com.apollographql.apollo",
"new": "com.apollographql.apollo3",
"context": "See https://www.apollographql.com/docs/kotlin/migration/3.0/#package-name--group-id--plugin-id"
},
{
"old": "com.graphql-java-generator:graphql-java-runtime",
"new": "com.graphql-java-generator:graphql-java-client-runtime or com.graphql-java-generator:graphql-java-server-runtime",
"context": "See https://github.com/graphql-java-generator/graphql-maven-plugin-project/blob/master_2.x/CHANGELOG.md#1181"
}
]
}

0 comments on commit ba55379

Please sign in to comment.