|
18 | 18 | <dependency> |
19 | 19 | <groupId>com.fasterxml.jackson.core</groupId> |
20 | 20 | <artifactId>jackson-databind</artifactId> |
21 | | - <version>2.13.4.2</version> |
| 21 | + <version>2.20.1</version> |
22 | 22 | </dependency> |
23 | 23 | <dependency> |
24 | 24 | <groupId>io.jsonwebtoken</groupId> |
25 | 25 | <artifactId>jjwt</artifactId> |
26 | | - <version>0.9.1</version> |
| 26 | + <version>0.13.0</version> |
27 | 27 | </dependency> |
28 | 28 | <dependency> |
29 | 29 | <groupId>javax.annotation</groupId> |
|
43 | 43 | <dependency> |
44 | 44 | <groupId>org.assertj</groupId> |
45 | 45 | <artifactId>assertj-core</artifactId> |
46 | | - <version>3.24.2</version> |
| 46 | + <version>3.27.6</version> |
47 | 47 | <scope>test</scope> |
48 | 48 | </dependency> |
49 | 49 | <dependency> |
50 | 50 | <groupId>org.junit.jupiter</groupId> |
51 | 51 | <artifactId>junit-jupiter</artifactId> |
52 | | - <version>5.10.1</version> |
| 52 | + <version>5.14.1</version> |
53 | 53 | <scope>test</scope> |
54 | 54 | </dependency> |
55 | 55 | <dependency> |
56 | 56 | <groupId>org.mockito</groupId> |
57 | 57 | <artifactId>mockito-core</artifactId> |
58 | | - <version>5.8.0</version> |
| 58 | + <version>5.20.0</version> |
59 | 59 | <scope>test</scope> |
60 | 60 | </dependency> |
61 | 61 | <dependency> |
|
72 | 72 | <dependency> |
73 | 73 | <groupId>org.springframework</groupId> |
74 | 74 | <artifactId>spring-context</artifactId> |
75 | | - <version>5.2.22.RELEASE</version> |
| 75 | + <version>5.3.39</version> |
76 | 76 | </dependency> |
77 | 77 | <dependency> |
78 | 78 | <groupId>org.springframework</groupId> |
79 | 79 | <artifactId>spring-test</artifactId> |
80 | | - <version>5.2.22.RELEASE</version> |
| 80 | + <version>5.3.39</version> |
81 | 81 | </dependency> |
82 | 82 | <dependency> |
83 | 83 | <groupId>org.springframework</groupId> |
|
87 | 87 | <dependency> |
88 | 88 | <groupId>org.springframework</groupId> |
89 | 89 | <artifactId>spring-webmvc</artifactId> |
90 | | - <version>5.2.22.RELEASE</version> |
| 90 | + <version>5.3.39</version> |
91 | 91 | <scope>test</scope> |
92 | 92 | </dependency> |
93 | 93 | <dependency> |
94 | 94 | <groupId>org.springframework.boot</groupId> |
95 | 95 | <artifactId>spring-boot</artifactId> |
96 | | - <version>2.3.12.RELEASE</version> |
| 96 | + <version>2.7.18</version> |
97 | 97 | </dependency> |
98 | 98 | <dependency> |
99 | 99 | <groupId>org.springframework.boot</groupId> |
100 | 100 | <artifactId>spring-boot-test</artifactId> |
101 | | - <version>2.3.12.RELEASE</version> |
| 101 | + <version>2.7.18</version> |
102 | 102 | <scope>test</scope> |
103 | 103 | </dependency> |
104 | 104 | <dependency> |
105 | 105 | <groupId>org.springframework.boot</groupId> |
106 | 106 | <artifactId>spring-boot-test-autoconfigure</artifactId> |
107 | | - <version>2.3.12.RELEASE</version> |
| 107 | + <version>2.7.18</version> |
108 | 108 | <scope>test</scope> |
109 | 109 | </dependency> |
110 | 110 | <dependency> |
111 | 111 | <groupId>org.springframework.security</groupId> |
112 | 112 | <artifactId>spring-security-config</artifactId> |
113 | | - <version>5.4.10</version> |
| 113 | + <version>5.8.16</version> |
114 | 114 | </dependency> |
115 | 115 | <dependency> |
116 | 116 | <groupId>org.springframework.security</groupId> |
117 | 117 | <artifactId>spring-security-core</artifactId> |
118 | | - <version>5.7.14</version> |
| 118 | + <version>5.8.16</version> |
119 | 119 | </dependency> |
120 | 120 | <dependency> |
121 | 121 | <groupId>org.springframework.security</groupId> |
122 | 122 | <artifactId>spring-security-web</artifactId> |
123 | | - <version>5.7.13</version> |
| 123 | + <version>5.8.16</version> |
124 | 124 | </dependency> |
125 | 125 | <dependency> |
126 | 126 | <groupId>org.yaml</groupId> |
|
0 commit comments