Skip to content

Commit fb866da

Browse files
Upgrade org.jetbrains:annotations version 26.0.2
1 parent 0ba1059 commit fb866da

File tree

7 files changed

+1
-7
lines changed

7 files changed

+1
-7
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1472,7 +1472,7 @@
14721472
<dependency>
14731473
<groupId>org.jetbrains</groupId>
14741474
<artifactId>annotations</artifactId>
1475-
<version>19.0.0</version>
1475+
<version>26.0.2</version>
14761476
</dependency>
14771477

14781478
<dependency>

presto-accumulo/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,6 @@
354354
<dependency>
355355
<groupId>org.jetbrains</groupId>
356356
<artifactId>annotations</artifactId>
357-
<version>19.0.0</version>
358357
<scope>test</scope>
359358
</dependency>
360359

presto-elasticsearch/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@
225225
<dependency>
226226
<groupId>org.jetbrains</groupId>
227227
<artifactId>annotations</artifactId>
228-
<version>19.0.0</version>
229228
<scope>test</scope>
230229
</dependency>
231230

presto-hana/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@
161161
<dependency>
162162
<groupId>org.jetbrains</groupId>
163163
<artifactId>annotations</artifactId>
164-
<version>19.0.0</version>
165164
<scope>test</scope>
166165
</dependency>
167166
</dependencies>

presto-mysql/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@
173173
<dependency>
174174
<groupId>org.jetbrains</groupId>
175175
<artifactId>annotations</artifactId>
176-
<version>19.0.0</version>
177176
<scope>test</scope>
178177
</dependency>
179178
</dependencies>

presto-postgresql/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@
176176
<dependency>
177177
<groupId>org.jetbrains</groupId>
178178
<artifactId>annotations</artifactId>
179-
<version>19.0.0</version>
180179
<scope>test</scope>
181180
</dependency>
182181
</dependencies>

presto-singlestore/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@
179179
<dependency>
180180
<groupId>org.jetbrains</groupId>
181181
<artifactId>annotations</artifactId>
182-
<version>19.0.0</version>
183182
<scope>test</scope>
184183
</dependency>
185184
</dependencies>

0 commit comments

Comments
 (0)