Skip to content

Commit f82d359

Browse files
authored
Merge pull request #50616 from jmartisk/srgql-2.16.0
Upgrade to SmallRye GraphQL 2.16.0 and graphql-java 24.3
2 parents f54d784 + a5ec54d commit f82d359

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bom/application/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<micrometer.version>1.14.7</micrometer.version><!-- keep in sync with hdrhistogram: https://central.sonatype.com/artifact/io.micrometer/micrometer-core -->
3636
<hdrhistogram.version>2.2.2</hdrhistogram.version><!-- keep in sync with micrometer -->
3737
<google-auth.version>0.22.0</google-auth.version>
38-
<graphql-java.version>22.2</graphql-java.version> <!-- keep in sync with smallrye-graphql -->
38+
<graphql-java.version>24.3</graphql-java.version> <!-- keep in sync with smallrye-graphql -->
3939
<microprofile-config-api.version>3.1</microprofile-config-api.version>
4040
<microprofile-health-api.version>4.0.1</microprofile-health-api.version>
4141
<microprofile-metrics-api.version>4.0.1</microprofile-metrics-api.version>
@@ -51,7 +51,7 @@
5151
<smallrye-health.version>4.2.0</smallrye-health.version>
5252
<smallrye-metrics.version>4.0.0</smallrye-metrics.version>
5353
<smallrye-open-api.version>4.2.0</smallrye-open-api.version>
54-
<smallrye-graphql.version>2.15.0</smallrye-graphql.version>
54+
<smallrye-graphql.version>2.16.0</smallrye-graphql.version>
5555
<smallrye-fault-tolerance.version>6.9.3</smallrye-fault-tolerance.version>
5656
<smallrye-jwt.version>4.6.2</smallrye-jwt.version>
5757
<smallrye-context-propagation.version>2.2.1</smallrye-context-propagation.version>

0 commit comments

Comments
 (0)