You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2022/08/16 08:02:30 UTC

[plc4x] branch develop updated: build(deps): bump jakarta.activation-api from 1.2.2 to 2.1.0 (#451)

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

sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new b9848a0e8 build(deps): bump jakarta.activation-api from 1.2.2 to 2.1.0 (#451)
b9848a0e8 is described below

commit b9848a0e866ff6c4cfabd8607fed901b18c764e3
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Aug 16 10:02:26 2022 +0200

    build(deps): bump jakarta.activation-api from 1.2.2 to 2.1.0 (#451)
    
    Bumps [jakarta.activation-api](https://github.com/eclipse-ee4j/jaf) from 1.2.2 to 2.1.0.
    - [Release notes](https://github.com/eclipse-ee4j/jaf/releases)
    - [Commits](https://github.com/eclipse-ee4j/jaf/compare/1.2.2...2.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: jakarta.activation:jakarta.activation-api
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7d39db22d..c69052aa0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -636,7 +636,7 @@
       <dependency>
         <groupId>jakarta.activation</groupId>
         <artifactId>jakarta.activation-api</artifactId>
-        <version>1.2.2</version>
+        <version>2.1.0</version>
       </dependency>
     </dependencies>
   </dependencyManagement>