Skip to content

Commit

Permalink
upgrade weld version to fix jdk17 build (#6539)
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
  • Loading branch information
olamy committed Jul 26, 2021
1 parent 08ace84 commit dea48ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -47,8 +47,8 @@
<junit.version>5.7.2</junit.version>
<maven.version>3.6.3</maven.version>
<maven.resolver.version>1.6.1</maven.resolver.version>
<weld.version>4.0.0.Beta5</weld.version>
<jboss.logging.version>3.4.1.Final</jboss.logging.version>
<weld.version>4.0.2.Final</weld.version>
<jboss.logging.version>3.4.2.Final</jboss.logging.version>
<jetty.perf-helper.version>1.0.6</jetty.perf-helper.version>
<ant.version>1.10.9</ant.version>
<unix.socket.tmp></unix.socket.tmp>
Expand Down

0 comments on commit dea48ba

Please sign in to comment.