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 82
82
<dependency >
83
83
<groupId >net.sourceforge.pmd</groupId >
84
84
<artifactId >pmd-core</artifactId >
85
- <version >7.5 .0</version >
85
+ <version >7.6 .0</version >
86
86
</dependency >
87
87
<dependency >
88
88
<groupId >net.sourceforge.pmd</groupId >
89
89
<artifactId >pmd-java</artifactId >
90
- <version >7.5 .0</version >
90
+ <version >7.6 .0</version >
91
91
</dependency >
92
92
</dependencies >
93
93
</plugin >
Original file line number Diff line number Diff line change 61
61
<dependency >
62
62
<groupId >com.vaadin</groupId >
63
63
<artifactId >vaadin-core</artifactId >
64
+ <exclusions >
65
+ <exclusion >
66
+ <groupId >com.vaadin</groupId >
67
+ <artifactId >hilla-dev</artifactId >
68
+ </exclusion >
69
+ </exclusions >
64
70
</dependency >
65
71
<dependency >
66
72
<groupId >software.xdev</groupId >
72
78
<dependency >
73
79
<groupId >com.vaadin</groupId >
74
80
<artifactId >vaadin-spring-boot-starter</artifactId >
81
+ <exclusions >
82
+ <exclusion >
83
+ <groupId >com.vaadin</groupId >
84
+ <artifactId >hilla</artifactId >
85
+ </exclusion >
86
+ </exclusions >
75
87
</dependency >
76
88
<!-- Temporarily excluded by Vaadin due to "security vulnerability" -->
77
89
<dependency >
Original file line number Diff line number Diff line change 130
130
<plugin >
131
131
<groupId >com.mycila</groupId >
132
132
<artifactId >license-maven-plugin</artifactId >
133
- <version >4.5 </version >
133
+ <version >4.6 </version >
134
134
<configuration >
135
135
<properties >
136
136
<email >${project.organization.url} </email >
350
350
<dependency >
351
351
<groupId >net.sourceforge.pmd</groupId >
352
352
<artifactId >pmd-core</artifactId >
353
- <version >7.5 .0</version >
353
+ <version >7.6 .0</version >
354
354
</dependency >
355
355
<dependency >
356
356
<groupId >net.sourceforge.pmd</groupId >
357
357
<artifactId >pmd-java</artifactId >
358
- <version >7.5 .0</version >
358
+ <version >7.6 .0</version >
359
359
</dependency >
360
360
</dependencies >
361
361
</plugin >
You can’t perform that action at this time.
0 commit comments