File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
vaadin-spreadsheet-flow-parent/vaadin-spreadsheet-flow Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 90
90
<spring-data-commons .version>3.4.2</spring-data-commons .version>
91
91
92
92
<!-- spreadsheet -->
93
- <poi .version>5.2.5 </poi .version>
94
- <javaparser .version>3.25 .3</javaparser .version>
93
+ <poi .version>5.4.0 </poi .version>
94
+ <javaparser .version>3.26 .3</javaparser .version>
95
95
</properties >
96
96
<dependencyManagement >
97
97
<dependencies >
Original file line number Diff line number Diff line change 88
88
<groupId >com.github.javaparser</groupId >
89
89
<artifactId >javaparser-core</artifactId >
90
90
</exclusion >
91
+ <exclusion >
92
+ <groupId >org.apache.logging.log4j</groupId >
93
+ <artifactId >log4j-api</artifactId >
94
+ </exclusion >
91
95
</exclusions >
92
96
</dependency >
93
97
<dependency >
You can’t perform that action at this time.
0 commit comments