Skip to content

Commit fa2a96e

Browse files
committed
Dependency updates.
1 parent 8442144 commit fa2a96e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
<properties>
5252
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
53-
<kotlin.version>2.1.20</kotlin.version>
53+
<kotlin.version>2.2.0</kotlin.version>
5454
<kotlin.compiler.incremental>false</kotlin.compiler.incremental>
5555
<jvm.target>17</jvm.target>
5656
</properties>
@@ -90,7 +90,7 @@
9090
<dependency>
9191
<groupId>org.apache.logging.log4j</groupId>
9292
<artifactId>log4j-to-slf4j</artifactId>
93-
<version>2.23.1</version>
93+
<version>2.25.1</version>
9494
</dependency>
9595
<dependency>
9696
<groupId>com.h2database</groupId>
@@ -100,17 +100,17 @@
100100
<dependency>
101101
<groupId>org.postgresql</groupId>
102102
<artifactId>postgresql</artifactId>
103-
<version>42.7.5</version>
103+
<version>42.7.7</version>
104104
</dependency>
105105
<dependency>
106106
<groupId>com.mysql</groupId>
107107
<artifactId>mysql-connector-j</artifactId>
108-
<version>9.2.0</version>
108+
<version>9.3.0</version>
109109
</dependency>
110110
<dependency>
111111
<groupId>com.microsoft.sqlserver</groupId>
112112
<artifactId>mssql-jdbc</artifactId>
113-
<version>12.10.0.jre11</version>
113+
<version>12.10.1.jre11</version>
114114
</dependency>
115115
</dependencies>
116116
</dependencyManagement>
@@ -128,7 +128,7 @@
128128
<dependency>
129129
<groupId>org.junit.jupiter</groupId>
130130
<artifactId>junit-jupiter</artifactId>
131-
<version>5.11.1</version>
131+
<version>5.13.4</version>
132132
<scope>test</scope>
133133
</dependency>
134134
<dependency>
@@ -186,17 +186,17 @@
186186
<plugin>
187187
<groupId>org.apache.maven.plugins</groupId>
188188
<artifactId>maven-jar-plugin</artifactId>
189-
<version>3.2.0</version>
189+
<version>3.4.2</version>
190190
</plugin>
191191
<plugin>
192192
<groupId>org.apache.maven.plugins</groupId>
193193
<artifactId>maven-assembly-plugin</artifactId>
194-
<version>2.6</version>
194+
<version>3.1.1</version>
195195
</plugin>
196196
<plugin>
197197
<groupId>org.apache.maven.plugins</groupId>
198198
<artifactId>maven-surefire-plugin</artifactId>
199-
<version>2.22.2</version>
199+
<version>3.5.2</version>
200200
</plugin>
201201
</plugins>
202202
</pluginManagement>
@@ -224,7 +224,7 @@
224224
<plugin>
225225
<groupId>org.jetbrains.dokka</groupId>
226226
<artifactId>dokka-maven-plugin</artifactId>
227-
<version>1.9.20</version>
227+
<version>2.0.0</version>
228228
<executions>
229229
<execution>
230230
<phase>verify</phase>

0 commit comments

Comments
 (0)