This is an automated email from the ASF dual-hosted git repository. ilgrosso pushed a commit to branch 2_1_X in repository https://gitbox.apache.org/repos/asf/syncope.git
commit 348ae1d0d04a395f0f50de4607fee511141d0c22 Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Wed Jun 1 11:27:53 2022 +0200 Upgrading Tika --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index b29e984c03..e18322225d 100644 --- a/pom.xml +++ b/pom.xml @@ -448,7 +448,7 @@ under the License. <commons-text.version>1.9</commons-text.version> <commons-logging.version>1.1.3</commons-logging.version> - <tika.version>1.28.2</tika.version> + <tika.version>1.28.3</tika.version> <h2.version>1.4.200</h2.version> @@ -2607,7 +2607,7 @@ under the License. <dependency> <groupId>org.asciidoctor</groupId> <artifactId>asciidoctorj-pdf</artifactId> - <version>2.0.5</version> + <version>2.0.6</version> </dependency> </dependencies> <configuration>
