|
5 | 5 | <groupId>de.gwdg.metadataqa</groupId>
|
6 | 6 | <artifactId>metadata-qa-api</artifactId>
|
7 | 7 | <packaging>jar</packaging>
|
8 |
| - <version>0.9.1-SNAPSHOT</version> |
| 8 | + <version>0.8.1</version> |
9 | 9 | <name>Metadata Quality Assurance Framework API</name>
|
10 | 10 | <description>
|
11 | 11 | A metadata quality assurance framework. It checks some metrics of
|
|
81 | 81 | <dependency>
|
82 | 82 | <groupId>com.jayway.jsonpath</groupId>
|
83 | 83 | <artifactId>json-path</artifactId>
|
84 |
| - <version>2.4.0</version> |
| 84 | + <version>2.7.0</version> |
85 | 85 | </dependency>
|
86 | 86 | <dependency>
|
87 | 87 | <groupId>org.apache.commons</groupId>
|
|
91 | 91 | <dependency>
|
92 | 92 | <groupId>commons-io</groupId>
|
93 | 93 | <artifactId>commons-io</artifactId>
|
94 |
| - <version>2.8.0</version> |
| 94 | + <version>2.11.0</version> |
95 | 95 | </dependency>
|
96 | 96 | <dependency>
|
97 | 97 | <groupId>commons-httpclient</groupId>
|
|
101 | 101 | <dependency>
|
102 | 102 | <groupId>org.slf4j</groupId>
|
103 | 103 | <artifactId>slf4j-simple</artifactId>
|
104 |
| - <version>1.7.25</version> |
| 104 | + <version>1.7.36</version> |
105 | 105 | </dependency>
|
106 | 106 | <dependency>
|
107 | 107 | <groupId>org.slf4j</groupId>
|
108 | 108 | <artifactId>slf4j-api</artifactId>
|
109 |
| - <version>1.7.25</version> |
| 109 | + <version>1.7.36</version> |
110 | 110 | </dependency>
|
111 | 111 | <!-- CSV reader. Docs: http://opencsv.sourceforge.net -->
|
112 | 112 | <dependency>
|
113 | 113 | <groupId>com.opencsv</groupId>
|
114 | 114 | <artifactId>opencsv</artifactId>
|
115 |
| - <version>5.4</version> |
| 115 | + <version>5.6</version> |
116 | 116 | </dependency>
|
117 | 117 | <!--
|
118 | 118 | http://commons.apache.org/proper/commons-text/
|
|
123 | 123 | <artifactId>commons-text</artifactId>
|
124 | 124 | <version>1.9</version>
|
125 | 125 | </dependency>
|
126 |
| - |
127 | 126 | <!--
|
128 | 127 | Hierarchical context runner for jUnit
|
129 | 128 | https://github.com/bechte/junit-hierarchicalcontextrunner/wiki
|
|
145 | 144 | <dependency>
|
146 | 145 | <groupId>org.yaml</groupId>
|
147 | 146 | <artifactId>snakeyaml</artifactId>
|
148 |
| - <version>1.28</version> |
149 |
| - </dependency> |
150 |
| - <dependency> |
151 |
| - <groupId>com.fasterxml.jackson.core</groupId> |
152 |
| - <artifactId>jackson-databind</artifactId> |
153 |
| - <version>2.12.2</version> |
| 147 | + <version>1.30</version> |
154 | 148 | </dependency>
|
155 | 149 | <!-- command line interface -->
|
156 | 150 | <dependency>
|
157 | 151 | <groupId>commons-cli</groupId>
|
158 | 152 | <artifactId>commons-cli</artifactId>
|
159 |
| - <version>1.4</version> |
| 153 | + <version>1.5.0</version> |
160 | 154 | </dependency>
|
161 |
| - |
162 | 155 | <!-- language detection -->
|
163 | 156 | <dependency>
|
164 | 157 | <groupId>com.github.pemistahl</groupId>
|
165 | 158 | <artifactId>lingua</artifactId>
|
166 |
| - <version>1.1.0</version> |
| 159 | + <version>1.1.1</version> |
167 | 160 | </dependency>
|
168 |
| - |
| 161 | + <!-- Solr client --> |
169 | 162 | <dependency>
|
170 | 163 | <artifactId>solr-solrj</artifactId>
|
171 | 164 | <groupId>org.apache.solr</groupId>
|
172 |
| - <version>6.6.0</version> |
| 165 | + <version>8.11.1</version> |
173 | 166 | </dependency>
|
174 |
| - <!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind --> |
| 167 | + <!-- XML handling https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind --> |
175 | 168 | <dependency>
|
176 | 169 | <groupId>com.fasterxml.jackson.core</groupId>
|
177 | 170 | <artifactId>jackson-databind</artifactId>
|
178 |
| - <version>2.13.0</version> |
| 171 | + <version>2.13.2</version> |
179 | 172 | </dependency>
|
180 | 173 | </dependencies>
|
181 | 174 |
|
|
0 commit comments