File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 53
53
<dependency >
54
54
<groupId >com.facebook.presto</groupId >
55
55
<artifactId >presto-parser</artifactId >
56
- <version >0.240.1 </version >
56
+ <version >0.294 </version >
57
57
</dependency >
58
58
59
59
<dependency >
75
75
<plugin >
76
76
<groupId >org.apache.maven.plugins</groupId >
77
77
<artifactId >maven-compiler-plugin</artifactId >
78
- <version >3.8 .0</version >
78
+ <version >3.14 .0</version >
79
79
<configuration >
80
80
<source >1.8</source >
81
81
<target >1.8</target >
98
98
<plugin >
99
99
<groupId >org.sonatype.plugins</groupId >
100
100
<artifactId >nexus-staging-maven-plugin</artifactId >
101
- <version >1.6.7 </version >
101
+ <version >1.7.0 </version >
102
102
<extensions >true</extensions >
103
103
<configuration >
104
104
<serverId >ossrh</serverId >
110
110
<plugin >
111
111
<groupId >org.apache.maven.plugins</groupId >
112
112
<artifactId >maven-source-plugin</artifactId >
113
- <version >2.2.1 </version >
113
+ <version >2.4 </version >
114
114
<executions >
115
115
<execution >
116
116
<id >attach-sources</id >
124
124
<plugin >
125
125
<groupId >org.apache.maven.plugins</groupId >
126
126
<artifactId >maven-javadoc-plugin</artifactId >
127
- <version >2.9.1 </version >
127
+ <version >2.10.4 </version >
128
128
<executions >
129
129
<execution >
130
130
<id >attach-javadocs</id >
160
160
<plugin >
161
161
<groupId >org.apache.maven.plugins</groupId >
162
162
<artifactId >maven-release-plugin</artifactId >
163
- <version >2.5</version >
163
+ <version >2.5.3 </version >
164
164
<configuration >
165
165
<tagNameFormat >@{project.version}</tagNameFormat >
166
166
</configuration >
You can’t perform that action at this time.
0 commit comments