Skip to content

Commit 5c21bfe

Browse files
committed
Updating dependencies
1 parent fe36292 commit 5c21bfe

File tree

2 files changed

+41
-21
lines changed

2 files changed

+41
-21
lines changed

Changes.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changes in the BigML.io Java bindings
22

3+
## 2.1.1 version
4+
5+
* Bump slf4j-reload4j from 1.7.36 to 2.0.11
6+
* Bump cucumber-junit from 7.2.3 to 7.15.0
7+
* Bump cucumber-java from 7.2.3 to 7.15.0
8+
* Bump cucumber-spring from 7.2.3 to 7.15.0
9+
* Bump commons-csv from 1.9.0 to 1.10.0
10+
* Bump lucene-core from 9.1.0 to 9.9.1
11+
* Bump lucene-analyzers-common from 8.1.11 to 8.1.12
12+
* Bump lucene-analyzers from 2.9.4 to 3.6.2
13+
* Bump commons-text from 1.10.0 to 1.11.0
14+
* Bump jackson-core from 2.14.2 to 2.16.1
15+
* Bump jackson-annotations from 2.14.2 to 2.16.1
16+
* Bump jackson-databind from 2.14.2 to 2.16.1
17+
* Bump maven-javadoc-plugin from 3.3.2 to 3.6.3
18+
* Bump spring-core from 5.3.27 to 5.3.31
19+
* Bump spring-test from 5.3.20 to 5.3.31
20+
* Bump spring-context from 5.3.20 to 5.3.31
21+
22+
323
## 2.1.0 version
424

525
* Change query string separator to &

pom.xml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.bigml</groupId>
55
<artifactId>bigml-binding</artifactId>
6-
<version>2.1.0</version>
6+
<version>2.1.1</version>
77
<packaging>jar</packaging>
88

99
<name>BigML.io Java bindings</name>
@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>org.slf4j</groupId>
8383
<artifactId>slf4j-reload4j</artifactId>
84-
<version>1.7.36</version>
84+
<version>2.0.11</version>
8585
<scope>test</scope>
8686
</dependency>
8787
<dependency>
@@ -93,37 +93,37 @@
9393
<dependency>
9494
<groupId>io.cucumber</groupId>
9595
<artifactId>cucumber-junit</artifactId>
96-
<version>7.2.3</version>
96+
<version>7.15.0</version>
9797
<scope>test</scope>
9898
</dependency>
9999
<dependency>
100100
<groupId>io.cucumber</groupId>
101101
<artifactId>cucumber-java</artifactId>
102-
<version>7.2.3</version>
102+
<version>7.15.0</version>
103103
<scope>test</scope>
104104
</dependency>
105105
<dependency>
106106
<groupId>io.cucumber</groupId>
107107
<artifactId>cucumber-spring</artifactId>
108-
<version>7.2.3</version>
108+
<version>7.15.0</version>
109109
<scope>test</scope>
110110
</dependency>
111111
<dependency>
112112
<groupId>org.springframework</groupId>
113113
<artifactId>spring-core</artifactId>
114-
<version>5.3.27</version>
114+
<version>5.3.31</version>
115115
<scope>test</scope>
116116
</dependency>
117117
<dependency>
118118
<groupId>org.springframework</groupId>
119119
<artifactId>spring-test</artifactId>
120-
<version>5.3.20</version>
120+
<version>5.3.31</version>
121121
<scope>test</scope>
122122
</dependency>
123123
<dependency>
124124
<groupId>org.springframework</groupId>
125125
<artifactId>spring-context</artifactId>
126-
<version>5.3.20</version>
126+
<version>5.3.31</version>
127127
<scope>test</scope>
128128
</dependency>
129129

@@ -132,7 +132,7 @@
132132
<dependency>
133133
<groupId>org.slf4j</groupId>
134134
<artifactId>slf4j-api</artifactId>
135-
<version>1.7.33</version>
135+
<version>2.0.11</version>
136136
</dependency>
137137
<dependency>
138138
<groupId>com.googlecode.json-simple</groupId>
@@ -147,27 +147,27 @@
147147
<dependency>
148148
<groupId>org.apache.commons</groupId>
149149
<artifactId>commons-csv</artifactId>
150-
<version>1.9.0</version>
150+
<version>1.10.0</version>
151151
</dependency>
152152
<dependency>
153153
<groupId>org.apache.lucene</groupId>
154154
<artifactId>lucene-core</artifactId>
155-
<version>9.1.0</version>
155+
<version>9.9.1</version>
156156
</dependency>
157157
<dependency>
158158
<groupId>org.apache.lucene</groupId>
159159
<artifactId>lucene-analyzers-common</artifactId>
160-
<version>8.11.1</version>
160+
<version>8.11.2</version>
161161
</dependency>
162162
<dependency>
163163
<groupId>org.apache.lucene</groupId>
164164
<artifactId>lucene-analyzers</artifactId>
165-
<version>2.9.4</version>
165+
<version>3.6.2</version>
166166
</dependency>
167167
<dependency>
168168
<groupId>org.apache.commons</groupId>
169169
<artifactId>commons-text</artifactId>
170-
<version>1.10.0</version>
170+
<version>1.11.0</version>
171171
</dependency>
172172
<dependency>
173173
<groupId>org.bigml</groupId>
@@ -177,17 +177,17 @@
177177
<dependency>
178178
<groupId>com.fasterxml.jackson.core</groupId>
179179
<artifactId>jackson-core</artifactId>
180-
<version>2.14.2</version>
180+
<version>2.16.1</version>
181181
</dependency>
182182
<dependency>
183183
<groupId>com.fasterxml.jackson.core</groupId>
184184
<artifactId>jackson-annotations</artifactId>
185-
<version>2.14.2</version>
185+
<version>2.16.1</version>
186186
</dependency>
187187
<dependency>
188188
<groupId>com.fasterxml.jackson.core</groupId>
189189
<artifactId>jackson-databind</artifactId>
190-
<version>2.14.2</version>
190+
<version>2.16.1</version>
191191
</dependency>
192192
</dependencies>
193193

@@ -211,7 +211,7 @@
211211
<plugin>
212212
<groupId>org.apache.maven.plugins</groupId>
213213
<artifactId>maven-compiler-plugin</artifactId>
214-
<version>3.10.1</version>
214+
<version>3.12.1</version>
215215
</plugin>
216216
</plugins>
217217
</build>
@@ -223,14 +223,14 @@
223223
<plugin>
224224
<groupId>org.apache.maven.plugins</groupId>
225225
<artifactId>maven-compiler-plugin</artifactId>
226-
<version>3.10.1</version>
226+
<version>3.12.1</version>
227227
</plugin>
228228

229229
<!-- Generate Standalone Javadocs -->
230230
<plugin>
231231
<groupId>org.apache.maven.plugins</groupId>
232232
<artifactId>maven-javadoc-plugin</artifactId>
233-
<version>3.3.2</version>
233+
<version>3.6.3</version>
234234
<configuration>
235235
<show>private</show>
236236
<nohelp>true</nohelp>
@@ -249,7 +249,7 @@
249249
<additionalDependency>
250250
<groupId>org.slf4j</groupId>
251251
<artifactId>slf4j-api</artifactId>
252-
<version>1.7.33</version>
252+
<version>2.0.11</version>
253253
</additionalDependency>
254254
</additionalDependencies>
255255
</configuration>

0 commit comments

Comments
 (0)