Skip to content
Open
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
2357d95
fix: examples/iOS-Hybrid-App-Java-Server/pom.xml to reduce vulnerabil…
snyk-bot Oct 29, 2025
098de79
fix: examples/iOS-Hybrid-App-Java-Server/pom.xml to reduce vulnerabil…
snyk-bot Feb 19, 2026
84b1507
fix: examples/iOS-Hybrid-App-Java-Server/pom.xml to reduce vulnerabil…
snyk-bot Feb 19, 2026
477ab0c
fix: examples/iOS-Hybrid-App-Java-Server/pom.xml to reduce vulnerabil…
snyk-bot Feb 19, 2026
624fb9e
fix: examples/iOS-Hybrid-App-Java-Server/pom.xml to reduce vulnerabil…
snyk-bot Mar 2, 2026
befa6da
fix: examples/iOS-Hybrid-App-Java-Server/pom.xml to reduce vulnerabil…
snyk-bot Mar 20, 2026
3097b1d
fix: examples/iOS-Hybrid-App-Java-Server/pom.xml to reduce vulnerabil…
snyk-bot Apr 12, 2026
d3fc657
fix: examples/iOS-Hybrid-App-Java-Server/pom.xml to reduce vulnerabil…
snyk-bot Apr 24, 2026
01b44af
fix: examples/iOS-Hybrid-App-Java-Server/pom.xml to reduce vulnerabil…
snyk-bot Apr 24, 2026
2119429
fix: examples/iOS-Hybrid-App-Java-Server/pom.xml to reduce vulnerabil…
snyk-bot Apr 25, 2026
f1b04ae
fix: examples/iOS-Hybrid-App-Java-Server/pom.xml to reduce vulnerabil…
snyk-bot Apr 25, 2026
a103772
fix: examples/iOS-Hybrid-App-Java-Server/pom.xml to reduce vulnerabil…
snyk-bot Jun 27, 2026
9a2a535
fix: examples/iOS-Hybrid-App-Java-Server/pom.xml to reduce vulnerabil…
snyk-bot Jun 30, 2026
24eda16
fix: examples/iOS-Hybrid-App-Java-Server/pom.xml to reduce vulnerabil…
snyk-bot Jul 1, 2026
b07819d
fix: examples/iOS-Hybrid-App-Java-Server/pom.xml to reduce vulnerabil…
snyk-bot Jul 28, 2026
3d0677b
fix: examples/iOS-Hybrid-App-Java-Server/pom.xml to reduce vulnerabil…
snyk-bot Jul 28, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 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.6</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-json</artifactId>
<version>3.5.5</version>
<version>4.0.7</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -103,17 +103,17 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>6.2.10</version>
<version>6.2.19</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>6.2.10</version>
<version>6.2.19</version>
</dependency>
<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