File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 2929 cache : maven
3030 - name : Build with Maven
3131 run : mvn -B package --file pom.xml
32-
33- # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
34- - name : Update dependency graph
35- uses : advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6
Original file line number Diff line number Diff line change 2121 <plugin >
2222 <groupId >org.apache.maven.plugins</groupId >
2323 <artifactId >maven-compiler-plugin</artifactId >
24- <version >3.8.1 </version >
24+ <version >3.13.0 </version >
2525 <configuration >
2626 <source >${java.version} </source >
2727 <target >${java.version} </target >
3030 <plugin >
3131 <groupId >org.apache.maven.plugins</groupId >
3232 <artifactId >maven-shade-plugin</artifactId >
33- <version >3.2.4 </version >
33+ <version >3.5.3 </version >
3434 <executions >
3535 <execution >
3636 <phase >package</phase >
You can’t perform that action at this time.
0 commit comments