Skip to content

Commit 7e6d592

Browse files
committed
Merge remote-tracking branch 'origin/development'
2 parents d0ed02d + 95d1af4 commit 7e6d592

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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.6.0</version>
21+
<version>1.6.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.6.0'
30+
implementation 'io.github.sornerol:chesscom-pubapi-wrapper:1.6.1'
3131
}
3232
```
3333

pom.xml

Lines changed: 5 additions & 5 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.6.0</version>
9+
<version>1.6.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.16.1</jackson.version>
37+
<jackson.version>2.17.0</jackson.version>
3838
</properties>
3939
<dependencyManagement>
4040
<dependencies>
@@ -77,7 +77,7 @@
7777
<dependency>
7878
<groupId>org.slf4j</groupId>
7979
<artifactId>slf4j-api</artifactId>
80-
<version>2.0.11</version>
80+
<version>2.0.12</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.11</version>
95+
<version>2.0.12</version>
9696
<scope>test</scope>
9797
</dependency>
9898
</dependencies>
@@ -164,7 +164,7 @@
164164
<plugin>
165165
<groupId>org.apache.maven.plugins</groupId>
166166
<artifactId>maven-gpg-plugin</artifactId>
167-
<version>3.1.0</version>
167+
<version>3.2.1</version>
168168
<executions>
169169
<execution>
170170
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)