Skip to content

Commit 5c80cc5

Browse files
committed
sqlite-jdbc 3.42.0.1, plugin version updates
1 parent 9a701c3 commit 5c80cc5

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
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>org.xerial</groupId>
6969
<artifactId>sqlite-jdbc</artifactId>
70-
<version>3.40.0.0</version>
70+
<version>3.42.0.1</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>org.xerial.thirdparty</groupId>
@@ -91,7 +91,7 @@
9191
<plugin>
9292
<groupId>org.apache.maven.plugins</groupId>
9393
<artifactId>maven-compiler-plugin</artifactId>
94-
<version>3.10.1</version>
94+
<version>3.11.0</version>
9595
<configuration>
9696
<source>11</source>
9797
<target>11</target>
@@ -100,7 +100,7 @@
100100
<plugin>
101101
<groupId>org.apache.maven.plugins</groupId>
102102
<artifactId>maven-shade-plugin</artifactId>
103-
<version>3.4.1</version>
103+
<version>3.5.0</version>
104104
<executions>
105105
<execution>
106106
<phase>package</phase>
@@ -143,7 +143,7 @@
143143
<plugin>
144144
<groupId>org.apache.maven.plugins</groupId>
145145
<artifactId>maven-source-plugin</artifactId>
146-
<version>3.2.1</version>
146+
<version>3.3.0</version>
147147
<executions>
148148
<execution>
149149
<id>attach-sources</id>
@@ -156,7 +156,7 @@
156156
<plugin>
157157
<groupId>org.apache.maven.plugins</groupId>
158158
<artifactId>maven-javadoc-plugin</artifactId>
159-
<version>3.4.1</version>
159+
<version>3.5.0</version>
160160
<configuration>
161161
<links>
162162
<link>https://ngageoint.github.io/geopackage-core-java/docs/api/</link>
@@ -189,7 +189,7 @@
189189
<plugin>
190190
<groupId>org.apache.maven.plugins</groupId>
191191
<artifactId>maven-gpg-plugin</artifactId>
192-
<version>3.0.1</version>
192+
<version>3.1.0</version>
193193
<executions>
194194
<execution>
195195
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)