Skip to content

Commit d735357

Browse files
committed
Merge remote-tracking branch 'origin/development'
2 parents 7f34e9c + 6a897b9 commit d735357

File tree

2 files changed

+6
-6
lines changed

2 files changed

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

pom.xml

Lines changed: 4 additions & 4 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.4.4</version>
9+
<version>1.4.5</version>
1010
<packaging>jar</packaging>
1111

1212
<name>${project.groupId}:${project.artifactId}</name>
@@ -34,7 +34,7 @@
3434
<properties>
3535
<maven.compiler.source>8</maven.compiler.source>
3636
<maven.compiler.target>8</maven.compiler.target>
37-
<jackson.version>2.15.2</jackson.version>
37+
<jackson.version>2.16.0</jackson.version>
3838
</properties>
3939

4040
<dependencies>
@@ -62,7 +62,7 @@
6262
<dependency>
6363
<groupId>commons-io</groupId>
6464
<artifactId>commons-io</artifactId>
65-
<version>2.14.0</version>
65+
<version>2.15.1</version>
6666
</dependency>
6767
</dependencies>
6868

@@ -74,7 +74,7 @@
7474
<plugin>
7575
<groupId>org.apache.maven.plugins</groupId>
7676
<artifactId>maven-javadoc-plugin</artifactId>
77-
<version>3.6.0</version>
77+
<version>3.6.3</version>
7878
<executions>
7979
<execution>
8080
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)