| commit | 10545c60ff2ef7501e3c33c318d6a8c160531234 | [log] [tgz] | 
|---|---|---|
| author | Slawomir Jaranowski <s.jaranowski@gmail.com> | Tue Oct 07 22:32:48 2025 +0200 | 
| committer | GitHub <noreply@github.com> | Tue Oct 07 22:32:48 2025 +0200 | 
| tree | 46ee91deae56ae4693cf16675cc5b81cfac99b52 | |
| parent | da70d3c84019962050c1e3fcfeddcbaa46a64ad9 [diff] | 
Fix build by JDK 25 (#558)
diff --git a/pom.xml b/pom.xml index 7a9859d..aa83b37 100644 --- a/pom.xml +++ b/pom.xml
@@ -79,6 +79,9 @@ <mavenFilteringVersion>3.4.0</mavenFilteringVersion> <mavenVersion>3.2.5</mavenVersion> <javaVersion>8</javaVersion> + + <!-- TODO remove with next parent version bump --> + <version.maven-invoker-plugin>3.9.1</version.maven-invoker-plugin> <project.build.outputTimestamp>2023-06-11T20:08:08Z</project.build.outputTimestamp> </properties>