Skip to content

Commit f2c07dc

Browse files
committed
Merge remote-tracking branch 'origin/development'
2 parents bd34b24 + 83e808d commit f2c07dc

File tree

2 files changed

+8
-8
lines changed

2 files changed

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

pom.xml

Lines changed: 6 additions & 6 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.1</version>
9+
<version>1.4.2</version>
1010
<packaging>jar</packaging>
1111

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

4040
<dependencies>
4141
<dependency>
4242
<groupId>org.projectlombok</groupId>
4343
<artifactId>lombok</artifactId>
44-
<version>1.18.22</version>
44+
<version>1.18.28</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>com.fasterxml.jackson</groupId>
@@ -74,7 +74,7 @@
7474
<plugin>
7575
<groupId>org.apache.maven.plugins</groupId>
7676
<artifactId>maven-javadoc-plugin</artifactId>
77-
<version>3.3.0</version>
77+
<version>3.5.0</version>
7878
<executions>
7979
<execution>
8080
<id>attach-javadocs</id>
@@ -108,7 +108,7 @@
108108
<plugin>
109109
<groupId>org.apache.maven.plugins</groupId>
110110
<artifactId>maven-source-plugin</artifactId>
111-
<version>3.2.1</version>
111+
<version>3.3.0</version>
112112
<executions>
113113
<execution>
114114
<id>attach-sources</id>
@@ -133,7 +133,7 @@
133133
<plugin>
134134
<groupId>org.apache.maven.plugins</groupId>
135135
<artifactId>maven-gpg-plugin</artifactId>
136-
<version>3.0.1</version>
136+
<version>3.1.0</version>
137137
<executions>
138138
<execution>
139139
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)