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 2024/02/14 10:00:36 UTC

(plc4x) branch develop updated: build(deps): bump org.aspectj:aspectjweaver from 1.9.21 to 1.9.21.1 (#1404)

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 e34fa6571b build(deps): bump org.aspectj:aspectjweaver from 1.9.21 to 1.9.21.1 (#1404)
e34fa6571b is described below

commit e34fa6571be61a69c98bd95dc7237f89528a71c5
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Feb 14 11:00:31 2024 +0100

    build(deps): bump org.aspectj:aspectjweaver from 1.9.21 to 1.9.21.1 (#1404)
    
    Bumps [org.aspectj:aspectjweaver](https://github.com/eclipse/org.aspectj) from 1.9.21 to 1.9.21.1.
    - [Release notes](https://github.com/eclipse/org.aspectj/releases)
    - [Commits](https://github.com/eclipse/org.aspectj/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.aspectj:aspectjweaver
      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>
---
 plc4j/tools/ui/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plc4j/tools/ui/pom.xml b/plc4j/tools/ui/pom.xml
index 826cac80a9..6d937bd453 100644
--- a/plc4j/tools/ui/pom.xml
+++ b/plc4j/tools/ui/pom.xml
@@ -105,7 +105,7 @@
       <dependency>
         <groupId>org.aspectj</groupId>
         <artifactId>aspectjweaver</artifactId>
-        <version>1.9.21</version>
+        <version>1.9.21.1</version>
       </dependency>
     </dependencies>
   </dependencyManagement>