File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
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.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```
2828dependencies {
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
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.4.4 </version >
9+ <version >1.4.5 </version >
1010 <packaging >jar</packaging >
1111
1212 <name >${project.groupId} :${project.artifactId} </name >
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 >
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
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 >
You can’t perform that action at this time.
0 commit comments