Skip to content

Commit

Permalink
[MNG-7913] Upgrade Sisu version (#1286)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
cstamas committed Oct 26, 2023
1 parent 53edd71 commit ecd59b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit ecd59b7

Please sign in to comment.