|
69 | 69 | <dependency> |
70 | 70 | <groupId>commons-codec</groupId> |
71 | 71 | <artifactId>commons-codec</artifactId> |
72 | | - <version>1.15</version> |
| 72 | + <version>1.17.1</version> |
| 73 | + </dependency> |
| 74 | + <dependency> |
| 75 | + <groupId>commons-fileupload</groupId> |
| 76 | + <artifactId>commons-fileupload</artifactId> |
| 77 | + <version>1.5</version> |
73 | 78 | </dependency> |
74 | 79 | <dependency> |
75 | 80 | <groupId>com.github.jsonld-java</groupId> |
76 | 81 | <artifactId>jsonld-java</artifactId> |
77 | | - <version>0.13.4</version> |
| 82 | + <version>0.13.6</version> |
78 | 83 | <exclusions> |
79 | 84 | <exclusion> |
80 | 85 | <groupId>org.apache.httpcomponents</groupId> |
|
94 | 99 | <dependency> |
95 | 100 | <groupId>jaxen</groupId> |
96 | 101 | <artifactId>jaxen</artifactId> |
97 | | - <version>1.2.0</version> |
| 102 | + <version>2.0.0</version> |
98 | 103 | </dependency> |
99 | 104 | <dependency> |
100 | 105 | <groupId>org.jdom</groupId> |
|
104 | 109 | <dependency> |
105 | 110 | <groupId>com.fasterxml.jackson.core</groupId> |
106 | 111 | <artifactId>jackson-core</artifactId> |
107 | | - <version>2.13.0</version> |
| 112 | + <version>2.18.2</version> |
108 | 113 | </dependency> |
109 | 114 | <dependency> |
110 | 115 | <groupId>com.fasterxml.jackson.core</groupId> |
111 | 116 | <artifactId>jackson-databind</artifactId> |
112 | | - <version>2.13.2.1</version> |
| 117 | + <version>2.18.2</version> |
113 | 118 | </dependency> |
114 | 119 | <dependency> |
115 | 120 | <groupId>org.openrdf.sesame</groupId> |
|
124 | 129 | <dependency> |
125 | 130 | <groupId>org.apache.httpcomponents</groupId> |
126 | 131 | <artifactId>httpclient</artifactId> |
127 | | - <version>4.5.13</version> |
| 132 | + <version>4.5.14</version> |
128 | 133 | <exclusions> |
129 | 134 | <exclusion> |
130 | 135 | <groupId>commons-logging</groupId> |
|
167 | 172 | <groupId>org.elasticsearch.client</groupId> |
168 | 173 | <artifactId>elasticsearch-rest-high-level-client</artifactId> |
169 | 174 | <version>7.13.4</version> |
| 175 | + <exclusions> |
| 176 | + <exclusion> |
| 177 | + <groupId>commons-logging</groupId> |
| 178 | + <artifactId>commons-logging</artifactId> |
| 179 | + </exclusion> |
| 180 | + </exclusions> |
170 | 181 | </dependency> |
171 | 182 | <dependency> |
172 | 183 | <groupId>com.amazonaws</groupId> |
173 | 184 | <artifactId>aws-java-sdk-core</artifactId> |
174 | | - <version>1.12.129</version> |
| 185 | + <version>1.12.779</version> |
| 186 | + <exclusions> |
| 187 | + <exclusion> |
| 188 | + <groupId>commons-logging</groupId> |
| 189 | + <artifactId>commons-logging</artifactId> |
| 190 | + </exclusion> |
| 191 | + </exclusions> |
| 192 | + </dependency> |
| 193 | + <!-- testing --> |
| 194 | + <dependency> |
| 195 | + <groupId>org.mockito</groupId> |
| 196 | + <artifactId>mockito-core</artifactId> |
| 197 | + <version>5.14.2</version> |
| 198 | + <scope>test</scope> |
175 | 199 | </dependency> |
176 | 200 | <dependency> |
177 | 201 | <groupId>junit</groupId> |
178 | 202 | <artifactId>junit</artifactId> |
179 | 203 | <version>4.13.2</version> |
180 | 204 | <scope>test</scope> |
181 | 205 | </dependency> |
| 206 | + <!-- Authentication --> |
| 207 | + <dependency> |
| 208 | + <groupId>com.github.scribejava</groupId> |
| 209 | + <artifactId>scribejava-apis</artifactId> |
| 210 | + <version>8.3.3</version> |
| 211 | + </dependency> |
| 212 | + <dependency> |
| 213 | + <groupId>org.springframework.security</groupId> |
| 214 | + <artifactId>spring-security-core</artifactId> |
| 215 | + <version>6.4.1</version> |
| 216 | + <exclusions> |
| 217 | + <exclusion> |
| 218 | + <groupId>org.springframework</groupId> |
| 219 | + <artifactId>spring-jcl</artifactId> |
| 220 | + </exclusion> |
| 221 | + </exclusions> |
| 222 | + </dependency> |
182 | 223 | </dependencies> |
183 | 224 | <build> |
184 | 225 | <finalName>simpleAnnotationStore</finalName> |
|
0 commit comments