You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2022/09/17 09:10:48 UTC

[ws-axiom] branch master updated: Bump org.eclipse.osgi from 3.18.0 to 3.18.100

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

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git


The following commit(s) were added to refs/heads/master by this push:
     new d6e15b6f3 Bump org.eclipse.osgi from 3.18.0 to 3.18.100
d6e15b6f3 is described below

commit d6e15b6f348b66233367688b5d5eb4c72d268edb
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Sep 14 03:33:48 2022 +0000

    Bump org.eclipse.osgi from 3.18.0 to 3.18.100
    
    Bumps [org.eclipse.osgi](https://github.com/eclipse-equinox/equinox) from 3.18.0 to 3.18.100.
    - [Release notes](https://github.com/eclipse-equinox/equinox/releases)
    - [Commits](https://github.com/eclipse-equinox/equinox/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.platform:org.eclipse.osgi
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 systests/eclipse-tests/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/systests/eclipse-tests/pom.xml b/systests/eclipse-tests/pom.xml
index aa84c63a6..f5fb95495 100644
--- a/systests/eclipse-tests/pom.xml
+++ b/systests/eclipse-tests/pom.xml
@@ -59,7 +59,7 @@
         <dependency>
             <groupId>org.eclipse.platform</groupId>
             <artifactId>org.eclipse.osgi</artifactId>
-            <version>3.18.0</version>
+            <version>3.18.100</version>
             <scope>test</scope>
         </dependency>
         <dependency>