[MNG-7913] Upgrade Sisu version (#1286)

To version that supports gleaning JSR330 component classes up to Java 19. The reasoning of this change is only to allow 3rd party Maven plugins/Maven extensions/other JSR330 components (managed by Maven embedded Sisu) to use bytecode newer that Java 14 (Sisu 0.3.5), up to 19.

---

https://issues.apache.org/jira/browse/MNG-7913
This commit is contained in:
Tamas Cservenak 2023-10-27 00:22:13 +02:00 committed by GitHub
parent 53edd71c98
commit ecd59b7158
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ under the License.
<javaVersion>8</javaVersion>
<minimalMavenBuildVersion>3.5.4</minimalMavenBuildVersion>
<sisuVersion>0.3.5</sisuVersion>
<sisuVersion>0.9.0.M2</sisuVersion>
<classWorldsVersion>2.7.0</classWorldsVersion>
<commonsCliVersion>1.5.0</commonsCliVersion>
<commonsIoVersion>2.11.0</commonsIoVersion>