Skip to content

Commit d413db5

Browse files
Requires Java 1.7 + upgrade pom dependencies.
1 parent 86667b9 commit d413db5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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>
@@ -46,7 +46,7 @@
4646
</developers>
4747

4848
<prerequisites>
49-
<maven>3.0.1</maven>
49+
<maven>3.2.1</maven>
5050
</prerequisites>
5151

5252
<scm>
@@ -59,13 +59,13 @@
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>
@@ -80,10 +80,10 @@
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>

0 commit comments

Comments
 (0)