Skip to content

Commit

Permalink
Merge pull request #36542 from jmartisk/smallrye-graphql-2.5.1
Browse files Browse the repository at this point in the history
SmallRye GraphQL 2.5.1
  • Loading branch information
gsmet authored Oct 18, 2023
2 parents c0bacff + 2044058 commit 3e4be97
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<smallrye-health.version>4.0.4</smallrye-health.version>
<smallrye-metrics.version>4.0.0</smallrye-metrics.version>
<smallrye-open-api.version>3.6.2</smallrye-open-api.version>
<smallrye-graphql.version>2.5.0</smallrye-graphql.version>
<smallrye-graphql.version>2.5.1</smallrye-graphql.version>
<smallrye-opentracing.version>3.0.3</smallrye-opentracing.version>
<smallrye-fault-tolerance.version>6.2.6</smallrye-fault-tolerance.version>
<smallrye-jwt.version>4.3.1</smallrye-jwt.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import static org.hamcrest.Matchers.equalTo;

import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.RegisterExtension;

Expand All @@ -12,7 +11,6 @@
import io.restassured.RestAssured;

@QuarkusTestResource(KeycloakTestResourceLifecycleManager.class)
@Disabled
public class GraphQLClientUsingOidcClientTest {

private static final Class<?>[] testClasses = {
Expand Down

0 comments on commit 3e4be97

Please sign in to comment.