|
73 | 73 | <dependency>
|
74 | 74 | <groupId>commons-codec</groupId>
|
75 | 75 | <artifactId>commons-codec</artifactId>
|
76 |
| - <version>1.15</version> |
| 76 | + <version>1.17.1</version> |
77 | 77 | </dependency>
|
78 | 78 | <dependency>
|
79 |
| - <groupId>commons-fileupload</groupId> |
80 |
| - <artifactId>commons-fileupload</artifactId> |
81 |
| - <version>1.4</version> |
| 79 | + <groupId>commons-fileupload</groupId> |
| 80 | + <artifactId>commons-fileupload</artifactId> |
| 81 | + <version>1.5</version> |
82 | 82 | </dependency>
|
83 | 83 | <dependency>
|
84 | 84 | <groupId>com.github.jsonld-java</groupId>
|
85 | 85 | <artifactId>jsonld-java</artifactId>
|
86 |
| - <version>0.13.4</version> |
| 86 | + <version>0.13.6</version> |
87 | 87 | <exclusions>
|
88 | 88 | <exclusion>
|
89 | 89 | <groupId>org.apache.httpcomponents</groupId>
|
|
103 | 103 | <dependency>
|
104 | 104 | <groupId>jaxen</groupId>
|
105 | 105 | <artifactId>jaxen</artifactId>
|
106 |
| - <version>1.2.0</version> |
| 106 | + <version>2.0.0</version> |
107 | 107 | </dependency>
|
108 | 108 | <dependency>
|
109 | 109 | <groupId>org.jdom</groupId>
|
|
113 | 113 | <dependency>
|
114 | 114 | <groupId>com.fasterxml.jackson.core</groupId>
|
115 | 115 | <artifactId>jackson-core</artifactId>
|
116 |
| - <version>2.13.0</version> |
| 116 | + <version>2.18.2</version> |
117 | 117 | </dependency>
|
118 | 118 | <dependency>
|
119 | 119 | <groupId>com.fasterxml.jackson.core</groupId>
|
120 | 120 | <artifactId>jackson-databind</artifactId>
|
121 |
| - <version>2.13.0</version> |
| 121 | + <version>2.18.2</version> |
122 | 122 | </dependency>
|
123 | 123 | <dependency>
|
124 | 124 | <groupId>org.openrdf.sesame</groupId>
|
|
133 | 133 | <dependency>
|
134 | 134 | <groupId>org.apache.httpcomponents</groupId>
|
135 | 135 | <artifactId>httpclient</artifactId>
|
136 |
| - <version>4.5.13</version> |
| 136 | + <version>4.5.14</version> |
137 | 137 | <exclusions>
|
138 | 138 | <exclusion>
|
139 | 139 | <groupId>commons-logging</groupId>
|
|
176 | 176 | <groupId>org.elasticsearch.client</groupId>
|
177 | 177 | <artifactId>elasticsearch-rest-high-level-client</artifactId>
|
178 | 178 | <version>7.13.4</version>
|
| 179 | + <exclusions> |
| 180 | + <exclusion> |
| 181 | + <groupId>commons-logging</groupId> |
| 182 | + <artifactId>commons-logging</artifactId> |
| 183 | + </exclusion> |
| 184 | + </exclusions> |
179 | 185 | </dependency>
|
180 | 186 | <dependency>
|
181 | 187 | <groupId>com.amazonaws</groupId>
|
182 | 188 | <artifactId>aws-java-sdk-core</artifactId>
|
183 |
| - <version>1.12.129</version> |
| 189 | + <version>1.12.779</version> |
| 190 | + <exclusions> |
| 191 | + <exclusion> |
| 192 | + <groupId>commons-logging</groupId> |
| 193 | + <artifactId>commons-logging</artifactId> |
| 194 | + </exclusion> |
| 195 | + </exclusions> |
184 | 196 | </dependency>
|
185 | 197 | <!-- testing -->
|
186 | 198 | <dependency>
|
187 |
| - <groupId>org.mockito</groupId> |
188 |
| - <artifactId>mockito-core</artifactId> |
189 |
| - <version>4.1.0</version> |
| 199 | + <groupId>org.mockito</groupId> |
| 200 | + <artifactId>mockito-core</artifactId> |
| 201 | + <version>5.14.2</version> |
190 | 202 | <scope>test</scope>
|
191 | 203 | </dependency>
|
192 | 204 | <dependency>
|
|
199 | 211 | <dependency>
|
200 | 212 | <groupId>com.github.scribejava</groupId>
|
201 | 213 | <artifactId>scribejava-apis</artifactId>
|
202 |
| - <version>8.3.1</version> |
| 214 | + <version>8.3.3</version> |
203 | 215 | </dependency>
|
204 | 216 | <dependency>
|
205 | 217 | <groupId>org.springframework.security</groupId>
|
206 | 218 | <artifactId>spring-security-core</artifactId>
|
207 |
| - <version>5.6.0</version> |
| 219 | + <version>6.4.1</version> |
| 220 | + <exclusions> |
| 221 | + <exclusion> |
| 222 | + <groupId>org.springframework</groupId> |
| 223 | + <artifactId>spring-jcl</artifactId> |
| 224 | + </exclusion> |
| 225 | + </exclusions> |
208 | 226 | </dependency>
|
209 | 227 | </dependencies>
|
210 | 228 | <build>
|
|
0 commit comments