Skip to content

Commit

Permalink
Upgrading CXF and java-uuid-generator
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Sep 18, 2023
1 parent a816d62 commit 4089e59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ under the License.
<connid.okta.version>3.0.1</connid.okta.version>
<connid.cmd.version>0.5</connid.cmd.version>

<cxf.version>4.0.2</cxf.version>
<cxf.version>4.0.3</cxf.version>
<bouncycastle.version>1.76</bouncycastle.version>
<nimbus-jose-jwt.version>9.34</nimbus-jose-jwt.version>

Expand Down Expand Up @@ -619,7 +619,7 @@ under the License.
<dependency>
<groupId>com.fasterxml.uuid</groupId>
<artifactId>java-uuid-generator</artifactId>
<version>4.2.0</version>
<version>4.3.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 4089e59

Please sign in to comment.