File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 # os: [ubuntu-latest, windows-latest, macOS-latest]
1515
1616 steps :
17- - uses : actions/checkout@v5
17+ - uses : actions/checkout@v6
1818 - name : Set up JDK ${{ matrix.jdk }}
1919 uses : actions/setup-java@v5
2020 with :
Original file line number Diff line number Diff line change 6666 <maven .compiler.source>1.8</maven .compiler.source>
6767 <maven .compiler.target>1.8</maven .compiler.target>
6868
69- <junit .version>5.14.0 </junit .version>
69+ <junit .version>5.14.2 </junit .version>
7070 </properties >
7171
7272 <dependencyManagement >
118118 <plugin >
119119 <groupId >org.apache.maven.plugins</groupId >
120120 <artifactId >maven-source-plugin</artifactId >
121- <version >3.3.1 </version >
121+ <version >3.4.0 </version >
122122 </plugin >
123123 <plugin >
124124 <groupId >org.apache.maven.plugins</groupId >
125125 <artifactId >maven-resources-plugin</artifactId >
126- <version >3.3.1 </version >
126+ <version >3.4.0 </version >
127127 </plugin >
128128 <plugin >
129129 <groupId >org.apache.maven.plugins</groupId >
143143 <plugin >
144144 <groupId >org.apache.maven.plugins</groupId >
145145 <artifactId >maven-jar-plugin</artifactId >
146- <version >3.4.2 </version >
146+ <version >3.5.0 </version >
147147 </plugin >
148148 <plugin >
149149 <groupId >org.apache.maven.plugins</groupId >
158158 <plugin >
159159 <groupId >org.owasp</groupId >
160160 <artifactId >dependency-check-maven</artifactId >
161- <version >12.1.8 </version >
161+ <version >12.1.9 </version >
162162 <configuration >
163163 <nvdApiKeyEnvironmentVariable >NVD_API_KEY</nvdApiKeyEnvironmentVariable >
164164 </configuration >
You can’t perform that action at this time.
0 commit comments