File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
### Notes
6
6
- Add the ` maven-pmd-plugin ` plugin with ` pmd-core ` and ` pmd-java ` dependencies
7
7
- Update the ` javanilla ` dependency to ` 1.8.0 `
8
- - Update the ` junit-jupiter ` dependency to ` 5.12.0 `
8
+ - Update the ` junit-jupiter ` dependency to ` 5.12.1 `
9
9
- Update the ` assertj-core ` dependency to ` 3.27.3 `
10
10
- Update the ` maven-compiler-plugin ` plugin to ` 3.14.0 `
11
11
- Update the ` maven-surefire-plugin ` plugin to ` 3.5.2 `
Original file line number Diff line number Diff line change 71
71
<dependency >
72
72
<groupId >org.junit.jupiter</groupId >
73
73
<artifactId >junit-jupiter</artifactId >
74
- <version >5.12.0 </version >
74
+ <version >5.12.1 </version >
75
75
<scope >test</scope >
76
76
</dependency >
77
77
<dependency >
229
229
<dependency >
230
230
<groupId >net.sourceforge.pmd</groupId >
231
231
<artifactId >pmd-core</artifactId >
232
- <version >7.10 .0</version >
232
+ <version >7.11 .0</version >
233
233
</dependency >
234
234
<dependency >
235
235
<groupId >net.sourceforge.pmd</groupId >
236
236
<artifactId >pmd-java</artifactId >
237
- <version >7.10 .0</version >
237
+ <version >7.11 .0</version >
238
238
</dependency >
239
239
</dependencies >
240
240
</plugin >
You can’t perform that action at this time.
0 commit comments