File tree Expand file tree Collapse file tree 4 files changed +141
-43
lines changed
test/java/com/pj/keycloak Expand file tree Collapse file tree 4 files changed +141
-43
lines changed Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.springframework.boot</groupId >
7
7
<artifactId >spring-boot-starter-parent</artifactId >
8
- <version >2.4.5 </version >
8
+ <version >2.5.2 </version >
9
9
<relativePath /> <!-- lookup parent from repository -->
10
10
</parent >
11
11
<groupId >com.pj</groupId >
35
35
<dependency >
36
36
<groupId >org.keycloak</groupId >
37
37
<artifactId >keycloak-spring-boot-starter</artifactId >
38
- <version >13 .0.0</version >
38
+ <version >14 .0.0</version >
39
39
</dependency >
40
40
41
41
<dependency >
64
64
<artifactId >spring-boot-starter-test</artifactId >
65
65
<scope >test</scope >
66
66
</dependency >
67
+ <dependency >
68
+ <groupId >org.junit.jupiter</groupId >
69
+ <artifactId >junit-jupiter-engine</artifactId >
70
+ <scope >test</scope >
71
+ </dependency >
67
72
<dependency >
68
73
<groupId >org.springframework.security</groupId >
69
74
<artifactId >spring-security-test</artifactId >
70
75
<scope >test</scope >
71
76
</dependency >
72
77
</dependencies >
73
78
74
- <dependencyManagement >
75
- <dependencies >
76
- <dependency >
77
- <groupId >org.keycloak.bom</groupId >
78
- <artifactId >keycloak-adapter-bom</artifactId >
79
- <version >13.0.0</version >
80
- <type >pom</type >
81
- </dependency >
82
- </dependencies >
83
- </dependencyManagement >
84
79
85
80
<profiles >
86
81
<profile >
Original file line number Diff line number Diff line change 1
1
package com .pj .keycloak ;
2
2
3
- import org .junit .Test ;
4
- import org .junit .runner .RunWith ;
3
+
4
+ import org .junit .jupiter .api .Test ;
5
+ import org .junit .jupiter .api .extension .ExtendWith ;
5
6
import org .springframework .boot .test .context .SpringBootTest ;
6
- import org .springframework .test .context .junit4 . SpringRunner ;
7
+ import org .springframework .test .context .junit . jupiter . SpringExtension ;
7
8
8
- @ RunWith ( SpringRunner .class )
9
+ @ ExtendWith ( SpringExtension .class )
9
10
@ SpringBootTest
10
- public class KeyCloakSpringSecurityApplicationTests
11
+ class KeyCloakSpringSecurityApplicationTests
11
12
{
12
13
13
14
@ Test
14
- public void contextLoads ()
15
+ void contextLoads ()
15
16
{
16
- }
17
17
18
+ }
18
19
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " keycloak-angular-ui" ,
3
- "version" : " 3 .0.0" ,
3
+ "version" : " 4 .0.0" ,
4
4
"scripts" : {
5
5
"ng" : " ng" ,
6
6
"start" : " ng serve" ,
19
19
"@angular/platform-browser" : " ~12.1.2" ,
20
20
"@angular/platform-browser-dynamic" : " ~12.1.2" ,
21
21
"@angular/router" : " ~12.1.2" ,
22
- "bootstrap" : " ^4.5 .2" ,
23
- "jquery" : " ^3.5.1 " ,
24
- "keycloak-js" : " ^11 .0.2 " ,
25
- "ngx-spinner" : " ^10 .0.1 " ,
22
+ "bootstrap" : " ^5.0 .2" ,
23
+ "jquery" : " ^3.6.0 " ,
24
+ "keycloak-js" : " ^14 .0.0 " ,
25
+ "ngx-spinner" : " ^12 .0.0 " ,
26
26
"popper.js" : " ^1.16.1" ,
27
- "rxjs" : " ~6.6.3 " ,
28
- "tslib" : " ^2.0 .0" ,
27
+ "rxjs" : " ~7.2.0 " ,
28
+ "tslib" : " ^2.3 .0" ,
29
29
"zone.js" : " ~0.11.4"
30
30
},
31
31
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments