File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff 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```
2828dependencies {
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
Original file line number Diff line number Diff line change 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 >
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 >
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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments