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 2023/05/02 09:23:51 UTC

[plc4x] branch develop updated: build(deps): bump jakarta.activation-api from 2.1.1 to 2.1.2 (#920)

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 e0553da972 build(deps): bump jakarta.activation-api from 2.1.1 to 2.1.2 (#920)
e0553da972 is described below

commit e0553da972c490c6febf5b0c58230b62b869fc6a
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue May 2 11:23:46 2023 +0200

    build(deps): bump jakarta.activation-api from 2.1.1 to 2.1.2 (#920)
    
    Bumps [jakarta.activation-api](https://github.com/jakartaee/jaf-api) from 2.1.1 to 2.1.2.
    - [Release notes](https://github.com/jakartaee/jaf-api/releases)
    - [Commits](https://github.com/jakartaee/jaf-api/compare/2.1.1...2.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: jakarta.activation:jakarta.activation-api
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 fa627072ee..353037169c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -633,7 +633,7 @@
       <dependency>
         <groupId>jakarta.activation</groupId>
         <artifactId>jakarta.activation-api</artifactId>
-        <version>2.1.1</version>
+        <version>2.1.2</version>
       </dependency>
 
       <dependency>