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 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 >
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 >
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 >
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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments