|
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 | <groupId>org.bigml</groupId> |
5 | 5 | <artifactId>bigml-binding</artifactId> |
6 | | - <version>2.1.0</version> |
| 6 | + <version>2.1.1</version> |
7 | 7 | <packaging>jar</packaging> |
8 | 8 |
|
9 | 9 | <name>BigML.io Java bindings</name> |
|
81 | 81 | <dependency> |
82 | 82 | <groupId>org.slf4j</groupId> |
83 | 83 | <artifactId>slf4j-reload4j</artifactId> |
84 | | - <version>1.7.36</version> |
| 84 | + <version>2.0.11</version> |
85 | 85 | <scope>test</scope> |
86 | 86 | </dependency> |
87 | 87 | <dependency> |
|
93 | 93 | <dependency> |
94 | 94 | <groupId>io.cucumber</groupId> |
95 | 95 | <artifactId>cucumber-junit</artifactId> |
96 | | - <version>7.2.3</version> |
| 96 | + <version>7.15.0</version> |
97 | 97 | <scope>test</scope> |
98 | 98 | </dependency> |
99 | 99 | <dependency> |
100 | 100 | <groupId>io.cucumber</groupId> |
101 | 101 | <artifactId>cucumber-java</artifactId> |
102 | | - <version>7.2.3</version> |
| 102 | + <version>7.15.0</version> |
103 | 103 | <scope>test</scope> |
104 | 104 | </dependency> |
105 | 105 | <dependency> |
106 | 106 | <groupId>io.cucumber</groupId> |
107 | 107 | <artifactId>cucumber-spring</artifactId> |
108 | | - <version>7.2.3</version> |
| 108 | + <version>7.15.0</version> |
109 | 109 | <scope>test</scope> |
110 | 110 | </dependency> |
111 | 111 | <dependency> |
112 | 112 | <groupId>org.springframework</groupId> |
113 | 113 | <artifactId>spring-core</artifactId> |
114 | | - <version>5.3.27</version> |
| 114 | + <version>5.3.31</version> |
115 | 115 | <scope>test</scope> |
116 | 116 | </dependency> |
117 | 117 | <dependency> |
118 | 118 | <groupId>org.springframework</groupId> |
119 | 119 | <artifactId>spring-test</artifactId> |
120 | | - <version>5.3.20</version> |
| 120 | + <version>5.3.31</version> |
121 | 121 | <scope>test</scope> |
122 | 122 | </dependency> |
123 | 123 | <dependency> |
124 | 124 | <groupId>org.springframework</groupId> |
125 | 125 | <artifactId>spring-context</artifactId> |
126 | | - <version>5.3.20</version> |
| 126 | + <version>5.3.31</version> |
127 | 127 | <scope>test</scope> |
128 | 128 | </dependency> |
129 | 129 |
|
|
132 | 132 | <dependency> |
133 | 133 | <groupId>org.slf4j</groupId> |
134 | 134 | <artifactId>slf4j-api</artifactId> |
135 | | - <version>1.7.33</version> |
| 135 | + <version>2.0.11</version> |
136 | 136 | </dependency> |
137 | 137 | <dependency> |
138 | 138 | <groupId>com.googlecode.json-simple</groupId> |
|
147 | 147 | <dependency> |
148 | 148 | <groupId>org.apache.commons</groupId> |
149 | 149 | <artifactId>commons-csv</artifactId> |
150 | | - <version>1.9.0</version> |
| 150 | + <version>1.10.0</version> |
151 | 151 | </dependency> |
152 | 152 | <dependency> |
153 | 153 | <groupId>org.apache.lucene</groupId> |
154 | 154 | <artifactId>lucene-core</artifactId> |
155 | | - <version>9.1.0</version> |
| 155 | + <version>9.9.1</version> |
156 | 156 | </dependency> |
157 | 157 | <dependency> |
158 | 158 | <groupId>org.apache.lucene</groupId> |
159 | 159 | <artifactId>lucene-analyzers-common</artifactId> |
160 | | - <version>8.11.1</version> |
| 160 | + <version>8.11.2</version> |
161 | 161 | </dependency> |
162 | 162 | <dependency> |
163 | 163 | <groupId>org.apache.lucene</groupId> |
164 | 164 | <artifactId>lucene-analyzers</artifactId> |
165 | | - <version>2.9.4</version> |
| 165 | + <version>3.6.2</version> |
166 | 166 | </dependency> |
167 | 167 | <dependency> |
168 | 168 | <groupId>org.apache.commons</groupId> |
169 | 169 | <artifactId>commons-text</artifactId> |
170 | | - <version>1.10.0</version> |
| 170 | + <version>1.11.0</version> |
171 | 171 | </dependency> |
172 | 172 | <dependency> |
173 | 173 | <groupId>org.bigml</groupId> |
|
177 | 177 | <dependency> |
178 | 178 | <groupId>com.fasterxml.jackson.core</groupId> |
179 | 179 | <artifactId>jackson-core</artifactId> |
180 | | - <version>2.14.2</version> |
| 180 | + <version>2.16.1</version> |
181 | 181 | </dependency> |
182 | 182 | <dependency> |
183 | 183 | <groupId>com.fasterxml.jackson.core</groupId> |
184 | 184 | <artifactId>jackson-annotations</artifactId> |
185 | | - <version>2.14.2</version> |
| 185 | + <version>2.16.1</version> |
186 | 186 | </dependency> |
187 | 187 | <dependency> |
188 | 188 | <groupId>com.fasterxml.jackson.core</groupId> |
189 | 189 | <artifactId>jackson-databind</artifactId> |
190 | | - <version>2.14.2</version> |
| 190 | + <version>2.16.1</version> |
191 | 191 | </dependency> |
192 | 192 | </dependencies> |
193 | 193 |
|
|
211 | 211 | <plugin> |
212 | 212 | <groupId>org.apache.maven.plugins</groupId> |
213 | 213 | <artifactId>maven-compiler-plugin</artifactId> |
214 | | - <version>3.10.1</version> |
| 214 | + <version>3.12.1</version> |
215 | 215 | </plugin> |
216 | 216 | </plugins> |
217 | 217 | </build> |
|
223 | 223 | <plugin> |
224 | 224 | <groupId>org.apache.maven.plugins</groupId> |
225 | 225 | <artifactId>maven-compiler-plugin</artifactId> |
226 | | - <version>3.10.1</version> |
| 226 | + <version>3.12.1</version> |
227 | 227 | </plugin> |
228 | 228 |
|
229 | 229 | <!-- Generate Standalone Javadocs --> |
230 | 230 | <plugin> |
231 | 231 | <groupId>org.apache.maven.plugins</groupId> |
232 | 232 | <artifactId>maven-javadoc-plugin</artifactId> |
233 | | - <version>3.3.2</version> |
| 233 | + <version>3.6.3</version> |
234 | 234 | <configuration> |
235 | 235 | <show>private</show> |
236 | 236 | <nohelp>true</nohelp> |
|
249 | 249 | <additionalDependency> |
250 | 250 | <groupId>org.slf4j</groupId> |
251 | 251 | <artifactId>slf4j-api</artifactId> |
252 | | - <version>1.7.33</version> |
| 252 | + <version>2.0.11</version> |
253 | 253 | </additionalDependency> |
254 | 254 | </additionalDependencies> |
255 | 255 | </configuration> |
|
0 commit comments