Skip to content

Commit

Permalink
ORC-1715: Bump org.objenesis:objenesis to 3.3
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?
This PR aims to upgrade objenesis to 3.3.

### Why are the changes needed?
objenesis 3.3 is used by Spark 3.5.1.

### How was this patch tested?
Pass the CIs.

### Was this patch authored or co-authored using generative AI tooling?
No.

closes #1922

Closes #1927 from williamhyun/objenesis33.

Authored-by: William Hyun <william@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
(cherry picked from commit 48399e1)
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
  • Loading branch information
williamhyun authored and dongjoon-hyun committed May 8, 2024
1 parent 2c765a1 commit 64a7c8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion java/bench/spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
<dependency>
<groupId>org.objenesis</groupId>
<artifactId>objenesis</artifactId>
<version>3.2</version>
<version>3.3</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
<dependency>
<groupId>org.objenesis</groupId>
<artifactId>objenesis</artifactId>
<version>3.2</version>
<version>3.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 64a7c8a

Please sign in to comment.