Skip to content

Commit

Permalink
Merge pull request #2335 from GluuFederation/issue_2334_4.5.0sp1
Browse files Browse the repository at this point in the history
fix(oxtrust-server): #2334 updated the dependency versions
  • Loading branch information
yurem authored Apr 13, 2023
2 parents 5662398 + 839fc10 commit e2b9e5d
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 e2b9e5d

Please sign in to comment.