File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 19
19
<com-junichi11-netbeans-changelf .lf-kind>LF</com-junichi11-netbeans-changelf .lf-kind>
20
20
<com-junichi11-netbeans-changelf .use-global>false</com-junichi11-netbeans-changelf .use-global>
21
21
<org-netbeans-modules-javascript2-requirejs .enabled>true</org-netbeans-modules-javascript2-requirejs .enabled>
22
- <netbeans .hint.jdkPlatform>JDK_1.8</netbeans .hint.jdkPlatform>
23
22
</properties >
24
23
</project-shared-configuration >
Original file line number Diff line number Diff line change 28
28
<dependency >
29
29
<groupId >commons-io</groupId >
30
30
<artifactId >commons-io</artifactId >
31
- <version >2.4 </version >
31
+ <version >2.6 </version >
32
32
<scope >test</scope >
33
33
</dependency >
34
34
<dependency >
46
46
<dependency >
47
47
<groupId >org.mockito</groupId >
48
48
<artifactId >mockito-core</artifactId >
49
- <version >2.16.0 </version >
49
+ <version >2.28.2 </version >
50
50
<scope >test</scope >
51
51
</dependency >
52
52
</dependencies >
87
87
<artifactId >maven-compiler-plugin</artifactId >
88
88
<version >3.7.0</version >
89
89
<configuration >
90
- <source >1.8 </source >
91
- <target >1.8 </target >
90
+ <source >11 </source >
91
+ <target >11 </target >
92
92
<showWarnings >true</showWarnings >
93
93
<encoding >${project.build.sourceEncoding} </encoding >
94
94
</configuration >
You can’t perform that action at this time.
0 commit comments