|
5 | 5 |
|
6 | 6 | <groupId>bio.overture</groupId>
|
7 | 7 | <artifactId>ego</artifactId>
|
8 |
| - <version>4.5.2</version> |
| 8 | + <version>5.0.0</version> |
9 | 9 |
|
10 | 10 | <name>ego</name>
|
11 | 11 | <description>OAuth 2.0 Authorization service that supports multiple OpenID Connect Providers</description>
|
12 | 12 |
|
13 | 13 | <parent>
|
14 | 14 | <groupId>org.springframework.boot</groupId>
|
15 | 15 | <artifactId>spring-boot-starter-parent</artifactId>
|
16 |
| - <version>2.1.8.RELEASE</version> |
| 16 | + <version>2.5.6</version> |
17 | 17 | <relativePath/> <!-- lookup parent from repository -->
|
18 | 18 | </parent>
|
19 | 19 |
|
|
87 | 87 | <artifactId>spring-boot-starter-test</artifactId>
|
88 | 88 | <scope>test</scope>
|
89 | 89 | </dependency>
|
| 90 | + |
90 | 91 | <dependency>
|
91 | 92 | <groupId>org.springframework.security</groupId>
|
92 | 93 | <artifactId>spring-security-test</artifactId>
|
|
106 | 107 | <groupId>org.springframework.session</groupId>
|
107 | 108 | <artifactId>spring-session-core</artifactId>
|
108 | 109 | </dependency>
|
109 |
| - |
| 110 | + <dependency> |
| 111 | + <groupId>org.springframework.boot</groupId> |
| 112 | + <artifactId>spring-boot-starter-validation</artifactId> |
| 113 | + </dependency> |
110 | 114 | <!-- JDBC -->
|
111 | 115 | <dependency>
|
112 | 116 | <groupId>com.h2database</groupId>
|
|
292 | 296 | <scope>test</scope>
|
293 | 297 | </dependency>
|
294 | 298 |
|
| 299 | + <dependency> |
| 300 | + <groupId>org.junit.vintage</groupId> |
| 301 | + <artifactId>junit-vintage-engine</artifactId> |
| 302 | + <scope>test</scope> |
| 303 | + </dependency> |
| 304 | + |
295 | 305 | <dependency>
|
296 | 306 | <groupId>org.springframework.boot</groupId>
|
297 | 307 | <artifactId>spring-boot-devtools</artifactId>
|
|
416 | 426 | <dependency>
|
417 | 427 | <groupId>org.springframework.cloud</groupId>
|
418 | 428 | <artifactId>spring-cloud-dependencies</artifactId>
|
419 |
| - <version>Greenwich.SR2</version> |
| 429 | + <version>2020.0.4</version> |
420 | 430 | <type>pom</type>
|
421 | 431 | <scope>import</scope>
|
422 | 432 | </dependency>
|
|
0 commit comments