spring-boot-starter-parent 2.7.4 + jsoup 1.15.3

This commit is contained in:
Patrick Haßel 2022-10-02 09:51:46 +02:00
parent 1ef794e92b
commit 7691243f87

View File

@ -17,7 +17,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.6.4</version>
<version>2.7.4</version>
</parent>
<dependencies>
@ -60,7 +60,7 @@
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.14.3</version>
<version>1.15.3</version>
</dependency>
<dependency>
<groupId>com.github.calimero</groupId>