Skip to content

Commit

Permalink
Java 22
Browse files Browse the repository at this point in the history
  • Loading branch information
Tillerino committed May 31, 2024
1 parent b31c13a commit 5124fc0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</modules>

<properties>
<jacoco.version>0.8.10</jacoco.version>
<jacoco.version>0.8.12</jacoco.version>
<jersey.version>3.0.8</jersey.version>
<jetty.version>9.4.54.v20240208</jetty.version>
<jackson.version>2.17.1</jackson.version>
Expand Down Expand Up @@ -168,9 +168,9 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>21</source>
<target>21</target>
<release>21</release>
<source>22</source>
<target>22</target>
<release>22</release>
<encoding>UTF-8</encoding>
<compilerArgs>
<compilerArg>-parameters</compilerArg>
Expand Down

0 comments on commit 5124fc0

Please sign in to comment.