Skip to content

Commit

Permalink
Fixes #240 - Update to Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
Automated workflow committed Nov 26, 2023
1 parent 4a6a04d commit 7f61728
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.2</version>
<configuration>
<useModulePath>false</useModulePath>
</configuration>
Expand Down Expand Up @@ -44,7 +45,7 @@
<dependency>
<groupId>org.jboss.weld.se</groupId>
<artifactId>weld-se-shaded</artifactId>
<version>4.0.0.Final</version>
<version>4.0.3.Final</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 7f61728

Please sign in to comment.