File tree Expand file tree Collapse file tree 2 files changed +5
-17
lines changed Expand file tree Collapse file tree 2 files changed +5
-17
lines changed Original file line number Diff line number Diff line change 3131 run : mvn -B package --file pom.xml
3232
3333 # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
34- - name : Maven Dependency Tree Dependency Submission
35- uses :
advanced-security/[email protected] 34+ # - name: Maven Dependency Tree Dependency Submission
35+ # uses: advanced-security/[email protected]
Original file line number Diff line number Diff line change 7676 <plugin >
7777 <groupId >org.apache.maven.plugins</groupId >
7878 <artifactId >maven-javadoc-plugin</artifactId >
79- <version >3.6 .0</version >
79+ <version >3.5 .0</version >
8080 <executions >
8181 <execution >
8282 <id >attach-javadocs</id >
144144 <dependency >
145145 <groupId >org.projectlombok</groupId >
146146 <artifactId >lombok</artifactId >
147- <version >1.18.30 </version >
147+ <version >1.18.28 </version >
148148 <scope >provided</scope >
149149 </dependency >
150150 <dependency >
155155 </dependency >
156156 <dependency >
157157 <groupId >org.junit.jupiter</groupId >
158- <artifactId >junit-jupiter-api</artifactId >
159- <version >5.10.0</version >
160- <scope >test</scope >
161- </dependency >
162- <dependency >
163- <groupId >org.junit.jupiter</groupId >
164- <artifactId >junit-jupiter-params</artifactId >
165- <version >5.10.0</version >
166- <scope >test</scope >
167- </dependency >
168- <dependency >
169- <groupId >org.junit.jupiter</groupId >
170- <artifactId >junit-jupiter-engine</artifactId >
158+ <artifactId >junit-jupiter</artifactId >
171159 <version >5.10.0</version >
172160 <scope >test</scope >
173161 </dependency >
You can’t perform that action at this time.
0 commit comments