This is an automated email from the ASF dual-hosted git repository.
dklco pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git
The following commit(s) were added to refs/heads/master by this push:
new 63a44e8 Minor - updating dependenies
63a44e8 is described below
commit 63a44e8c21b3bcafb186f1b357ea49b2387841e1
Author: Dan Klco <[email protected]>
AuthorDate: Fri Apr 2 09:08:30 2021 -0400
Minor - updating dependenies
---
pom.xml | 27 ++++++++++++++-------------
1 file changed, 14 insertions(+), 13 deletions(-)
diff --git a/pom.xml b/pom.xml
index 107f230..979a573 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,14 +35,14 @@
<cms-version>${project.parent.version}</cms-version>
<cocoon-serializers-charsets-version>1.0.2</cocoon-serializers-charsets-version>
<commons-io-version>2.8.0</commons-io-version>
- <commons-lang3-version>3.11</commons-lang3-version>
+ <commons-lang3-version>3.12.0</commons-lang3-version>
<commons-text-version>1.9</commons-text-version>
<composum-version>1.12.4</composum-version>
<geronimo-atinject_1-0_spec-version>1.2</geronimo-atinject_1-0_spec-version>
<groovy-version>3.0.7</groovy-version>
<httpclient-version>4.5.13</httpclient-version>
<jackrabbit-version>2.20.2</jackrabbit-version>
- <jackson-version>2.12.0</jackson-version>
+ <jackson-version>2.12.2</jackson-version>
<javax-annotation-api-version>1.3.2</javax-annotation-api-version>
<jsoup-version>1.13.1</jsoup-version>
<jsp-api-version>2.0</jsp-api-version>
@@ -58,12 +58,13 @@
<org-apache-sling-scripting-api-version>2.2.0</org-apache-sling-scripting-api-version>
<org-apache-sling-scripting-jsp-taglib-version>2.4.0</org-apache-sling-scripting-jsp-taglib-version>
<org-apache-sling-testing-sling-mock-junit4-version>2.6.2</org-apache-sling-testing-sling-mock-junit4-version>
-
<org.apache.felix.webconsole-version>4.5.4</org.apache.felix.webconsole-version>
+
<org.apache.felix.webconsole-version>4.6.0</org.apache.felix.webconsole-version>
<osgi-annotation-version>6.0.1</osgi-annotation-version>
- <pdfbox-version>2.0.21</pdfbox-version>
+ <guava-version>15.0</guava-version>
+ <pdfbox-version>2.0.23</pdfbox-version>
<servlet-api-version>2.5</servlet-api-version>
<slf4j-version>1.7.25</slf4j-version>
- <tika-version>1.25</tika-version>
+ <tika-version>1.26</tika-version>
</properties>
<modules>
@@ -213,13 +214,13 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.i18n</artifactId>
- <version>2.5.14</version>
+ <version>2.5.16</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.jcr.resource</artifactId>
- <version>3.0.18</version>
+ <version>3.0.22</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -231,7 +232,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.rewriter</artifactId>
- <version>1.2.2</version>
+ <version>1.3.0</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -249,7 +250,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.servlets.post</artifactId>
- <version>2.3.30</version>
+ <version>2.4.2</version>
<scope>provided</scope>
</dependency>
@@ -263,7 +264,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>15.0</version>
+ <version>${guava-version}</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -337,7 +338,7 @@
<dependency>
<groupId>net.coobird</groupId>
<artifactId>thumbnailator</artifactId>
- <version>0.4.13</version>
+ <version>0.4.14</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -349,13 +350,13 @@
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
- <version>4.0.1</version>
+ <version>5.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-scratchpad</artifactId>
- <version>4.0.1</version>
+ <version>5.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>