You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2022/04/05 12:55:16 UTC

[airavata] branch master updated (d3e29bcf03 -> 97a205cbc2)

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

smarru pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airavata.git


    from d3e29bcf03 Update email-config.yaml.j2
     new 08a15d1123 jackson 2.9.10.8
     new 97a205cbc2 update versions

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../profile-service/iam-admin-services-core/pom.xml      |  2 +-
 modules/distribution/pom.xml                             | 16 ++++++++--------
 pom.xml                                                  |  2 ++
 3 files changed, 11 insertions(+), 9 deletions(-)


[airavata] 02/02: update versions

Posted by sm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

smarru pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata.git

commit 97a205cbc295600148eff29496eaa0fde167a671
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Thu Mar 17 14:24:53 2022 +0100

    update versions
---
 modules/distribution/pom.xml | 14 +++++++-------
 pom.xml                      |  1 +
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml
index 37a8087aa6..c48a90e1d9 100644
--- a/modules/distribution/pom.xml
+++ b/modules/distribution/pom.xml
@@ -66,7 +66,7 @@
         <dependency>
             <groupId>commons-collections</groupId>
             <artifactId>commons-collections</artifactId>
-            <version>3.2.1</version>
+            <version>3.2.2</version>
         </dependency>
         <dependency>
             <groupId>commons-lang</groupId>
@@ -223,22 +223,22 @@
         <dependency>
             <groupId>org.codehaus.jackson</groupId>
             <artifactId>jackson-mapper-asl</artifactId>
-            <version>1.9.2</version>
+            <version>1.9.13</version>
         </dependency>
         <dependency>
             <groupId>org.codehaus.jackson</groupId>
             <artifactId>jackson-xc</artifactId>
-            <version>1.9.2</version>
+            <version>1.9.13</version>
         </dependency>
         <dependency>
             <groupId>org.codehaus.jackson</groupId>
             <artifactId>jackson-jaxrs</artifactId>
-            <version>1.9.2</version>
+            <version>1.9.13</version>
         </dependency>
         <dependency>
             <groupId>org.codehaus.jackson</groupId>
             <artifactId>jackson-core-asl</artifactId>
-            <version>1.9.2</version>
+            <version>1.9.13</version>
         </dependency>
         <dependency>
             <groupId>xerces</groupId>
@@ -329,12 +329,12 @@
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-core</artifactId>
-            <version>2.9.4</version>
+            <version>${jackson.core.version}</version>
         </dependency>
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-annotations</artifactId>
-            <version>2.9.4</version>
+            <version>${jackson.core.version}</version>
         </dependency>
         <!-- zookeeper dependencies -->
 
diff --git a/pom.xml b/pom.xml
index ea291e72c9..64507cd0ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,6 +91,7 @@
         <xsul.version>2.10.7</xsul.version>
         <xsul5.version>1.2.7</xsul5.version>
         <atomixmiser.version>0.9.4</atomixmiser.version>
+        <jackson.core.version>2.9.10</jackson.core.version>
         <jackson.databind.version>2.9.10.8</jackson.databind.version>
         <jersey.version>1.13</jersey.version>
         <cargo.version>1.3.1</cargo.version>


[airavata] 01/02: jackson 2.9.10.8

Posted by sm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

smarru pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata.git

commit 08a15d11238a8a0444f12d7247eba54732f259a9
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Thu Mar 17 14:19:25 2022 +0100

    jackson 2.9.10.8
---
 airavata-services/profile-service/iam-admin-services-core/pom.xml | 2 +-
 modules/distribution/pom.xml                                      | 2 +-
 pom.xml                                                           | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/airavata-services/profile-service/iam-admin-services-core/pom.xml b/airavata-services/profile-service/iam-admin-services-core/pom.xml
index fd3b0acab1..7028f7b2d0 100644
--- a/airavata-services/profile-service/iam-admin-services-core/pom.xml
+++ b/airavata-services/profile-service/iam-admin-services-core/pom.xml
@@ -68,7 +68,7 @@
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-databind</artifactId>
-            <version>2.5.4</version>
+            <version>${jackson.databind.version}</version>
         </dependency>
         <!-- https://mvnrepository.com/artifact/org.keycloak/keycloak-admin-client -->
         <dependency>
diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml
index 2e2c35db04..37a8087aa6 100644
--- a/modules/distribution/pom.xml
+++ b/modules/distribution/pom.xml
@@ -324,7 +324,7 @@
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-databind</artifactId>
-            <version>2.9.4</version>
+            <version>${jackson.databind.version}</version>
         </dependency>
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
diff --git a/pom.xml b/pom.xml
index ffe1ae8d69..ea291e72c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,6 +91,7 @@
         <xsul.version>2.10.7</xsul.version>
         <xsul5.version>1.2.7</xsul5.version>
         <atomixmiser.version>0.9.4</atomixmiser.version>
+        <jackson.databind.version>2.9.10.8</jackson.databind.version>
         <jersey.version>1.13</jersey.version>
         <cargo.version>1.3.1</cargo.version>
         <oa4mp.version>1.1.3</oa4mp.version>