Skip to content
Merged
Show file tree
Hide file tree
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 .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
wildfly: [36.0.1.Final, 36.0.0.Final, 37.0.0.Final]
wildfly: [36.0.1.Final, 37.0.1.Final]
name: build with wildfly ${{matrix.wildfly}}

steps:
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,21 @@

<properties>
<!-- Target WildFly version, and other parts needed for the Galleon maven plugin -->
<version.org.wildfly>37.0.1.Final</version.org.wildfly>
<version.org.wildfly.core>29.0.1.Final</version.org.wildfly.core>
<version.org.wildfly>38.0.0.Final</version.org.wildfly>
<version.org.wildfly.core>30.0.0.Final</version.org.wildfly.core>
<version.org.wildfly.common>1.6.0.Final</version.org.wildfly.common>
<version.org.jboss.galleon>6.1.1.Final</version.org.jboss.galleon>

<!-- Libraries provided by this feature pack. These variables directly affect what will be in
the built feature pack. -->
<version.io.smallrye.graphql>2.15.0</version.io.smallrye.graphql>
<version.io.smallrye.graphql>2.16.0</version.io.smallrye.graphql>
<version.org.eclipse.microprofile.graphql>2.0</version.org.eclipse.microprofile.graphql>
<version.com.graphql-java>22.2</version.com.graphql-java>
<version.com.graphql-java.dataloader>3.3.0</version.com.graphql-java.dataloader>
<version.com.graphql-java>24.3</version.com.graphql-java>
<version.com.graphql-java.dataloader>5.0.3</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.5.4</version.vertx>
<version.graphql-java-federation>4.4.0</version.graphql-java-federation>
<version.graphql-java-federation>5.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