File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 51
51
<artifactId >org.eclipse.persistence.core</artifactId >
52
52
</dependency >
53
53
54
+ <dependency >
55
+ <groupId >org.apache.commons</groupId >
56
+ <artifactId >commons-io</artifactId >
57
+ </dependency >
54
58
</dependencies >
55
59
<description >OpenID Connect server libraries for Spring and Spring Security.</description >
56
60
<url />
Original file line number Diff line number Diff line change 521
521
<dependency >
522
522
<groupId >com.google.guava</groupId >
523
523
<artifactId >guava</artifactId >
524
- <version >18 .0</version >
524
+ <version >20 .0</version >
525
525
</dependency >
526
526
<dependency >
527
527
<groupId >com.google.code.gson</groupId >
528
528
<artifactId >gson</artifactId >
529
- <version >2.3.1 </version >
529
+ <version >2.8.0 </version >
530
530
</dependency >
531
531
<dependency >
532
532
<groupId >org.apache.httpcomponents</groupId >
533
533
<artifactId >httpclient</artifactId >
534
- <version >4.3.6 </version >
534
+ <version >4.5.2 </version >
535
535
<exclusions >
536
536
<exclusion >
537
537
<groupId >commons-logging</groupId >
542
542
<dependency >
543
543
<groupId >com.nimbusds</groupId >
544
544
<artifactId >nimbus-jose-jwt</artifactId >
545
- <version >4.3 </version >
545
+ <version >4.33 </version >
546
546
</dependency >
547
547
<dependency >
548
548
<groupId >org.bouncycastle</groupId >
554
554
<artifactId >org.eclipse.persistence.core</artifactId >
555
555
<version >2.5.1</version >
556
556
</dependency >
557
+ <dependency >
558
+ <groupId >org.apache.commons</groupId >
559
+ <artifactId >commons-io</artifactId >
560
+ <version >1.3.2</version >
561
+ </dependency >
557
562
</dependencies >
558
563
</dependencyManagement >
559
564
You can’t perform that action at this time.
0 commit comments