File tree 16 files changed +25
-25
lines changed
bonus-code-crm-with-security-in-memory-authentication
bonus-code-crm-with-security-jdbc-encryption-authentication
bonus-code-spring-security-user-registration
solution-code-spring-security-demo-01-base-app
solution-code-spring-security-demo-02-basic-security
solution-code-spring-security-demo-03-custom-login-form
solution-code-spring-security-demo-07-user-roles-custom-access-denied-page
solution-code-spring-security-demo-07-user-roles-display-content-based-on-roles
solution-code-spring-security-demo-08-jdbc-plaintext
solution-code-spring-security-demo-09-jdbc-bcrypt
spring-security-demo-starter/spring-security-demo-01-base-app
solution-code-jackson-databinding-json-demo-01-procesing-json
solution-code-jackson-databinding-json-demo-02-nested-objects
solution-code-jackson-databinding-json-demo-03-nested-objects-and-arrays
solution-code-jackson-databinding-json-demo-04-ignore-properties
solution-code-spring-crm-rest-demo-add-customer
16 files changed +25
-25
lines changed Original file line number Diff line number Diff line change 14
14
<springsecurity .version>5.0.1.RELEASE</springsecurity .version>
15
15
16
16
<hibernate .version>5.4.1.Final</hibernate .version>
17
- <mysql .connector.version>5.1.40 </mysql .connector.version>
17
+ <mysql .connector.version>8.0.16 </mysql .connector.version>
18
18
<c3po .version>0.9.5.4</c3po .version>
19
19
20
20
<maven .compiler.source>1.8</maven .compiler.source>
75
75
<dependency >
76
76
<groupId >junit</groupId >
77
77
<artifactId >junit</artifactId >
78
- <version >3.8 .1</version >
78
+ <version >4.13 .1</version >
79
79
<scope >test</scope >
80
80
</dependency >
81
81
Original file line number Diff line number Diff line change 14
14
<springsecurity .version>5.0.3.RELEASE</springsecurity .version>
15
15
16
16
<hibernate .version>5.4.1.Final</hibernate .version>
17
- <mysql .connector.version>5.1.45 </mysql .connector.version>
17
+ <mysql .connector.version>8.0.16 </mysql .connector.version>
18
18
<c3po .version>0.9.5.4</c3po .version>
19
19
20
20
<maven .compiler.source>1.8</maven .compiler.source>
74
74
<dependency >
75
75
<groupId >junit</groupId >
76
76
<artifactId >junit</artifactId >
77
- <version >3.8 .1</version >
77
+ <version >4.13 .1</version >
78
78
<scope >test</scope >
79
79
</dependency >
80
80
Original file line number Diff line number Diff line change 53
53
<dependency >
54
54
<groupId >mysql</groupId >
55
55
<artifactId >mysql-connector-java</artifactId >
56
- <version >5.1.45 </version >
56
+ <version >8.0.16 </version >
57
57
</dependency >
58
58
59
59
<dependency >
85
85
<dependency >
86
86
<groupId >junit</groupId >
87
87
<artifactId >junit</artifactId >
88
- <version >3.8 .1</version >
88
+ <version >4.13 .1</version >
89
89
<scope >test</scope >
90
90
</dependency >
91
91
Original file line number Diff line number Diff line change 47
47
<dependency >
48
48
<groupId >junit</groupId >
49
49
<artifactId >junit</artifactId >
50
- <version >3.8 .1</version >
50
+ <version >4.13 .1</version >
51
51
<scope >test</scope >
52
52
</dependency >
53
53
Original file line number Diff line number Diff line change 63
63
<dependency >
64
64
<groupId >junit</groupId >
65
65
<artifactId >junit</artifactId >
66
- <version >3.8 .1</version >
66
+ <version >4.13 .1</version >
67
67
<scope >test</scope >
68
68
</dependency >
69
69
Original file line number Diff line number Diff line change 10
10
<name >spring-security-demo</name >
11
11
12
12
<properties >
13
- <springframework .version>5.0.2 .RELEASE</springframework .version>
13
+ <springframework .version>5.0.17 .RELEASE</springframework .version>
14
14
<springsecurity .version>5.0.0.RELEASE</springsecurity .version>
15
15
16
16
<maven .compiler.source>1.8</maven .compiler.source>
63
63
<dependency >
64
64
<groupId >junit</groupId >
65
65
<artifactId >junit</artifactId >
66
- <version >3.8 .1</version >
66
+ <version >4.13 .1</version >
67
67
<scope >test</scope >
68
68
</dependency >
69
69
Original file line number Diff line number Diff line change 71
71
<dependency >
72
72
<groupId >junit</groupId >
73
73
<artifactId >junit</artifactId >
74
- <version >3.8 .1</version >
74
+ <version >4.13 .1</version >
75
75
<scope >test</scope >
76
76
</dependency >
77
77
Original file line number Diff line number Diff line change 10
10
<name >spring-security-demo</name >
11
11
12
12
<properties >
13
- <springframework .version>5.0.2 .RELEASE</springframework .version>
13
+ <springframework .version>5.0.17 .RELEASE</springframework .version>
14
14
<springsecurity .version>5.0.0.RELEASE</springsecurity .version>
15
15
16
16
<maven .compiler.source>1.8</maven .compiler.source>
71
71
<dependency >
72
72
<groupId >junit</groupId >
73
73
<artifactId >junit</artifactId >
74
- <version >3.8 .1</version >
74
+ <version >4.13 .1</version >
75
75
<scope >test</scope >
76
76
</dependency >
77
77
Original file line number Diff line number Diff line change 53
53
<dependency >
54
54
<groupId >mysql</groupId >
55
55
<artifactId >mysql-connector-java</artifactId >
56
- <version >5.1.45 </version >
56
+ <version >8.0.16 </version >
57
57
</dependency >
58
58
59
59
<dependency >
85
85
<dependency >
86
86
<groupId >junit</groupId >
87
87
<artifactId >junit</artifactId >
88
- <version >3.8 .1</version >
88
+ <version >4.13 .1</version >
89
89
<scope >test</scope >
90
90
</dependency >
91
91
Original file line number Diff line number Diff line change 10
10
<name >spring-security-demo</name >
11
11
12
12
<properties >
13
- <springframework .version>5.0.2 .RELEASE</springframework .version>
13
+ <springframework .version>5.0.17 .RELEASE</springframework .version>
14
14
<springsecurity .version>5.0.0.RELEASE</springsecurity .version>
15
15
16
16
<maven .compiler.source>1.8</maven .compiler.source>
53
53
<dependency >
54
54
<groupId >mysql</groupId >
55
55
<artifactId >mysql-connector-java</artifactId >
56
- <version >5.1.45 </version >
56
+ <version >8.0.16 </version >
57
57
</dependency >
58
58
59
59
<dependency >
85
85
<dependency >
86
86
<groupId >junit</groupId >
87
87
<artifactId >junit</artifactId >
88
- <version >3.8 .1</version >
88
+ <version >4.13 .1</version >
89
89
<scope >test</scope >
90
90
</dependency >
91
91
Original file line number Diff line number Diff line change 54
54
<dependency >
55
55
<groupId >junit</groupId >
56
56
<artifactId >junit</artifactId >
57
- <version >3.8 .1</version >
57
+ <version >4.13 .1</version >
58
58
<scope >test</scope >
59
59
</dependency >
60
60
Original file line number Diff line number Diff line change 22
22
<dependency >
23
23
<groupId >com.fasterxml.jackson.core</groupId >
24
24
<artifactId >jackson-databind</artifactId >
25
- <version >2.9. 10.4 </version >
25
+ <version >2.10.0.pr1 </version >
26
26
</dependency >
27
27
28
28
</dependencies >
Original file line number Diff line number Diff line change 22
22
<dependency >
23
23
<groupId >com.fasterxml.jackson.core</groupId >
24
24
<artifactId >jackson-databind</artifactId >
25
- <version >2.9. 10.4 </version >
25
+ <version >2.10.0.pr1 </version >
26
26
</dependency >
27
27
28
28
</dependencies >
Original file line number Diff line number Diff line change 22
22
<dependency >
23
23
<groupId >com.fasterxml.jackson.core</groupId >
24
24
<artifactId >jackson-databind</artifactId >
25
- <version >2.9. 10.4 </version >
25
+ <version >2.10.0.pr1 </version >
26
26
</dependency >
27
27
28
28
</dependencies >
Original file line number Diff line number Diff line change 22
22
<dependency >
23
23
<groupId >com.fasterxml.jackson.core</groupId >
24
24
<artifactId >jackson-databind</artifactId >
25
- <version >2.9. 10.4 </version >
25
+ <version >2.10.0.pr1 </version >
26
26
</dependency >
27
27
28
28
</dependencies >
Original file line number Diff line number Diff line change 10
10
<properties >
11
11
<springframework .version>5.2.3.RELEASE</springframework .version>
12
12
<hibernate .version>5.4.1.Final</hibernate .version>
13
- <mysql .connector.version>5.1.45 </mysql .connector.version>
13
+ <mysql .connector.version>8.0.16 </mysql .connector.version>
14
14
<c3po .version>0.9.5.4</c3po .version>
15
15
16
16
<maven .compiler.source>1.8</maven .compiler.source>
42
42
<dependency >
43
43
<groupId >com.fasterxml.jackson.core</groupId >
44
44
<artifactId >jackson-databind</artifactId >
45
- <version >2.9. 10.4 </version >
45
+ <version >2.10.0.pr1 </version >
46
46
</dependency >
47
47
48
48
<!-- Hibernate -->
You can’t perform that action at this time.
0 commit comments