|
12 | 12 | <name>org.jetbrains.ktor tech-empower-framework-benchmark</name> |
13 | 13 |
|
14 | 14 | <properties> |
15 | | - <kotlin.version>2.1.20</kotlin.version> |
16 | | - <ktor.version>3.1.2</ktor.version> |
| 15 | + <kotlin.version>2.1.21</kotlin.version> |
| 16 | + <ktor.version>3.1.3</ktor.version> |
17 | 17 | <serialization.version>1.8.1</serialization.version> |
18 | 18 | <kotlinx.html.version>0.12.0</kotlinx.html.version> |
19 | 19 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
20 | 20 | <hikaricp.version>5.1.0</hikaricp.version> |
21 | | - <logback.version>1.5.12</logback.version> |
| 21 | + <logback.version>1.5.13</logback.version> |
22 | 22 | <mysql.version>8.0.33</mysql.version> |
23 | | - <postgresql.version>42.7.4</postgresql.version> |
| 23 | + <postgresql.version>42.7.5</postgresql.version> |
24 | 24 | </properties> |
25 | 25 |
|
26 | 26 | <dependencies> |
27 | 27 | <dependency> |
28 | 28 | <groupId>org.jetbrains.kotlin</groupId> |
29 | | - <artifactId>kotlin-reflect</artifactId> |
| 29 | + <artifactId>kotlin-stdlib</artifactId> |
30 | 30 | <version>${kotlin.version}</version> |
31 | 31 | </dependency> |
| 32 | + |
32 | 33 | <dependency> |
33 | 34 | <groupId>org.jetbrains.kotlinx</groupId> |
34 | 35 | <artifactId>kotlinx-serialization-core</artifactId> |
|
39 | 40 | <artifactId>kotlinx-serialization-json</artifactId> |
40 | 41 | <version>${serialization.version}</version> |
41 | 42 | </dependency> |
42 | | - <dependency> |
43 | | - <groupId>org.jetbrains.kotlinx</groupId> |
44 | | - <artifactId>kotlinx-serialization-json-io</artifactId> |
45 | | - <version>${serialization.version}</version> |
46 | | - </dependency> |
47 | 43 | <dependency> |
48 | 44 | <groupId>org.jetbrains.kotlinx</groupId> |
49 | 45 | <artifactId>kotlinx-html-jvm</artifactId> |
|
150 | 146 | </plugin> |
151 | 147 | <plugin> |
152 | 148 | <artifactId>maven-assembly-plugin</artifactId> |
153 | | - <version>3.0.0</version> |
| 149 | + <version>3.7.1</version> |
154 | 150 |
|
155 | 151 | <executions> |
156 | 152 | <execution> |
|
0 commit comments