Skip to content

Commit

Permalink
Override version for transitive dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocher committed Apr 24, 2024
1 parent 5cab640 commit 5bf86ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,11 @@
<artifactId>jakarta.activation-api</artifactId>
<version>2.1.2</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.16.1</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
Expand Down

0 comments on commit 5bf86ef

Please sign in to comment.