File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 27
27
<!-- Maven build plugins and their dependencies -->
28
28
<maven-compiler-plugin .version>3.14.0</maven-compiler-plugin .version>
29
29
<maven-enforcer-plugin .version>3.5.0</maven-enforcer-plugin .version>
30
- <build-helper-plugin .version>3.6.0 </build-helper-plugin .version>
30
+ <build-helper-plugin .version>3.6.1 </build-helper-plugin .version>
31
31
<build-properties-plugin .version>1.2.1</build-properties-plugin .version>
32
32
<surefire-plugin .version>3.5.3</surefire-plugin .version>
33
33
<ktlint-plugin .version>3.5.0</ktlint-plugin .version>
34
34
35
35
<!-- Library versions -->
36
36
<kotlin-logging-jvm .version>7.0.7</kotlin-logging-jvm .version>
37
37
<quicktheories .version>0.26</quicktheories .version>
38
- <graphql-kotlin .version>8.6.0 </graphql-kotlin .version>
39
- <ktor .version>2.3.12 </ktor .version> <!-- must be in sync with graphql-kotlin.version -->
40
- <mockk .version>1.14.0 </mockk .version>
38
+ <graphql-kotlin .version>8.8.1 </graphql-kotlin .version>
39
+ <ktor .version>3.2.0 </ktor .version> <!-- must be in sync with graphql-kotlin.version -->
40
+ <mockk .version>1.14.2 </mockk .version>
41
41
<springmockk .version>4.0.2</springmockk .version>
42
42
43
43
<!-- Other properties -->
You can’t perform that action at this time.
0 commit comments