提交 2b9a7c8e 编写于 作者: E Eduardo Ramos

Update dependencies

上级 31deab65
......@@ -5,6 +5,8 @@
<ignoreVersion type="regex">(?i).*alpha.*</ignoreVersion>
<ignoreVersion type="regex">(?i).*beta.*</ignoreVersion>
<ignoreVersion type="regex">(?i).*preview.*</ignoreVersion>
<ignoreVersion type="regex">(?i).*[-.]b([0-9]+)?</ignoreVersion>
<ignoreVersion type="regex">(?i).*[-.]rc([0-9]+)?</ignoreVersion>
......
......@@ -24,12 +24,12 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.10</version>
<version>1.11</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.14</version>
<version>1.15</version>
</dependency>
<dependency>
<groupId>org.jfree</groupId>
......
......@@ -19,7 +19,7 @@
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.20.0</version>
<version>3.20.1</version>
</dependency>
<dependency>
<groupId>mysql</groupId>
......@@ -29,12 +29,12 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.1.4.jre7</version>
<version>42.1.4</version>
</dependency>
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc</artifactId>
<version>6.2.1.jre7</version>
<version>6.2.2.jre8</version>
<exclusions>
<exclusion>
<groupId>com.microsoft.azure</groupId>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册