|
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.295</version> |
57 | 57 | </dependency> |
58 | 58 |
|
59 | 59 | <dependency> |
|
65 | 65 | <dependency> |
66 | 66 | <groupId>junit</groupId> |
67 | 67 | <artifactId>junit</artifactId> |
68 | | - <version>4.12</version> |
| 68 | + <version>4.13.2</version> |
69 | 69 | <scope>test</scope> |
70 | 70 | </dependency> |
71 | 71 | </dependencies> |
|
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.1</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> |
|
0 commit comments