You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by do...@apache.org on 2021/07/30 19:55:11 UTC

[orc] branch main updated: ORC-888: Bump objenesis from 3.1 to 3.2 (#781)

This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/main by this push:
     new d7e68da  ORC-888: Bump objenesis from 3.1 to 3.2 (#781)
d7e68da is described below

commit d7e68dab906df7278f64b5cd9aaef75703bd5c9f
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jul 30 12:55:03 2021 -0700

    ORC-888: Bump objenesis from 3.1 to 3.2 (#781)
    
    Bumps [objenesis](https://github.com/easymock/objenesis) from 3.1 to 3.2.
    - [Release notes](https://github.com/easymock/objenesis/releases)
    - [Commits](https://github.com/easymock/objenesis/compare/3.1...3.2)
---
 java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/pom.xml b/java/pom.xml
index efb067b..d44c79f 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -783,7 +783,7 @@
       <dependency>
         <groupId>org.objenesis</groupId>
         <artifactId>objenesis</artifactId>
-        <version>3.1</version>
+        <version>3.2</version>
         <scope>test</scope>
       </dependency>
       <dependency>