Skip to content
8 changes: 4 additions & 4 deletions examples/iOS-Hybrid-App-Java-Server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
<version>3.5.5</version>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-json</artifactId>
<version>3.5.5</version>
<version>4.0.4</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -113,7 +113,7 @@
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
<version>11.0.10</version>
<version>11.0.22</version>
<exclusions>
<exclusion>
<groupId>org.apache.tomcat</groupId>
Expand All @@ -129,7 +129,7 @@
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-websocket</artifactId>
<version>11.0.10</version>
<version>11.0.22</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
Expand Down