File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1919 <parent >
2020 <groupId >com.cloudbees</groupId >
2121 <artifactId >cloudbees-oss-parent</artifactId >
22- <version >5 </version >
22+ <version >6 </version >
2323 </parent >
2424
2525 <artifactId >syslog-java-client</artifactId >
4646 </developers >
4747
4848 <prerequisites >
49- <maven >3.0 .1</maven >
49+ <maven >3.2 .1</maven >
5050 </prerequisites >
5151
5252 <scm >
5959 <dependency >
6060 <groupId >com.google.code.findbugs</groupId >
6161 <artifactId >jsr305</artifactId >
62- <version >2 .0.1 </version >
62+ <version >3 .0.0 </version >
6363 <optional >true</optional >
6464 </dependency >
6565 <dependency >
6666 <groupId >junit</groupId >
6767 <artifactId >junit</artifactId >
68- <version >4.11 </version >
68+ <version >4.12 </version >
6969 <scope >test</scope >
7070 </dependency >
7171 <dependency >
8080 <plugin >
8181 <groupId >org.apache.maven.plugins</groupId >
8282 <artifactId >maven-compiler-plugin</artifactId >
83- <version >3.1 </version >
83+ <version >3.2 </version >
8484 <configuration >
85- <source >1.6 </source >
86- <target >1.6 </target >
85+ <source >1.7 </source >
86+ <target >1.7 </target >
8787 </configuration >
8888 </plugin >
8989 </plugins >
You can’t perform that action at this time.
0 commit comments