Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Updated to SB 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stojsavljevic committed Nov 30, 2023
1 parent a07225f commit de70d92
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion graphql-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>alex-graphql-examples</artifactId>
<groupId>com.alex.graphql</groupId>
<version>1.3.1</version>
<version>1.3.2</version>
</parent>

<artifactId>graphql-core</artifactId>
Expand Down
3 changes: 2 additions & 1 deletion graphql-dgs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>alex-graphql-examples</artifactId>
<groupId>com.alex.graphql</groupId>
<version>1.3.1</version>
<version>1.3.2</version>
</parent>

<artifactId>graphql-dgs</artifactId>
Expand Down Expand Up @@ -66,6 +66,7 @@
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion graphql-kickstart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>alex-graphql-examples</artifactId>
<groupId>com.alex.graphql</groupId>
<version>1.3.1</version>
<version>1.3.2</version>
</parent>

<artifactId>graphql-kickstart</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion graphql-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>alex-graphql-examples</artifactId>
<groupId>com.alex.graphql</groupId>
<version>1.3.1</version>
<version>1.3.2</version>
</parent>

<artifactId>graphql-spring</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.5</version>
<version>3.2.0</version>
<relativePath />
</parent>

<groupId>com.alex.graphql</groupId>
<artifactId>alex-graphql-examples</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<packaging>pom</packaging>

<name>graphql-spring-examples</name>
Expand Down

0 comments on commit de70d92

Please sign in to comment.