Skip to content

Commit

Permalink
fix(oxtrust-server): #2334 updated the dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shekhar16 committed Apr 12, 2023
1 parent 5662398 commit 839fc10
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<oxcore.version>4.5.0.sp1</oxcore.version>
<oxauth.version>4.5.0.Final</oxauth.version>

<jettison.version>1.3.8</jettison.version>
<jettison.version>1.5.4</jettison.version>

<omnifaces.version>2.6.9</omnifaces.version>

Expand Down Expand Up @@ -358,7 +358,7 @@
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>5.1.0</version>
<version>5.2.1</version>
</dependency>
<dependency>
<groupId>org.openid4java</groupId>
Expand All @@ -374,7 +374,7 @@
<dependency>
<groupId>org.apache.santuario</groupId>
<artifactId>xmlsec</artifactId>
<version>2.1.7</version>
<version>2.3.3</version>s
</dependency>
<dependency>
<groupId>org.javatuples</groupId>
Expand Down Expand Up @@ -411,7 +411,7 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator-cdi</artifactId>
<version>5.4.3.Final</version>
<version>6.0.20.Final</version>
</dependency>
<dependency>
<groupId>javax.validation</groupId>
Expand Down

0 comments on commit 839fc10

Please sign in to comment.