From f8c17e70ff0ce883706b312e18eebfe8bc70f338 Mon Sep 17 00:00:00 2001 From: Martin Kuba Date: Tue, 5 Nov 2024 17:10:54 +0100 Subject: [PATCH] security updates of dependencies --- cloud/pom.xml | 4 ++-- metaacct/pom.xml | 4 ++-- metaacct_cmd/pom.xml | 4 ++-- pbsmon/pom.xml | 4 ++-- perun_machines/pom.xml | 2 +- pom.xml | 52 ++++++++++++++++++++++++++++++++++++++---- renovate.json | 5 ++-- 7 files changed, 60 insertions(+), 15 deletions(-) diff --git a/cloud/pom.xml b/cloud/pom.xml index 17bfd08..b49bbda 100644 --- a/cloud/pom.xml +++ b/cloud/pom.xml @@ -1,10 +1,10 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 cz.metacentrum accounting-parent - 3.31 + 3.32 cloud diff --git a/metaacct/pom.xml b/metaacct/pom.xml index 3822b53..bfbb858 100644 --- a/metaacct/pom.xml +++ b/metaacct/pom.xml @@ -1,13 +1,13 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 cz.metacentrum accounting-parent - 3.31 + 3.32 metaacct diff --git a/metaacct_cmd/pom.xml b/metaacct_cmd/pom.xml index b0f012e..80ebb75 100644 --- a/metaacct_cmd/pom.xml +++ b/metaacct_cmd/pom.xml @@ -1,11 +1,11 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 cz.metacentrum accounting-parent - 3.31 + 3.32 metaacct_cmd diff --git a/pbsmon/pom.xml b/pbsmon/pom.xml index cfe1386..8638b95 100644 --- a/pbsmon/pom.xml +++ b/pbsmon/pom.xml @@ -1,10 +1,10 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 cz.metacentrum accounting-parent - 3.31 + 3.32 pbsmon diff --git a/perun_machines/pom.xml b/perun_machines/pom.xml index 0a78fbf..65c8aae 100644 --- a/perun_machines/pom.xml +++ b/perun_machines/pom.xml @@ -5,7 +5,7 @@ cz.metacentrum accounting-parent - 3.31 + 3.32 perun_machines diff --git a/pom.xml b/pom.xml index 190a013..d110ef5 100644 --- a/pom.xml +++ b/pom.xml @@ -1,22 +1,25 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 cz.metacentrum accounting-parent pom - 3.31 + 3.32 MetaCentrum Accounting Parent Project 17 1.2.5 - 3.14.0 + 3.17.0 true + 5.3.39 + 1.4.14 + 42.7.4 @@ -30,6 +33,47 @@ + + org.springframework + spring-web + ${spring.version} + + + org.springframework + spring-jdbc + ${spring.version} + + + org.springframework + spring-core + ${spring.version} + + + org.springframework + spring-context + ${spring.version} + + + org.springframework + spring-expression + ${spring.version} + + + commons-io + commons-io + 2.16.1 + + + ch.qos.logback + logback-classic + ${logback.version} + + + ch.qos.logback + logback-core + ${logback.version} + + org.apache.commons commons-text diff --git a/renovate.json b/renovate.json index 3a8fde5..22a4d24 100644 --- a/renovate.json +++ b/renovate.json @@ -1,11 +1,12 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:base" + "config:recommended" ], "ignoreDeps": [ "com.github.hazendaz:displaytag", - "net.sourceforge.stripes:stripes" + "net.sourceforge.stripes:stripes", + "cz.metacentrum:accounting-parent" ], "packageRules": [ {