Skip to content

Commit 43877e7

Browse files
Update all dependencies
1 parent 3e20a85 commit 43877e7

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,18 @@
2525
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
2626

2727
<!-- Maven build plugins and their dependencies -->
28-
<build-helper-plugin.version>3.3.0</build-helper-plugin.version>
29-
<build-properties-plugin.version>1.1.0</build-properties-plugin.version>
30-
<surefire-plugin.version>2.22.2</surefire-plugin.version>
31-
<ktlint-plugin.version>1.16.0</ktlint-plugin.version>
28+
<build-helper-plugin.version>3.4.0</build-helper-plugin.version>
29+
<build-properties-plugin.version>1.2.0</build-properties-plugin.version>
30+
<surefire-plugin.version>3.1.2</surefire-plugin.version>
31+
<ktlint-plugin.version>3.0.0</ktlint-plugin.version>
3232

3333
<!-- Library versions -->
3434
<kotlin-logging-jvm.version>3.0.5</kotlin-logging-jvm.version>
3535
<quicktheories.version>0.26</quicktheories.version>
36-
<graphql-kotlin.version>6.5.3</graphql-kotlin.version>
37-
<ktor.version>2.0.3</ktor.version> <!-- must be in sync with graphql-kotlin.version -->
38-
<jackson-datatype.version>2.15.1</jackson-datatype.version>
39-
<mockk.version>1.12.4</mockk.version>
36+
<graphql-kotlin.version>7.0.1</graphql-kotlin.version>
37+
<ktor.version>2.3.4</ktor.version> <!-- must be in sync with graphql-kotlin.version -->
38+
<jackson-datatype.version>2.15.2</jackson-datatype.version>
39+
<mockk.version>1.13.8</mockk.version>
4040

4141
<!-- Other properties -->
4242
<start.class>fi.hsl.jore4.hastus.HastusApplicationKt</start.class>
@@ -219,7 +219,7 @@
219219
<plugin>
220220
<groupId>org.apache.maven.plugins</groupId>
221221
<artifactId>maven-enforcer-plugin</artifactId>
222-
<version>3.0.0</version>
222+
<version>3.4.1</version>
223223
<executions>
224224
<execution>
225225
<id>enforce-versions</id>

0 commit comments

Comments
 (0)