Skip to content

Commit

Permalink
Ensured Java 21 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Mar 29, 2024
1 parent 67bffb7 commit 72d379f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,9 @@ Please ensure that your stack size is at least 1MB (for Saxon). Using the Oracle

# News and noteworthy

* v9.2.0 - work in progress
* v9.2.0 - 2024-03-29
* Updated to ph-commons 11.1.5
* Ensured Java 21 compatibility
* Extended the VES status XSD with new optional elements
* Introducing `[I]ValidationExecutorSetStatus` representing the status of a single Validation Executor Set
* v9.1.0 - 2024-03-09
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,14 @@
<dependency>
<groupId>com.helger.commons</groupId>
<artifactId>ph-commons-parent-pom</artifactId>
<version>11.1.4</version>
<version>11.1.5</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.helger.web</groupId>
<artifactId>ph-web-parent-pom</artifactId>
<version>10.1.7</version>
<version>10.1.8</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -95,7 +95,7 @@
<dependency>
<groupId>com.helger.diver</groupId>
<artifactId>ph-diver-parent-pom</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 72d379f

Please sign in to comment.