Skip to content

Commit

Permalink
override commons codec
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-radwan1 committed Nov 22, 2023
1 parent 5010546 commit 8e80b4c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion service/confluent-schema-registry-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<spring-boot-starter-test.version>3.1.5</spring-boot-starter-test.version>
<httpclient.version>4.5.13</httpclient.version>
<httpclient.version>4.5.14</httpclient.version>
<mockwebserver.version>4.9.0</mockwebserver.version>
<jupiter.version>5.3.1</jupiter.version>
<maven-shade-plugin.version>3.3.0</maven-shade-plugin.version>
Expand All @@ -36,6 +36,12 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.15</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
Expand Down

0 comments on commit 8e80b4c

Please sign in to comment.