Skip to content

Commit fb8cf35

Browse files
Update External minor & patch dependencies
1 parent 5fe3d3b commit fb8cf35

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>com.facebook.presto</groupId>
5555
<artifactId>presto-parser</artifactId>
56-
<version>0.240.1</version>
56+
<version>0.294</version>
5757
</dependency>
5858

5959
<dependency>
@@ -75,7 +75,7 @@
7575
<plugin>
7676
<groupId>org.apache.maven.plugins</groupId>
7777
<artifactId>maven-compiler-plugin</artifactId>
78-
<version>3.8.0</version>
78+
<version>3.14.0</version>
7979
<configuration>
8080
<source>1.8</source>
8181
<target>1.8</target>
@@ -98,7 +98,7 @@
9898
<plugin>
9999
<groupId>org.sonatype.plugins</groupId>
100100
<artifactId>nexus-staging-maven-plugin</artifactId>
101-
<version>1.6.7</version>
101+
<version>1.7.0</version>
102102
<extensions>true</extensions>
103103
<configuration>
104104
<serverId>ossrh</serverId>
@@ -110,7 +110,7 @@
110110
<plugin>
111111
<groupId>org.apache.maven.plugins</groupId>
112112
<artifactId>maven-source-plugin</artifactId>
113-
<version>2.2.1</version>
113+
<version>2.4</version>
114114
<executions>
115115
<execution>
116116
<id>attach-sources</id>
@@ -124,7 +124,7 @@
124124
<plugin>
125125
<groupId>org.apache.maven.plugins</groupId>
126126
<artifactId>maven-javadoc-plugin</artifactId>
127-
<version>2.9.1</version>
127+
<version>2.10.4</version>
128128
<executions>
129129
<execution>
130130
<id>attach-javadocs</id>
@@ -160,7 +160,7 @@
160160
<plugin>
161161
<groupId>org.apache.maven.plugins</groupId>
162162
<artifactId>maven-release-plugin</artifactId>
163-
<version>2.5</version>
163+
<version>2.5.3</version>
164164
<configuration>
165165
<tagNameFormat>@{project.version}</tagNameFormat>
166166
</configuration>

0 commit comments

Comments
 (0)