|
62 | 62 | <dependency> |
63 | 63 | <groupId>org.slf4j</groupId> |
64 | 64 | <artifactId>slf4j-api</artifactId> |
65 | | - <version>1.7.36</version> |
| 65 | + <version>2.0.17</version> |
66 | 66 | </dependency> |
67 | 67 | <dependency> |
68 | 68 | <groupId>org.slf4j</groupId> |
69 | 69 | <artifactId>slf4j-simple</artifactId> |
70 | | - <version>1.7.36</version> |
| 70 | + <version>2.0.17</version> |
71 | 71 | <scope>test</scope> |
72 | 72 | </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>6.2.7</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>6.2.7</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>6.2.7</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>6.2.7</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>3.5.0</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>3.5.0</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>3.5.0</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>6.5.0</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>6.5.0</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>6.5.0</version> |
125 | 125 | </dependency> |
126 | 126 | <dependency> |
127 | 127 | <groupId>org.yaml</groupId> |
128 | 128 | <artifactId>snakeyaml</artifactId> |
129 | | - <version>1.33</version> |
| 129 | + <version>2.4</version> |
130 | 130 | <scope>test</scope> |
131 | 131 | </dependency> |
132 | 132 | </dependencies> |
|
0 commit comments