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

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


The following commit(s) were added to refs/heads/master by this push:
     new 03bbc2dce83 IGNITE-23265 Update jtidy in ignite-urideploy module 
(#11556)
03bbc2dce83 is described below

commit 03bbc2dce83cba0bdf5910532e64a2f6660fadab
Author: Aleksandr Nikolaev <[email protected]>
AuthorDate: Thu Sep 26 12:59:27 2024 +0300

    IGNITE-23265 Update jtidy in ignite-urideploy module (#11556)
    
    Co-authored-by: Aleksandr Nikolaev <[email protected]>
---
 modules/urideploy/pom.xml | 2 +-
 parent/pom.xml            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/urideploy/pom.xml b/modules/urideploy/pom.xml
index 360a5498290..2d3af25d136 100644
--- a/modules/urideploy/pom.xml
+++ b/modules/urideploy/pom.xml
@@ -77,7 +77,7 @@
         </dependency>
 
         <dependency>
-            <groupId>net.sf.jtidy</groupId>
+            <groupId>com.github.jtidy</groupId>
             <artifactId>jtidy</artifactId>
             <version>${jtidy.version}</version>
         </dependency>
diff --git a/parent/pom.xml b/parent/pom.xml
index ae30cf139a7..395df17f16d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -89,7 +89,7 @@
         <jna.version>4.5.2</jna.version>
         <jnr.posix.version>3.1.15</jnr.posix.version>
         <jotm.version>2.3.1-M1</jotm.version>
-        <jtidy.version>r938</jtidy.version>
+        <jtidy.version>1.0.5</jtidy.version>
         <log4j2.version>2.22.0</log4j2.version>
         <lucene.bundle.version>7.4.0_1</lucene.bundle.version>
         <lucene.version>8.11.2</lucene.version>

Reply via email to