You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2020/02/20 06:51:27 UTC

[activemq] branch activemq-5.15.x updated: [AMQ-7278] Upgrade to Scala 2.11.11

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

jbonofre pushed a commit to branch activemq-5.15.x
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/activemq-5.15.x by this push:
     new 184c613  [AMQ-7278] Upgrade to Scala 2.11.11
184c613 is described below

commit 184c61398fc929ba7d739f108dbf9e47344577dd
Author: jbonofre <jb...@apache.org>
AuthorDate: Tue Feb 18 09:06:55 2020 +0100

    [AMQ-7278] Upgrade to Scala 2.11.11
    
    (cherry picked from commit 3480d3ec38b3ecc03f5d5b35dced2f66243caec6)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6084ddd..424935e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,9 +115,9 @@
     <saxon-version>9.5.1-5</saxon-version>
     <saxon-bundle-version>9.5.1-5_1</saxon-bundle-version>
     <scala-plugin-version>3.1.0</scala-plugin-version>
-    <scala-version>2.11.0</scala-version>
+    <scala-version>2.11.11</scala-version>
     <shiro-version>1.5.0</shiro-version>
-    <scalatest-version>2.1.5</scalatest-version>
+    <scalatest-version>3.0.8</scalatest-version>
     <slf4j-version>1.7.25</slf4j-version>
     <snappy-version>1.1.2</snappy-version>
     <spring-version>4.3.26.RELEASE</spring-version>