Skip to content

Commit

Permalink
Upgrade weld dependencies (#984)
Browse files Browse the repository at this point in the history
  • Loading branch information
aureamunoz authored Dec 17, 2024
1 parent 9c73121 commit 94acc89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<version.slf4j>2.0.16</version.slf4j>
<version.mockito>5.2.0</version.mockito>
<version.jackson>2.18.2</version.jackson>
<version.weld>5.1.3.Final</version.weld>
<version.weld>6.0.0.Final</version.weld>
<version.spring-boot>3.0.7</version.spring-boot>

<revapi-maven-plugin.version>0.15.0</revapi-maven-plugin.version>
Expand Down Expand Up @@ -187,12 +187,12 @@
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-spi</artifactId>
<version>5.0.SP3</version>
<version>6.0.Final</version>
</dependency>
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-api</artifactId>
<version>5.0.SP3</version>
<version>6.0.Final</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 94acc89

Please sign in to comment.