File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/test/kotlin/graphql/kickstart/tools Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414 <properties >
1515 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1616 <java .version>1.8</java .version>
17- <kotlin .version>1.3.72 </kotlin .version>
18- <kotlin-coroutines .version>1.3.9 </kotlin-coroutines .version>
17+ <kotlin .version>1.4.21 </kotlin .version>
18+ <kotlin-coroutines .version>1.4.2 </kotlin-coroutines .version>
1919 <jackson .version>2.10.3</jackson .version>
2020 <graphql-java .version>16.1</graphql-java .version>
2121
Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ val thirdItems = listOf(
232232)
233233
234234val propetyHashMapItems = listOf (
235- hashMapOf(" name" to " bob" , " age" to 55 )
235+ hashMapOf< String , Any > (" name" to " bob" , " age" to 55 )
236236)
237237
238238val propertyMapMissingNamePropItems = listOf (
You can’t perform that action at this time.
0 commit comments