File tree Expand file tree Collapse file tree 3 files changed +17
-5
lines changed Expand file tree Collapse file tree 3 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 8282 <dependency >
8383 <groupId >net.sourceforge.pmd</groupId >
8484 <artifactId >pmd-core</artifactId >
85- <version >7.5 .0</version >
85+ <version >7.6 .0</version >
8686 </dependency >
8787 <dependency >
8888 <groupId >net.sourceforge.pmd</groupId >
8989 <artifactId >pmd-java</artifactId >
90- <version >7.5 .0</version >
90+ <version >7.6 .0</version >
9191 </dependency >
9292 </dependencies >
9393 </plugin >
Original file line number Diff line number Diff line change 6161 <dependency >
6262 <groupId >com.vaadin</groupId >
6363 <artifactId >vaadin-core</artifactId >
64+ <exclusions >
65+ <exclusion >
66+ <groupId >com.vaadin</groupId >
67+ <artifactId >hilla-dev</artifactId >
68+ </exclusion >
69+ </exclusions >
6470 </dependency >
6571 <dependency >
6672 <groupId >software.xdev</groupId >
7278 <dependency >
7379 <groupId >com.vaadin</groupId >
7480 <artifactId >vaadin-spring-boot-starter</artifactId >
81+ <exclusions >
82+ <exclusion >
83+ <groupId >com.vaadin</groupId >
84+ <artifactId >hilla</artifactId >
85+ </exclusion >
86+ </exclusions >
7587 </dependency >
7688 <!-- Temporarily excluded by Vaadin due to "security vulnerability" -->
7789 <dependency >
Original file line number Diff line number Diff line change 130130 <plugin >
131131 <groupId >com.mycila</groupId >
132132 <artifactId >license-maven-plugin</artifactId >
133- <version >4.5 </version >
133+ <version >4.6 </version >
134134 <configuration >
135135 <properties >
136136 <email >${project.organization.url} </email >
350350 <dependency >
351351 <groupId >net.sourceforge.pmd</groupId >
352352 <artifactId >pmd-core</artifactId >
353- <version >7.5 .0</version >
353+ <version >7.6 .0</version >
354354 </dependency >
355355 <dependency >
356356 <groupId >net.sourceforge.pmd</groupId >
357357 <artifactId >pmd-java</artifactId >
358- <version >7.5 .0</version >
358+ <version >7.6 .0</version >
359359 </dependency >
360360 </dependencies >
361361 </plugin >
You can’t perform that action at this time.
0 commit comments