Skip to content

Commit ee0aa6c

Browse files
authored
fix: upgrade to Spring Boot 2.1.3.RELEASE (#87)
1 parent 493f65d commit ee0aa6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql-jpa-query-build/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>org.springframework.boot</groupId>
1717
<artifactId>spring-boot-dependencies</artifactId>
18-
<version>2.1.0.RELEASE</version>
18+
<version>2.1.3.RELEASE</version>
1919
<type>pom</type>
2020
<scope>import</scope>
2121
</dependency>

0 commit comments

Comments
 (0)