mirror of
https://github.com/getrebuild/rebuild.git
synced 2025-09-19 04:58:23 +08:00
Build(deps): Bump the maven group across 1 directory with 2 updates
Bumps the maven group with 2 updates in the / directory: commons-fileupload:commons-fileupload and org.apache.poi:poi-ooxml. Updates `commons-fileupload:commons-fileupload` from 1.5 to 1.6.0 Updates `org.apache.poi:poi-ooxml` from 5.2.5 to 5.4.0 --- updated-dependencies: - dependency-name: commons-fileupload:commons-fileupload dependency-version: 1.6.0 dependency-type: direct:production dependency-group: maven - dependency-name: org.apache.poi:poi-ooxml dependency-version: 5.4.0 dependency-type: direct:production dependency-group: maven ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
8fb4740c2e
commit
5568f78b7c
1 changed files with 2 additions and 2 deletions
4
pom.xml
4
pom.xml
|
@ -404,7 +404,7 @@
|
|||
<dependency>
|
||||
<groupId>commons-fileupload</groupId>
|
||||
<artifactId>commons-fileupload</artifactId>
|
||||
<version>1.5</version>
|
||||
<version>1.6.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.alibaba</groupId>
|
||||
|
@ -434,7 +434,7 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.poi</groupId>
|
||||
<artifactId>poi-ooxml</artifactId>
|
||||
<version>5.2.5</version>
|
||||
<version>5.4.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.h2database</groupId>
|
||||
|
|
Loading…
Add table
Reference in a new issue