Skip to content

Commit

Permalink
updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
liuhuagui committed Mar 6, 2020
1 parent fc0e1f8 commit 46b3f1c
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
<artifactId>gridexcel</artifactId>
<version>2.3</version>
<name>gridexcel</name>
<description>Universal solution for reading and writing simply Excel based on functional programming and POI EventModel.</description>
<description>Universal solution for reading and writing simply Excel based on functional programming and POI
EventModel.
</description>
<url>https://github.com/liuhuagui/gridexcel</url>

<licenses>
Expand Down Expand Up @@ -40,8 +42,8 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<poi-ooxml>4.1.0</poi-ooxml>
<poi>4.1.0</poi>
<poi-ooxml>4.1.2</poi-ooxml>
<poi>4.1.2</poi>
</properties>

<dependencies>
Expand All @@ -63,19 +65,19 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.26</version>
<version>1.7.30</version>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.26</version>
<version>1.7.30</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.58</version>
<version>1.2.66</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -138,6 +140,12 @@
<goals>
<goal>sign</goal>
</goals>
<configuration>
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit 46b3f1c

Please sign in to comment.