Skip to content

Commit

Permalink
[fix][security] Upgrade reload4j in file-system offloader (apache#17716)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoloboschi authored Sep 20, 2022
1 parent f267ef3 commit 539ccec
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ flexible messaging model and an intuitive client API.</description>
<skyscreamer.version>1.5.0</skyscreamer.version>
<objenesis.version>3.1</objenesis.version>
<awaitility.version>4.2.0</awaitility.version>
<reload4j.version>1.2.22</reload4j.version>

<!-- Plugin dependencies -->
<protobuf-maven-plugin.version>0.6.1</protobuf-maven-plugin.version>
Expand Down Expand Up @@ -1287,6 +1288,12 @@ flexible messaging model and an intuitive client API.</description>
<artifactId>netty-reactive-streams</artifactId>
<version>${netty-reactive-streams.version}</version>
</dependency>

<dependency>
<groupId>ch.qos.reload4j</groupId>
<artifactId>reload4j</artifactId>
<version>${reload4j.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 539ccec

Please sign in to comment.