Skip to content

Commit

Permalink
Upgrade commons-codec
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiviter committed Jul 22, 2023
1 parent 491673d commit 6479acf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,16 @@
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-bom</artifactId>
<version>1.28.0</version>

<type>pom</type>
<scope>import</scope>
</dependency>

<dependency> <!-- CWE-200 -->
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.16.0</version>
</dependency>

<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
Expand Down

0 comments on commit 6479acf

Please sign in to comment.