Skip to content

Commit b81bc94

Browse files
committed
UY-1245 update key dependencies for the 3.9.0 release
1 parent de4d683 commit b81bc94

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

pom.xml

+11-11
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@
1616
<properties>
1717
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1818
<scm.base>scm:git:[email protected]:unity-idm/unity.git</scm.base>
19-
<jetty.version>9.4.44.v20210927</jetty.version>
19+
<jetty.version>9.4.46.v20220331</jetty.version>
2020
<slf4j.version>1.7.32</slf4j.version>
21-
<log4j.version>2.17.1</log4j.version>
22-
<spring.version>5.3.13</spring.version>
21+
<log4j.version>2.17.2</log4j.version>
22+
<spring.version>5.3.18</spring.version>
2323
<vaadin.version>8.14.3</vaadin.version>
2424
<cxf.version>3.4.5</cxf.version>
2525
<apacheds.version>2.0.0-M26</apacheds.version>
2626
<bc.version>1.69</bc.version>
2727
<selenium.version>3.141.59</selenium.version>
28-
<jackson.version>2.13.0</jackson.version>
28+
<jackson.version>2.13.2</jackson.version>
2929
<junit5.version>5.8.2</junit5.version>
3030

3131
<!-- Sonar -->
@@ -453,7 +453,7 @@
453453
<dependency>
454454
<groupId>com.fasterxml.jackson.core</groupId>
455455
<artifactId>jackson-databind</artifactId>
456-
<version>${jackson.version}</version>
456+
<version>2.13.2.2</version>
457457
</dependency>
458458
<dependency>
459459
<groupId>com.fasterxml.jackson.datatype</groupId>
@@ -533,7 +533,7 @@
533533
<dependency>
534534
<groupId>org.postgresql</groupId>
535535
<artifactId>postgresql</artifactId>
536-
<version>42.3.1</version>
536+
<version>42.3.3</version>
537537
</dependency>
538538
<dependency>
539539
<groupId>org.mariadb.jdbc</groupId>
@@ -669,7 +669,7 @@
669669
<dependency>
670670
<groupId>com.unboundid</groupId>
671671
<artifactId>unboundid-ldapsdk</artifactId>
672-
<version>6.0.2</version>
672+
<version>6.0.4</version>
673673
</dependency>
674674
<dependency>
675675
<groupId>org.mvel</groupId>
@@ -684,17 +684,17 @@
684684
<dependency>
685685
<groupId>com.nimbusds</groupId>
686686
<artifactId>oauth2-oidc-sdk</artifactId>
687-
<version>9.20</version>
687+
<version>9.32</version>
688688
</dependency>
689689
<dependency>
690690
<groupId>com.nimbusds</groupId>
691691
<artifactId>nimbus-jose-jwt</artifactId>
692-
<version>9.15.2</version>
692+
<version>9.21</version>
693693
</dependency>
694694
<dependency>
695695
<groupId>com.google.guava</groupId>
696696
<artifactId>guava</artifactId>
697-
<version>31.0.1-jre</version>
697+
<version>31.1-jre</version>
698698
</dependency>
699699
<dependency>
700700
<groupId>org.apache.directory.server</groupId>
@@ -750,7 +750,7 @@
750750
<dependency>
751751
<groupId>com.nulab-inc</groupId>
752752
<artifactId>zxcvbn</artifactId>
753-
<version>1.5.2</version>
753+
<version>1.6.0</version>
754754
</dependency>
755755
<dependency>
756756
<groupId>com.sun.xml.ws</groupId>

0 commit comments

Comments
 (0)