Skip to content

Commit

Permalink
update maven version to fit jdk17
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Zhou committed Sep 23, 2024
1 parent 632bb9e commit f89bb4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jsonschema-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
</prerequisites>

<properties>
<maven.core.version>3.8.1</maven.core.version>
<maven.core.version>3.9.6</maven.core.version>
<maven.testing.version>3.3.0</maven.testing.version>
<maven.tools.version>3.6.0</maven.tools.version>
<maven.tools.version>3.11.0</maven.tools.version>
</properties>

<dependencies>
Expand Down

0 comments on commit f89bb4e

Please sign in to comment.