File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99
1010 steps :
11- - uses : actions/checkout@v2
11+ - uses : actions/checkout@v3.1.0
1212 - name : Set up JDK 1.8
13- uses : actions/setup-java@v2
13+ uses : actions/setup-java@v3.5.1
1414 with :
1515 distribution : ' adopt'
1616 java-version : ' 8'
Original file line number Diff line number Diff line change 4444 <maven .javadoc.failOnError>false</maven .javadoc.failOnError>
4545 <project .build.outputTimestamp>1</project .build.outputTimestamp>
4646 <!-- Maven Plugin Versions -->
47- <maven .compiler.plugin.version>3.10 .0</maven .compiler.plugin.version>
47+ <maven .compiler.plugin.version>3.11 .0</maven .compiler.plugin.version>
4848 <maven .jar.plugin.version>3.2.2</maven .jar.plugin.version>
4949 <maven .javadoc.plugin.version>3.3.2</maven .javadoc.plugin.version>
5050 <maven .release.plugin.version>3.0.0-M5</maven .release.plugin.version>
5454 <error .prone.core.version>2.3.2</error .prone.core.version>
5555 <jacoco .maven.plugin.version>0.8.7</jacoco .maven.plugin.version>
5656 <spotbugs .maven.plugin.version>4.7.3.2</spotbugs .maven.plugin.version>
57- <com .github.spotbugs.version>4.5 .3</com .github.spotbugs.version>
57+ <com .github.spotbugs.version>4.7 .3</com .github.spotbugs.version>
5858 </properties >
5959
6060 <scm >
102102 <dependency >
103103 <groupId >org.json</groupId >
104104 <artifactId >json</artifactId >
105- <version >20211205 </version >
105+ <version >20230227 </version >
106106 <scope >test</scope >
107107 </dependency >
108108 <dependency >
You can’t perform that action at this time.
0 commit comments