From 77658094fa9b15eadceb84f9b8fd8aec1fe4ffe6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Sep 2024 10:00:28 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - com.unboundid:unboundid-ldapsdk from 3.1.1 to 3.2.1. See this package in maven: https://mvnrepository.com/artifact/com.unboundid/unboundid-ldapsdk/ - commons-collections:commons-collections from 3.1 to 3.2.2. See this package in maven: https://mvnrepository.com/artifact/commons-collections/commons-collections/ - io.undertow:undertow-core from 2.2.13.Final to 2.3.15.Final. See this package in maven: https://mvnrepository.com/artifact/io.undertow/undertow-core/ - org.apache.commons:commons-lang3 from 3.11 to 3.16.0. See this package in maven: https://mvnrepository.com/artifact/org.apache.commons/commons-lang3/ See this project in Snyk: https://app.snyk.io/org/mongeme/project/ae811743-bde6-4797-a590-086e2211f096?utm_source=github&utm_medium=referral&page=upgrade-pr --- todolist/exploits/log4shell-server/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/todolist/exploits/log4shell-server/pom.xml b/todolist/exploits/log4shell-server/pom.xml index 94de095..20fe14d 100644 --- a/todolist/exploits/log4shell-server/pom.xml +++ b/todolist/exploits/log4shell-server/pom.xml @@ -25,22 +25,22 @@ com.unboundid unboundid-ldapsdk - 3.1.1 + 3.2.1 io.undertow undertow-core - 2.2.13.Final + 2.3.15.Final commons-collections commons-collections - 3.1 + 3.2.2 org.apache.commons commons-lang3 - 3.11 + 3.16.0