Skip to content

Commit eebee6d

Browse files
author
Pedro Pablo Bustamante Barrera
committed
doc: update versions
1 parent c2c11f5 commit eebee6d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ add the Maven dependency
1212
<dependency>
1313
<groupId>com.cryptomkt.api</groupId>
1414
<artifactId>cryptomarket</artifactId>
15-
<version>1.1.0</version>
15+
<version>2.0.0</version>
1616
</dependency>
1717
```
1818

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
<dependency>
106106
<groupId>commons-codec</groupId>
107107
<artifactId>commons-codec</artifactId>
108-
<version>1.10</version>
108+
<version>1.16.0</version>
109109
</dependency>
110110
</dependencies>
111111

@@ -135,8 +135,8 @@
135135
</repository>
136136
</distributionManagement>
137137
<properties>
138-
<maven.compiler.source>8</maven.compiler.source>
139-
<maven.compiler.target>8</maven.compiler.target>
138+
<maven.compiler.source>17</maven.compiler.source>
139+
<maven.compiler.target>17</maven.compiler.target>
140140
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
141141
</properties>
142142
</project>

0 commit comments

Comments
 (0)