Skip to content

Commit f718a2e

Browse files
Update all non-major maven dependencies
1 parent 55de006 commit f718a2e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212

1313
<artifactId>reporter</artifactId>
14-
<version>1.0.0-SNAPSHOT</version>
14+
<version>1.0.1-SNAPSHOT</version>
1515
<packaging>jar</packaging>
1616

1717
<name>reporter</name>
@@ -73,7 +73,7 @@
7373
<dependency>
7474
<groupId>org.flywaydb</groupId>
7575
<artifactId>flyway-database-postgresql</artifactId>
76-
<version>11.3.3</version>
76+
<version>11.6.0</version>
7777
</dependency>
7878

7979
<!--spring-->
@@ -136,12 +136,12 @@
136136
<dependency>
137137
<groupId>org.jxls</groupId>
138138
<artifactId>jxls</artifactId>
139-
<version>2.11.0</version>
139+
<version>2.14.0</version>
140140
</dependency>
141141
<dependency>
142142
<groupId>org.jxls</groupId>
143143
<artifactId>jxls-poi</artifactId>
144-
<version>2.11.0</version>
144+
<version>2.14.0</version>
145145
</dependency>
146146
<dependency>
147147
<groupId>commons-io</groupId>
@@ -156,7 +156,7 @@
156156
<dependency>
157157
<groupId>commons-beanutils</groupId>
158158
<artifactId>commons-beanutils</artifactId>
159-
<version>1.9.4</version>
159+
<version>1.10.1</version>
160160
</dependency>
161161
<dependency>
162162
<groupId>org.apache.poi</groupId>
@@ -179,7 +179,7 @@
179179
<dependency>
180180
<groupId>com.cronutils</groupId>
181181
<artifactId>cron-utils</artifactId>
182-
<version>9.1.6</version>
182+
<version>9.2.1</version>
183183
</dependency>
184184
<dependency>
185185
<groupId>software.amazon.msk</groupId>

0 commit comments

Comments
 (0)