Skip to content

Commit 6200bc7

Browse files
committed
feat: #82 Update java targe version to 17 also in kgstats-srv. Update some commons* libraries to the latest versions.
1 parent 951d2b4 commit 6200bc7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

kgstatsSrv/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@
155155
<artifactId>maven-compiler-plugin</artifactId>
156156
<version>${maven-compiler-plugin.version}</version>
157157
<configuration>
158-
<source>11</source> <!-- todo: use some global project property -->
159-
<target>11</target> <!-- todo: use some global project property -->
158+
<source>${java.version}</source>
159+
<target>${java.version}</target>
160160
<annotationProcessorPaths>
161161
<path>
162162
<groupId>org.mapstruct</groupId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
<zip4j.version>2.11.5</zip4j.version>
2828
<log4j2.version>2.17.1</log4j2.version>
2929
<mysql-connector-java.version>8.0.28</mysql-connector-java.version>
30-
<commons-lang3.version>3.11</commons-lang3.version>
31-
<commons-io.version>2.8.0</commons-io.version>
30+
<commons-lang3.version>3.17.0</commons-lang3.version>
31+
<commons-io.version>2.17.0</commons-io.version>
3232
<commons-fileupload.version>1.5</commons-fileupload.version>
3333
<httpclient.version>4.5.13</httpclient.version>
3434

0 commit comments

Comments
 (0)