Skip to content

Commit ba13f42

Browse files
nishithakbhaskarantdcmeehan
authored andcommitted
Upgrade objenesis version to 3.4
1 parent 7b9613f commit ba13f42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

presto-bigquery/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@
342342
<dependency>
343343
<groupId>org.objenesis</groupId>
344344
<artifactId>objenesis</artifactId>
345-
<version>2.6</version>
345+
<version>3.4</version>
346346
<scope>test</scope>
347347
<exclusions>
348348
<exclusion>

presto-hive/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@
485485
<dependency>
486486
<groupId>org.objenesis</groupId>
487487
<artifactId>objenesis</artifactId>
488-
<version>2.6</version>
488+
<version>3.4</version>
489489
<scope>test</scope>
490490
<exclusions>
491491
<exclusion>

0 commit comments

Comments
 (0)