Skip to content

Commit

Permalink
Update xmlsec to 3.0.5 to align with version needed by wss4j 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rzo1 committed Nov 26, 2024
1 parent 9645412 commit 11ee52d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion boms/tomee-microprofile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1049,7 +1049,7 @@
<dependency>
<groupId>org.apache.santuario</groupId>
<artifactId>xmlsec</artifactId>
<version>3.0.4</version>
<version>3.0.5</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion boms/tomee-plume/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1115,7 +1115,7 @@
<dependency>
<groupId>org.apache.santuario</groupId>
<artifactId>xmlsec</artifactId>
<version>3.0.4</version>
<version>3.0.5</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion boms/tomee-plus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1137,7 +1137,7 @@
<dependency>
<groupId>org.apache.santuario</groupId>
<artifactId>xmlsec</artifactId>
<version>3.0.4</version>
<version>3.0.5</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion boms/tomee-webprofile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@
<dependency>
<groupId>org.apache.santuario</groupId>
<artifactId>xmlsec</artifactId>
<version>3.0.4</version>
<version>3.0.5</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@

<!-- Other API and Impl. not in Jakarta EE -->
<version.wss4j>3.0.4</version.wss4j>
<version.xmlsec>3.0.4</version.xmlsec>
<version.xmlsec>3.0.5</version.xmlsec>
<version.krazo>2.0.2</version.krazo>
<version.jose4j>0.9.6</version.jose4j>
<version.sxc>0.9</version.sxc>
Expand Down

0 comments on commit 11ee52d

Please sign in to comment.