Przeglądaj źródła

upgrade jsoup version

zhouhao 3 lat temu
rodzic
commit
4a8489fcb0

+ 1 - 1
jetlinks-components/notify-component/notify-email/pom.xml

@@ -41,7 +41,7 @@
         <dependency>
             <groupId>org.jsoup</groupId>
             <artifactId>jsoup</artifactId>
-            <version>1.11.3</version>
+            <version>1.14.3</version>
         </dependency>
 
     </dependencies>