This repository was archived by the owner on Jul 19, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
microsoft-azure-storage-samples
src/com/microsoft/azure/storage/logging Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1616 <artifactId >maven-compiler-plugin</artifactId >
1717 <version >3.0</version >
1818 <configuration >
19- <source >1.6 </source >
20- <target >1.6 </target >
19+ <source >1.7 </source >
20+ <target >1.7 </target >
2121 </configuration >
2222 </plugin >
2323 </plugins >
Original file line number Diff line number Diff line change 1616 <artifactId >maven-compiler-plugin</artifactId >
1717 <version >3.0</version >
1818 <configuration >
19- <source >1.6 </source >
20- <target >1.6 </target >
19+ <source >1.7 </source >
20+ <target >1.7 </target >
2121 </configuration >
2222 </plugin >
2323 </plugins >
Original file line number Diff line number Diff line change 1010 <modelVersion >4.0.0</modelVersion >
1111 <groupId >com.microsoft.azure</groupId >
1212 <artifactId >azure-storage</artifactId >
13- <version >7.1.0-Preview </version >
13+ <version >8.0.0 </version >
1414 <packaging >jar</packaging >
1515
1616 <name >Microsoft Azure Storage Client SDK</name >
4646 <dependency >
4747 <groupId >com.fasterxml.jackson.core</groupId >
4848 <artifactId >jackson-core</artifactId >
49- <version >2.6.0 </version >
49+ <version >2.9.4 </version >
5050 </dependency >
5151 <dependency >
5252 <groupId >org.slf4j</groupId >
116116 <artifactId >maven-compiler-plugin</artifactId >
117117 <version >2.3.2</version >
118118 <configuration >
119- <source >1.6 </source >
120- <target >1.6 </target >
119+ <source >1.7 </source >
120+ <target >1.7 </target >
121121 </configuration >
122122 </plugin >
123123
You can’t perform that action at this time.
0 commit comments