|
19 | 19 | <kotlin.compiler.incremental>true</kotlin.compiler.incremental> |
20 | 20 |
|
21 | 21 | <!-- Maven build plugins and their dependencies --> |
22 | | - <build-helper-plugin.version>3.3.0</build-helper-plugin.version> |
| 22 | + <build-helper-plugin.version>3.4.0</build-helper-plugin.version> |
23 | 23 | <build-properties-plugin.version>1.1.0</build-properties-plugin.version> |
24 | | - <kotlin-plugin.version>1.7.20</kotlin-plugin.version> |
25 | | - <surefire-plugin.version>2.22.2</surefire-plugin.version> |
| 24 | + <kotlin-plugin.version>1.8.21</kotlin-plugin.version> |
| 25 | + <surefire-plugin.version>3.1.2</surefire-plugin.version> |
26 | 26 | <ktlint-plugin.version>1.16.0</ktlint-plugin.version> |
27 | 27 |
|
28 | 28 | <!-- Library versions --> |
29 | | - <kotlin-logging-jvm.version>3.0.2</kotlin-logging-jvm.version> |
| 29 | + <kotlin-logging-jvm.version>3.0.5</kotlin-logging-jvm.version> |
30 | 30 | <quicktheories.version>0.26</quicktheories.version> |
31 | 31 | <spring-boot.version>2.7.12</spring-boot.version> |
32 | | - <graphql-kotlin.version>6.4.1</graphql-kotlin.version> |
33 | | - <jackson-datatype.version>2.15.1</jackson-datatype.version> |
| 32 | + <graphql-kotlin.version>6.5.2</graphql-kotlin.version> |
| 33 | + <jackson-datatype.version>2.15.2</jackson-datatype.version> |
34 | 34 |
|
35 | 35 | <!-- Other properties --> |
36 | 36 | <start.class>fi.hsl.jore4.hastus.HastusApplicationKt</start.class> |
|
213 | 213 | <plugin> |
214 | 214 | <groupId>org.apache.maven.plugins</groupId> |
215 | 215 | <artifactId>maven-enforcer-plugin</artifactId> |
216 | | - <version>3.0.0</version> |
| 216 | + <version>3.3.0</version> |
217 | 217 | <executions> |
218 | 218 | <execution> |
219 | 219 | <id>enforce-versions</id> |
|
302 | 302 | <plugin> |
303 | 303 | <groupId>org.apache.maven.plugins</groupId> |
304 | 304 | <artifactId>maven-compiler-plugin</artifactId> |
305 | | - <version>3.8.1</version> |
| 305 | + <version>3.11.0</version> |
306 | 306 | <configuration> |
307 | 307 | <source>${java.version}</source> |
308 | 308 | <target>${java.version}</target> |
|
0 commit comments