Skip to content

Commit

Permalink
Upgrade to graphql-java 19.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartisk committed Mar 30, 2023
1 parent 34accfc commit 77c0eaa
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 @@ -33,6 +33,7 @@
<micrometer.version>1.10.2</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>
<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 @@ -47,7 +48,7 @@
<smallrye-health.version>3.3.1</smallrye-health.version>
<smallrye-metrics.version>3.0.5</smallrye-metrics.version>
<smallrye-open-api.version>3.1.1</smallrye-open-api.version>
<smallrye-graphql.version>1.9.4</smallrye-graphql.version>
<smallrye-graphql.version>1.9.5</smallrye-graphql.version>
<smallrye-opentracing.version>2.1.1</smallrye-opentracing.version>
<smallrye-fault-tolerance.version>5.6.0</smallrye-fault-tolerance.version>
<smallrye-jwt.version>3.6.0</smallrye-jwt.version>
Expand Down Expand Up @@ -5936,6 +5937,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 77c0eaa

Please sign in to comment.