|
50 | 50 |
|
51 | 51 | <properties> |
52 | 52 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
53 | | - <kotlin.version>2.1.20</kotlin.version> |
| 53 | + <kotlin.version>2.2.0</kotlin.version> |
54 | 54 | <kotlin.compiler.incremental>false</kotlin.compiler.incremental> |
55 | 55 | <jvm.target>17</jvm.target> |
56 | 56 | </properties> |
|
90 | 90 | <dependency> |
91 | 91 | <groupId>org.apache.logging.log4j</groupId> |
92 | 92 | <artifactId>log4j-to-slf4j</artifactId> |
93 | | - <version>2.23.1</version> |
| 93 | + <version>2.25.1</version> |
94 | 94 | </dependency> |
95 | 95 | <dependency> |
96 | 96 | <groupId>com.h2database</groupId> |
|
100 | 100 | <dependency> |
101 | 101 | <groupId>org.postgresql</groupId> |
102 | 102 | <artifactId>postgresql</artifactId> |
103 | | - <version>42.7.5</version> |
| 103 | + <version>42.7.7</version> |
104 | 104 | </dependency> |
105 | 105 | <dependency> |
106 | 106 | <groupId>com.mysql</groupId> |
107 | 107 | <artifactId>mysql-connector-j</artifactId> |
108 | | - <version>9.2.0</version> |
| 108 | + <version>9.3.0</version> |
109 | 109 | </dependency> |
110 | 110 | <dependency> |
111 | 111 | <groupId>com.microsoft.sqlserver</groupId> |
112 | 112 | <artifactId>mssql-jdbc</artifactId> |
113 | | - <version>12.10.0.jre11</version> |
| 113 | + <version>12.10.1.jre11</version> |
114 | 114 | </dependency> |
115 | 115 | </dependencies> |
116 | 116 | </dependencyManagement> |
|
128 | 128 | <dependency> |
129 | 129 | <groupId>org.junit.jupiter</groupId> |
130 | 130 | <artifactId>junit-jupiter</artifactId> |
131 | | - <version>5.11.1</version> |
| 131 | + <version>5.13.4</version> |
132 | 132 | <scope>test</scope> |
133 | 133 | </dependency> |
134 | 134 | <dependency> |
|
186 | 186 | <plugin> |
187 | 187 | <groupId>org.apache.maven.plugins</groupId> |
188 | 188 | <artifactId>maven-jar-plugin</artifactId> |
189 | | - <version>3.2.0</version> |
| 189 | + <version>3.4.2</version> |
190 | 190 | </plugin> |
191 | 191 | <plugin> |
192 | 192 | <groupId>org.apache.maven.plugins</groupId> |
193 | 193 | <artifactId>maven-assembly-plugin</artifactId> |
194 | | - <version>2.6</version> |
| 194 | + <version>3.1.1</version> |
195 | 195 | </plugin> |
196 | 196 | <plugin> |
197 | 197 | <groupId>org.apache.maven.plugins</groupId> |
198 | 198 | <artifactId>maven-surefire-plugin</artifactId> |
199 | | - <version>2.22.2</version> |
| 199 | + <version>3.5.2</version> |
200 | 200 | </plugin> |
201 | 201 | </plugins> |
202 | 202 | </pluginManagement> |
|
224 | 224 | <plugin> |
225 | 225 | <groupId>org.jetbrains.dokka</groupId> |
226 | 226 | <artifactId>dokka-maven-plugin</artifactId> |
227 | | - <version>1.9.20</version> |
| 227 | + <version>2.0.0</version> |
228 | 228 | <executions> |
229 | 229 | <execution> |
230 | 230 | <phase>verify</phase> |
|
0 commit comments