File tree Expand file tree Collapse file tree 2 files changed +1
-17
lines changed
graphql-kotlin-spring-server Expand file tree Collapse file tree 2 files changed +1
-17
lines changed Original file line number Diff line number Diff line change 118118 </plugin >
119119 </plugins >
120120 </build >
121-
122- <!-- TODO remove after Spring Boot 2.2 is released -->
123- <repositories >
124- <repository >
125- <id >spring-milestones</id >
126- <name >Spring Milestones</name >
127- <url >https://repo.spring.io/milestone</url >
128- </repository >
129- </repositories >
130- <pluginRepositories >
131- <pluginRepository >
132- <id >spring-milestones</id >
133- <name >Spring Milestones</name >
134- <url >https://repo.spring.io/milestone</url >
135- </pluginRepository >
136- </pluginRepositories >
137121</project >
Original file line number Diff line number Diff line change 6767 <kotlin .version>1.3.50</kotlin .version>
6868 <kotlin-coroutines .version>1.3.2</kotlin-coroutines .version>
6969 <reflections .version>0.9.11</reflections .version>
70- <spring-boot .version>2.2.0.RC1 </spring-boot .version>
70+ <spring-boot .version>2.2.0.RELEASE </spring-boot .version>
7171
7272 <!-- Test Dependency Versions -->
7373 <junit-jupiter .version>5.5.2</junit-jupiter .version>
You can’t perform that action at this time.
0 commit comments