Skip to content

Commit

Permalink
[fix][sec] Upgrade commons-text to 1.10.0 in the kinesis-sink (apache…
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoloboschi authored Oct 21, 2022
1 parent 639393d commit b4bba3a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -683,6 +683,12 @@ flexible messaging model and an intuitive client API.</description>
<version>${commons-io.version}</version>
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>${commons-text.version}</version>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
Expand Down
1 change: 0 additions & 1 deletion pulsar-client-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>${commons-text.version}</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit b4bba3a

Please sign in to comment.