Skip to content

Commit

Permalink
Merge branch 'main' into dependabot-staging-main
Browse files Browse the repository at this point in the history
  • Loading branch information
pcalouche authored Dec 19, 2024
2 parents 708ca9c + f7bb4a2 commit 50090eb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@

<!-- Third party dependencies -->
<apache-poi.version>5.3.0</apache-poi.version>
<commons-text.version>1.12.0</commons-text.version>
<logstash-logback-encoder.version>8.0</logstash-logback-encoder.version>

<!-- Use alternate plugins versions than what is in the spring-boot-starter-parent. -->
Expand Down Expand Up @@ -82,6 +83,11 @@
<artifactId>logstash-logback-encoder</artifactId>
<version>${logstash-logback-encoder.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>${commons-text.version}</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
Expand Down

0 comments on commit 50090eb

Please sign in to comment.