Skip to content

Commit c962f87

Browse files
committed
Merge remote-tracking branch 'origin/development'
2 parents 9ab1684 + 717da0b commit c962f87

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Add the following dependency to the dependencies section of your project's `pom.
1818
<dependency>
1919
<groupId>io.github.sornerol</groupId>
2020
<artifactId>chesscom-pubapi-wrapper</artifactId>
21-
<version>1.7.0</version>
21+
<version>1.7.1</version>
2222
</dependency>
2323
</dependencies
2424
```
@@ -27,7 +27,7 @@ Add the following dependency to the dependencies section of your project's `buil
2727
```
2828
dependencies {
2929
// other project dependencies...
30-
implementation 'io.github.sornerol:chesscom-pubapi-wrapper:1.7.0'
30+
implementation 'io.github.sornerol:chesscom-pubapi-wrapper:1.7.1'
3131
}
3232
```
3333

pom.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.sornerol</groupId>
88
<artifactId>chesscom-pubapi-wrapper</artifactId>
9-
<version>1.7.0</version>
9+
<version>1.7.1</version>
1010
<packaging>jar</packaging>
1111

1212
<name>${project.groupId}:${project.artifactId}</name>
@@ -34,7 +34,7 @@
3434
<properties>
3535
<maven.compiler.source>1.8</maven.compiler.source>
3636
<maven.compiler.target>1.8</maven.compiler.target>
37-
<jackson.version>2.18.2</jackson.version>
37+
<jackson.version>2.18.3</jackson.version>
3838
</properties>
3939
<dependencyManagement>
4040
<dependencies>
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>org.projectlombok</groupId>
5353
<artifactId>lombok</artifactId>
54-
<version>1.18.36</version>
54+
<version>1.18.38</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>com.fasterxml.jackson</groupId>
@@ -67,17 +67,17 @@
6767
<dependency>
6868
<groupId>org.apache.httpcomponents.client5</groupId>
6969
<artifactId>httpclient5</artifactId>
70-
<version>5.4.1</version>
70+
<version>5.4.3</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>commons-io</groupId>
7474
<artifactId>commons-io</artifactId>
75-
<version>2.18.0</version>
75+
<version>2.19.0</version>
7676
</dependency>
7777
<dependency>
7878
<groupId>org.slf4j</groupId>
7979
<artifactId>slf4j-api</artifactId>
80-
<version>2.0.16</version>
80+
<version>2.0.17</version>
8181
</dependency>
8282
<dependency>
8383
<groupId>org.spockframework</groupId>
@@ -92,7 +92,7 @@
9292
<dependency>
9393
<groupId>org.slf4j</groupId>
9494
<artifactId>slf4j-simple</artifactId>
95-
<version>2.0.16</version>
95+
<version>2.0.17</version>
9696
<scope>test</scope>
9797
</dependency>
9898
</dependencies>
@@ -105,7 +105,7 @@
105105
<plugin>
106106
<groupId>org.apache.maven.plugins</groupId>
107107
<artifactId>maven-javadoc-plugin</artifactId>
108-
<version>3.11.1</version>
108+
<version>3.11.2</version>
109109
<executions>
110110
<execution>
111111
<id>attach-javadocs</id>
@@ -178,7 +178,7 @@
178178
<plugin>
179179
<groupId>org.codehaus.gmavenplus</groupId>
180180
<artifactId>gmavenplus-plugin</artifactId>
181-
<version>4.0.1</version>
181+
<version>4.1.1</version>
182182
<executions>
183183
<execution>
184184
<goals>
@@ -190,7 +190,7 @@
190190
<plugin>
191191
<groupId>org.apache.maven.plugins</groupId>
192192
<artifactId>maven-surefire-plugin</artifactId>
193-
<version>3.5.2</version>
193+
<version>3.5.3</version>
194194
</plugin>
195195
</plugins>
196196
</build>
@@ -211,7 +211,7 @@
211211
<plugin>
212212
<groupId>org.apache.maven.plugins</groupId>
213213
<artifactId>maven-javadoc-plugin</artifactId>
214-
<version>3.11.1</version>
214+
<version>3.11.2</version>
215215
<executions>
216216
<execution>
217217
<id>attach-javadocs</id>
@@ -259,7 +259,7 @@
259259
<plugin>
260260
<groupId>org.codehaus.gmavenplus</groupId>
261261
<artifactId>gmavenplus-plugin</artifactId>
262-
<version>4.0.1</version>
262+
<version>4.1.1</version>
263263
<executions>
264264
<execution>
265265
<goals>
@@ -271,7 +271,7 @@
271271
<plugin>
272272
<groupId>org.apache.maven.plugins</groupId>
273273
<artifactId>maven-surefire-plugin</artifactId>
274-
<version>3.5.2</version>
274+
<version>3.5.3</version>
275275
</plugin>
276276
</plugins>
277277
</build>

0 commit comments

Comments
 (0)