Skip to content

Commit

Permalink
Version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartisk committed Mar 12, 2024
1 parent 47b110a commit 73ba933
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@
the built feature pack. -->
<version.io.smallrye.graphql>2.8.0-SNAPSHOT</version.io.smallrye.graphql>
<version.org.eclipse.microprofile.graphql>2.0</version.org.eclipse.microprofile.graphql>
<version.com.graphql-java>20.2</version.com.graphql-java>
<version.com.graphql-java.dataloader>3.2.0</version.com.graphql-java.dataloader>
<version.com.graphql-java>21.3</version.com.graphql-java>
<version.com.graphql-java.dataloader>3.2.1</version.com.graphql-java.dataloader>
<!-- WF contains vert.x, but we need to add the vertx-web-client artifact. This version should be the same
as the vert.x version in WildFly -->
<version.vertx>4.4.4</version.vertx>
<version.graphql-java-federation>2.0.8</version.graphql-java-federation>
<version.vertx>4.5.2</version.vertx>
<version.graphql-java-federation>4.4.0</version.graphql-java-federation>

<!-- Dependencies which are not included directly in the built feature pack but are dragged from WildFly,
so they are here mostly just for compilation and testing purposes -->
Expand Down

0 comments on commit 73ba933

Please sign in to comment.