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/06/15 23:30:47 UTC

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

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 6c4d28582 Bump org.eclipse.osgi from 3.17.200 to 3.18.0
6c4d28582 is described below

commit 6c4d285829f2ac1b909a01e4099fbd46840271e2
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Jun 14 21:04:10 2022 +0000

    Bump org.eclipse.osgi from 3.17.200 to 3.18.0
    
    Bumps [org.eclipse.osgi](https://github.com/eclipse-equinox/equinox.binaries) from 3.17.200 to 3.18.0.
    - [Release notes](https://github.com/eclipse-equinox/equinox.binaries/releases)
    - [Commits](https://github.com/eclipse-equinox/equinox.binaries/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.platform:org.eclipse.osgi
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    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 f1679613c..aa84c63a6 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.17.200</version>
+            <version>3.18.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>