Skip to content

Commit

Permalink
manage commons-codec version
Browse files Browse the repository at this point in the history
  • Loading branch information
pcalouche committed Aug 1, 2024
1 parent 2404de3 commit f983402
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @pcalouche
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
<revision>${spring-forge.version}</revision>

<!-- Overrides to Spring Boot Managed dependencies -->
<commons-codec.version>1.17.1</commons-codec.version>

<!-- Third party dependencies -->
<apache-poi.version>5.3.0</apache-poi.version>
Expand Down Expand Up @@ -70,6 +71,11 @@

<dependencyManagement>
<dependencies>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>${commons-codec.version}</version>
</dependency>
<dependency>
<groupId>dev.pcalouche.springforge.spring33x</groupId>
<artifactId>pcalouche-spring-boot-starter-app</artifactId>
Expand Down

0 comments on commit f983402

Please sign in to comment.