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:
diff --git a/pom.xml b/pom.xml
index fc340dc..42866ec 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