Skip to content

Commit

Permalink
Merge pull request #32261 from jmartisk/2.13-graphqljava-19.4
Browse files Browse the repository at this point in the history
2.13: Upgrade graphql-java to 19.4 and smallrye-graphql to 1.7.2
  • Loading branch information
gsmet authored May 17, 2023
2 parents 6dbc829 + b93f7dd commit 82692ce
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<micrometer.version>1.9.4</micrometer.version><!-- keep in sync with hdrhistogram -->
<hdrhistogram.version>2.1.12</hdrhistogram.version><!-- keep in sync with micrometer -->
<google-auth.version>0.22.0</google-auth.version>
<graphql-java.version>19.4</graphql-java.version> <!-- keep in sync with smallrye-graphql -->
<microprofile-config-api.version>2.0.1</microprofile-config-api.version>
<microprofile-metrics-api.version>3.0.1</microprofile-metrics-api.version>
<microprofile-context-propagation.version>1.2</microprofile-context-propagation.version>
Expand All @@ -44,7 +45,7 @@
<smallrye-health.version>3.3.0</smallrye-health.version>
<smallrye-metrics.version>3.0.5</smallrye-metrics.version>
<smallrye-open-api.version>2.2.1</smallrye-open-api.version>
<smallrye-graphql.version>1.7.1</smallrye-graphql.version>
<smallrye-graphql.version>1.7.2</smallrye-graphql.version> <!-- keep in sync with graphql-java -->
<smallrye-opentracing.version>2.1.1</smallrye-opentracing.version>
<smallrye-fault-tolerance.version>5.5.0</smallrye-fault-tolerance.version>
<smallrye-jwt.version>3.5.4</smallrye-jwt.version>
Expand Down Expand Up @@ -5799,6 +5800,13 @@
<version>${hdrhistogram.version}</version>
</dependency>

<!-- GraphQL-java -->
<dependency>
<groupId>com.graphql-java</groupId>
<artifactId>graphql-java</artifactId>
<version>${graphql-java.version}</version>
</dependency>

<!-- Quarkus build related dependencies -->
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down

0 comments on commit 82692ce

Please sign in to comment.