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