Skip to content

Commit 2cf8e15

Browse files
committed
allow jdk 11 build
1 parent ec8141f commit 2cf8e15

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

nb-configuration.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@
1919
<com-junichi11-netbeans-changelf.lf-kind>LF</com-junichi11-netbeans-changelf.lf-kind>
2020
<com-junichi11-netbeans-changelf.use-global>false</com-junichi11-netbeans-changelf.use-global>
2121
<org-netbeans-modules-javascript2-requirejs.enabled>true</org-netbeans-modules-javascript2-requirejs.enabled>
22-
<netbeans.hint.jdkPlatform>JDK_1.8</netbeans.hint.jdkPlatform>
2322
</properties>
2423
</project-shared-configuration>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>commons-io</groupId>
3030
<artifactId>commons-io</artifactId>
31-
<version>2.4</version>
31+
<version>2.6</version>
3232
<scope>test</scope>
3333
</dependency>
3434
<dependency>
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>org.mockito</groupId>
4848
<artifactId>mockito-core</artifactId>
49-
<version>2.16.0</version>
49+
<version>2.28.2</version>
5050
<scope>test</scope>
5151
</dependency>
5252
</dependencies>
@@ -87,8 +87,8 @@
8787
<artifactId>maven-compiler-plugin</artifactId>
8888
<version>3.7.0</version>
8989
<configuration>
90-
<source>1.8</source>
91-
<target>1.8</target>
90+
<source>11</source>
91+
<target>11</target>
9292
<showWarnings>true</showWarnings>
9393
<encoding>${project.build.sourceEncoding}</encoding>
9494
</configuration>

0 commit comments

Comments
 (0)