You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by mi...@apache.org on 2022/11/13 07:22:13 UTC

[olingo-odata4] branch master updated: Bump pax.exam.version from 3.4.0 to 4.13.1

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

mibo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/olingo-odata4.git


The following commit(s) were added to refs/heads/master by this push:
     new f4e46d2aa Bump pax.exam.version from 3.4.0 to 4.13.1
f4e46d2aa is described below

commit f4e46d2aa738aaf2ca2ea084ed7c896396349a72
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Nov 13 07:12:35 2022 +0000

    Bump pax.exam.version from 3.4.0 to 4.13.1
    
    Bumps `pax.exam.version` from 3.4.0 to 4.13.1.
    
    Updates `pax-exam-junit4` from 3.4.0 to 4.13.1
    
    Updates `pax-exam` from 3.4.0 to 4.13.1
    
    Updates `pax-exam-container-karaf` from 3.4.0 to 4.13.1
    
    Updates `pax-exam-link-mvn` from 3.4.0 to 4.13.1
    
    ---
    updated-dependencies:
    - dependency-name: org.ops4j.pax.exam:pax-exam-junit4
      dependency-type: direct:development
      update-type: version-update:semver-major
    - dependency-name: org.ops4j.pax.exam:pax-exam
      dependency-type: direct:development
      update-type: version-update:semver-major
    - dependency-name: org.ops4j.pax.exam:pax-exam-container-karaf
      dependency-type: direct:development
      update-type: version-update:semver-major
    - dependency-name: org.ops4j.pax.exam:pax-exam-link-mvn
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 85bbb0d5d..779ea8dd0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
     <!-- for osgi integration testing -->
     <osgi.version>4.2.0</osgi.version>
     <karaf.version>3.0.3</karaf.version>
-    <pax.exam.version>3.4.0</pax.exam.version>
+    <pax.exam.version>4.13.1</pax.exam.version>
 
     <!-- Project build settings -->
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>