From 0b901e9c2bf27d27a65ad2da47f2a95ddbdbf879 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 21 Mar 2026 02:57:08 +0000 Subject: [PATCH 1/6] fix: examples/iOS-Hybrid-App-Java-Server/pom.xml to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-15701845 - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-15701755 - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-15701756 --- examples/iOS-Hybrid-App-Java-Server/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/iOS-Hybrid-App-Java-Server/pom.xml b/examples/iOS-Hybrid-App-Java-Server/pom.xml index ffd1df42..c2212efe 100644 --- a/examples/iOS-Hybrid-App-Java-Server/pom.xml +++ b/examples/iOS-Hybrid-App-Java-Server/pom.xml @@ -103,12 +103,12 @@ org.springframework spring-webmvc - 6.2.10 + 6.2.17 org.springframework spring-web - 6.2.10 + 6.2.17 org.apache.tomcat.embed From 4706767204fc573d8e6437cf52b61e14f2ebaf98 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 10 Jun 2026 04:19:50 +0000 Subject: [PATCH 2/6] fix: examples/iOS-Hybrid-App-Java-Server/pom.xml to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-17253311 --- examples/iOS-Hybrid-App-Java-Server/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/iOS-Hybrid-App-Java-Server/pom.xml b/examples/iOS-Hybrid-App-Java-Server/pom.xml index c2212efe..2973abfa 100644 --- a/examples/iOS-Hybrid-App-Java-Server/pom.xml +++ b/examples/iOS-Hybrid-App-Java-Server/pom.xml @@ -103,7 +103,7 @@ org.springframework spring-webmvc - 6.2.17 + 6.2.19 org.springframework From e5f5d263776c37c13fd55c983073c5f95e85356b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 13 Jun 2026 03:50:24 +0000 Subject: [PATCH 3/6] fix: examples/iOS-Hybrid-App-Java-Server/pom.xml to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-17253311 --- examples/iOS-Hybrid-App-Java-Server/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/iOS-Hybrid-App-Java-Server/pom.xml b/examples/iOS-Hybrid-App-Java-Server/pom.xml index 2973abfa..9dcb84bc 100644 --- a/examples/iOS-Hybrid-App-Java-Server/pom.xml +++ b/examples/iOS-Hybrid-App-Java-Server/pom.xml @@ -88,7 +88,7 @@ org.springframework.boot spring-boot - 3.5.5 + 3.5.15 org.springframework.boot From a6dae4bb8343df4c9af2a3c51cb28b6bf4d7731a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 30 Jun 2026 01:27:43 +0000 Subject: [PATCH 4/6] fix: examples/iOS-Hybrid-App-Java-Server/pom.xml to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-TOOLSJACKSONCORE-17440597 - https://snyk.io/vuln/SNYK-JAVA-TOOLSJACKSONCORE-17440365 - https://snyk.io/vuln/SNYK-JAVA-TOOLSJACKSONCORE-17457396 - https://snyk.io/vuln/SNYK-JAVA-TOOLSJACKSONCORE-17457696 --- examples/iOS-Hybrid-App-Java-Server/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/iOS-Hybrid-App-Java-Server/pom.xml b/examples/iOS-Hybrid-App-Java-Server/pom.xml index 9dcb84bc..6057d4c7 100644 --- a/examples/iOS-Hybrid-App-Java-Server/pom.xml +++ b/examples/iOS-Hybrid-App-Java-Server/pom.xml @@ -64,7 +64,7 @@ org.springframework.boot spring-boot-starter-json - 4.0.0 + 4.0.7 org.springframework.boot From af55e12842193a23c1b41597f5cfa660f1acb94f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 2 Jul 2026 00:31:43 +0000 Subject: [PATCH 5/6] fix: examples/iOS-Hybrid-App-Java-Server/pom.xml to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHETOMCATEMBED-17732890 - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHETOMCATEMBED-17733746 --- examples/iOS-Hybrid-App-Java-Server/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/iOS-Hybrid-App-Java-Server/pom.xml b/examples/iOS-Hybrid-App-Java-Server/pom.xml index 6057d4c7..fa720e34 100644 --- a/examples/iOS-Hybrid-App-Java-Server/pom.xml +++ b/examples/iOS-Hybrid-App-Java-Server/pom.xml @@ -59,7 +59,7 @@ org.springframework.boot spring-boot-starter-tomcat - 3.5.5 + 4.0.0 org.springframework.boot @@ -113,7 +113,7 @@ org.apache.tomcat.embed tomcat-embed-core - 11.0.12 + 11.0.23 org.apache.tomcat @@ -129,7 +129,7 @@ org.apache.tomcat.embed tomcat-embed-websocket - 11.0.10 + 11.0.23 org.apache.tomcat.embed From 1acf35941446bb91915bd76e7ffb8698be2c958e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 Jul 2026 23:38:28 +0000 Subject: [PATCH 6/6] fix: examples/iOS-Hybrid-App-Java-Server/pom.xml to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHETOMCATEMBED-17732890 - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHETOMCATEMBED-17733746