Skip to content

Commit 0e703ef

Browse files
committed
update a few dependency versions, closes mitreid-connect#1145
1 parent 275c1b7 commit 0e703ef

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

openid-connect-server/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@
5151
<artifactId>org.eclipse.persistence.core</artifactId>
5252
</dependency>
5353

54+
<dependency>
55+
<groupId>org.apache.commons</groupId>
56+
<artifactId>commons-io</artifactId>
57+
</dependency>
5458
</dependencies>
5559
<description>OpenID Connect server libraries for Spring and Spring Security.</description>
5660
<url />

pom.xml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -521,17 +521,17 @@
521521
<dependency>
522522
<groupId>com.google.guava</groupId>
523523
<artifactId>guava</artifactId>
524-
<version>18.0</version>
524+
<version>20.0</version>
525525
</dependency>
526526
<dependency>
527527
<groupId>com.google.code.gson</groupId>
528528
<artifactId>gson</artifactId>
529-
<version>2.3.1</version>
529+
<version>2.8.0</version>
530530
</dependency>
531531
<dependency>
532532
<groupId>org.apache.httpcomponents</groupId>
533533
<artifactId>httpclient</artifactId>
534-
<version>4.3.6</version>
534+
<version>4.5.2</version>
535535
<exclusions>
536536
<exclusion>
537537
<groupId>commons-logging</groupId>
@@ -542,7 +542,7 @@
542542
<dependency>
543543
<groupId>com.nimbusds</groupId>
544544
<artifactId>nimbus-jose-jwt</artifactId>
545-
<version>4.3</version>
545+
<version>4.33</version>
546546
</dependency>
547547
<dependency>
548548
<groupId>org.bouncycastle</groupId>
@@ -554,6 +554,11 @@
554554
<artifactId>org.eclipse.persistence.core</artifactId>
555555
<version>2.5.1</version>
556556
</dependency>
557+
<dependency>
558+
<groupId>org.apache.commons</groupId>
559+
<artifactId>commons-io</artifactId>
560+
<version>1.3.2</version>
561+
</dependency>
557562
</dependencies>
558563
</dependencyManagement>
559564

0 commit comments

Comments
 (0)