Skip to content

Commit

Permalink
feat: #82 Update java targe version to 17 also in kgstats-srv. Update…
Browse files Browse the repository at this point in the history
… some commons* libraries to the latest versions.
  • Loading branch information
dmitry-weirdo committed Nov 6, 2024
1 parent 951d2b4 commit 6200bc7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions kgstatsSrv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven-compiler-plugin.version}</version>
<configuration>
<source>11</source> <!-- todo: use some global project property -->
<target>11</target> <!-- todo: use some global project property -->
<source>${java.version}</source>
<target>${java.version}</target>
<annotationProcessorPaths>
<path>
<groupId>org.mapstruct</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
<zip4j.version>2.11.5</zip4j.version>
<log4j2.version>2.17.1</log4j2.version>
<mysql-connector-java.version>8.0.28</mysql-connector-java.version>
<commons-lang3.version>3.11</commons-lang3.version>
<commons-io.version>2.8.0</commons-io.version>
<commons-lang3.version>3.17.0</commons-lang3.version>
<commons-io.version>2.17.0</commons-io.version>
<commons-fileupload.version>1.5</commons-fileupload.version>
<httpclient.version>4.5.13</httpclient.version>

Expand Down

0 comments on commit 6200bc7

Please sign in to comment.