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 118
118
</plugin >
119
119
</plugins >
120
120
</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 >
137
121
</project >
Original file line number Diff line number Diff line change 67
67
<kotlin .version>1.3.50</kotlin .version>
68
68
<kotlin-coroutines .version>1.3.2</kotlin-coroutines .version>
69
69
<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>
71
71
72
72
<!-- Test Dependency Versions -->
73
73
<junit-jupiter .version>5.5.2</junit-jupiter .version>
You can’t perform that action at this time.
0 commit comments