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