File tree Expand file tree Collapse file tree 4 files changed +2
-1412
lines changed
main/java/io/github/mbenincasa/javaexcelutils/tools
test/java/io/github/mbenincasa/javaexcelutils/tools Expand file tree Collapse file tree 4 files changed +2
-1412
lines changed Original file line number Diff line number Diff line change @@ -80,12 +80,11 @@ Java 17 or above.
80
80
- org.apache.poi:poi:jar : 5.2.3
81
81
- org.apache.poi:poi-ooxml:jar : 5.2.3
82
82
- org.projectlombok:lombok:jar : 1.18.26
83
- - commons-beanutils:commons-beanutils:jar : 1.9.4
84
83
- com.opencsv:opencsv:jar : 5.7.1
85
- - com.fasterxml.jackson.core:jackson-databind:jar : 2.14.2
84
+ - com.fasterxml.jackson.core:jackson-databind:jar : 2.15.0
86
85
- org.apache.logging.log4j:log4j-core:jar : 2.20.0
87
86
- org.junit.jupiter:junit-jupiter:jar : 5.9.2
88
- - org.junit.platform:junit-platform-suite-engine:jar : 1.9.2
87
+ - org.junit.platform:junit-platform-suite-engine:jar : 1.9.3
89
88
90
89
## Maven
91
90
``` xml
Original file line number Diff line number Diff line change 131
131
<version >1.18.26</version >
132
132
<scope >provided</scope >
133
133
</dependency >
134
- <dependency >
135
- <groupId >commons-beanutils</groupId >
136
- <artifactId >commons-beanutils</artifactId >
137
- <version >1.9.4</version >
138
- </dependency >
139
134
<dependency >
140
135
<groupId >com.opencsv</groupId >
141
136
<artifactId >opencsv</artifactId >
You can’t perform that action at this time.
0 commit comments