|
9 | 9 | <version>1.0-SNAPSHOT</version> |
10 | 10 |
|
11 | 11 | <properties> |
12 | | - <kotlin.version>1.9.24</kotlin.version> |
| 12 | + <kotlin.version>2.2.21</kotlin.version> |
13 | 13 | <maven.compiler>17</maven.compiler> |
14 | | - <specmatic.version>2.27.3</specmatic.version> |
15 | | - <spring.boot.version>3.5.6</spring.boot.version> |
| 14 | + <specmatic.version>2.28.1</specmatic.version> |
| 15 | + <spring.boot.version>3.5.7</spring.boot.version> |
16 | 16 | </properties> |
17 | 17 |
|
18 | 18 | <repositories> |
|
30 | 30 | <version>${kotlin.version}</version> |
31 | 31 | </dependency> |
32 | 32 | <dependency> |
33 | | - <groupId>com.fasterxml.jackson.core</groupId> |
| 33 | + <groupId>tools.jackson.core</groupId> |
34 | 34 | <artifactId>jackson-core</artifactId> |
35 | | - <version>2.20.0</version> |
| 35 | + <version>3.0.1</version> |
36 | 36 | </dependency> |
37 | 37 | <dependency> |
38 | | - <groupId>com.fasterxml.jackson.core</groupId> |
| 38 | + <groupId>tools.jackson.core</groupId> |
39 | 39 | <artifactId>jackson-databind</artifactId> |
40 | | - <version>2.20.0</version> |
| 40 | + <version>3.0.1</version> |
41 | 41 | </dependency> |
42 | 42 |
|
43 | 43 | <!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter --> |
|
90 | 90 | <dependency> |
91 | 91 | <groupId>org.junit.jupiter</groupId> |
92 | 92 | <artifactId>junit-jupiter</artifactId> |
93 | | - <version>5.14.1</version> |
| 93 | + <version>6.0.1</version> |
94 | 94 | <scope>test</scope> |
95 | 95 | </dependency> |
96 | 96 |
|
|
104 | 104 | <dependency> |
105 | 105 | <groupId>org.junit.platform</groupId> |
106 | 106 | <artifactId>junit-platform-launcher</artifactId> |
107 | | - <version>1.14.1</version> |
| 107 | + <version>6.0.1</version> |
108 | 108 | <scope>test</scope> |
109 | 109 | </dependency> |
110 | 110 |
|
111 | 111 | <dependency> |
112 | 112 | <groupId>org.springdoc</groupId> |
113 | 113 | <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId> |
114 | | - <version>2.8.13</version> |
| 114 | + <version>2.8.14</version> |
115 | 115 | </dependency> |
116 | 116 |
|
117 | 117 | <dependency> |
|
0 commit comments