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,7 +59,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
<version>3.5.5</version>
<version>4.0.3</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -98,7 +98,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-logging</artifactId>
<version>3.5.7</version>
<version>3.5.10</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand All @@ -113,7 +113,7 @@
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
<version>11.0.10</version>
<version>11.0.23</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.23</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
Expand Down