From 450e84cbe88fbc8d622a89c5d97f1b980a9ac27f Mon Sep 17 00:00:00 2001 From: Phil Calouche Date: Tue, 19 Nov 2024 00:21:46 -0500 Subject: [PATCH 1/2] add commons-text --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 31b7420..0a1e672 100644 --- a/pom.xml +++ b/pom.xml @@ -44,6 +44,7 @@ 5.3.0 + 1.12.0 8.0 @@ -82,6 +83,11 @@ logstash-logback-encoder ${logstash-logback-encoder.version} + + org.apache.commons + commons-text + ${commons-text.version} + org.apache.poi poi-ooxml From f7bb4a230e9738443439883fe9f6c4750d8db7f2 Mon Sep 17 00:00:00 2001 From: Phil Calouche Date: Mon, 25 Nov 2024 08:15:16 -0500 Subject: [PATCH 2/2] dependabot config updates --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f527644..376cadc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,6 +16,9 @@ updates: maven-plugins: patterns: - org.apache.maven.plugins* + ignore: + - dependency-name: "org.springframework.boot:spring-boot-starter-parent" + update-types: [ "version-update:semver-minor", "version-update:semver-major" ] - package-ecosystem: "github-actions" directory: "/" schedule: @@ -33,6 +36,9 @@ updates: maven-plugins: patterns: - org.apache.maven.plugins* + ignore: + - dependency-name: "org.springframework.boot:spring-boot-starter-parent" + update-types: [ "version-update:semver-minor", "version-update:semver-major" ] - package-ecosystem: "github-actions" directory: "/" schedule: