Skip to content

Commit 3b6a635

Browse files
authored
update dgs example with latest deps (#245)
1 parent 92cfba5 commit 3b6a635

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

implementations/dgs/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>2.7.0</version>
8+
<version>2.7.4</version>
99
</parent>
1010

1111
<groupId>com.netflix.graphql.dgs</groupId>
@@ -16,7 +16,7 @@
1616

1717
<properties>
1818
<java.version>17</java.version>
19-
<dgs.version>5.0.5</dgs.version>
19+
<dgs.version>5.3.0</dgs.version>
2020
<maven-jar-plugin.version>3.2.2</maven-jar-plugin.version>
2121
</properties>
2222

@@ -83,4 +83,4 @@
8383
</plugin>
8484
</plugins>
8585
</build>
86-
</project>
86+
</project>

0 commit comments

Comments
 (0)