Skip to content

Commit

Permalink
#414: update libraries, require java17
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Ohr committed Mar 6, 2024
1 parent 4535cd2 commit 05928c9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<packaging>pom</packaging>

<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>

<compiler-plugin-version>3.8.1</compiler-plugin-version>
<download-plugin-version>1.6.0</download-plugin-version>
Expand All @@ -26,13 +26,13 @@
<skipCache>false</skipCache>

<beanutils-version>1.9.4</beanutils-version>
<commons-io-version>2.11.0</commons-io-version>
<easymock-version>5.0.1</easymock-version>
<commons-io-version>2.15.1</commons-io-version>
<easymock-version>5.2.0</easymock-version>
<hamcrest-version>2.2</hamcrest-version>
<hapi-version>2.3</hapi-version>
<jaxb-version>4.0.3</jaxb-version>
<slf4j-version>2.0.6</slf4j-version>
<junit.jupiter-version>5.10.0</junit.jupiter-version>
<hapi-version>2.5.1</hapi-version>
<jaxb-version>4.0.4</jaxb-version>
<slf4j-version>2.0.11</slf4j-version>
<junit.jupiter-version>5.10.1</junit.jupiter-version>
</properties>

<url>https://github.com/oehf/ipf-gazelle</url>
Expand Down Expand Up @@ -217,7 +217,7 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>${compiler-plugin-version}</version>
<configuration>
<release>11</release>
<release>17</release>
<forceJavacCompilerUse>true</forceJavacCompilerUse>
</configuration>
</plugin>
Expand Down

0 comments on commit 05928c9

Please sign in to comment.