[ 
https://issues.apache.org/jira/browse/KARAF-5946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16639381#comment-16639381
 ] 

ASF GitHub Bot commented on KARAF-5946:
---------------------------------------

jbonofre closed pull request #49: [KARAF-5946] Upgrade to commons-lang3 3.8.1
URL: https://github.com/apache/karaf-cellar/pull/49
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/dosgi/pom.xml b/dosgi/pom.xml
index ec686380..94bf9f86 100644
--- a/dosgi/pom.xml
+++ b/dosgi/pom.xml
@@ -60,7 +60,6 @@
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-lang3</artifactId>
-            <version>3.3.2</version>
         </dependency>
 
         <!-- Logging Dependencies -->
@@ -110,4 +109,4 @@
         </plugins>
     </build>
 
-</project>
\ No newline at end of file
+</project>
diff --git a/pom.xml b/pom.xml
index 3c7d3605..c63604fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,6 +35,7 @@
     <name>Apache Karaf :: Cellar</name>
 
     <properties>
+        <commons-lang3.version>3.8.1</commons-lang3.version>
         <easymock.version>3.4</easymock.version>
         
<fabric8.kubernetes-client.version>3.1.0</fabric8.kubernetes-client.version>
         <felix.bundlerepository.version>2.0.6</felix.bundlerepository.version>
@@ -304,11 +305,11 @@
                 <version>${joda-time.version}</version>
             </dependency>
 
-            <!--Apache common-lang-->
+            <!-- Apache common-lang3 -->
             <dependency>
                 <groupId>org.apache.commons</groupId>
                 <artifactId>commons-lang3</artifactId>
-                <version>${apache.commons.lang3.version}</version>
+                <version>${commons-lang3.version}</version>
             </dependency>
 
             <!-- Kubernetes -->


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> Upgrade to commons-lang3 3.8.1
> ------------------------------
>
>                 Key: KARAF-5946
>                 URL: https://issues.apache.org/jira/browse/KARAF-5946
>             Project: Karaf
>          Issue Type: Dependency upgrade
>          Components: cellar, karaf
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>            Priority: Major
>             Fix For: 4.2.2, cellar-4.2.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to