From 3b1c1a7ea613594032c5849cf53579d16a3dc6d8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Sep 2024 09:55:37 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - org.apache.commons:commons-lang3 from 3.12.0 to 3.16.0. See this package in maven: https://mvnrepository.com/artifact/org.apache.commons/commons-lang3/ - org.ow2.asm:asm from 7.1 to 7.3.1. See this package in maven: https://mvnrepository.com/artifact/org.ow2.asm/asm/ - org.ow2.asm:asm-tree from 7.1 to 7.3.1. See this package in maven: https://mvnrepository.com/artifact/org.ow2.asm/asm-tree/ See this project in Snyk: https://app.snyk.io/org/alexander.soelvsten/project/0ed88045-8ac1-490a-be84-874e772e93b6?utm_source=github&utm_medium=referral&page=upgrade-pr --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 511f3da..2cde253 100644 --- a/pom.xml +++ b/pom.xml @@ -135,17 +135,17 @@ org.ow2.asm asm - 7.1 + 7.3.1 org.ow2.asm asm-tree - 7.1 + 7.3.1 org.apache.commons commons-lang3 - 3.12.0 + 3.16.0