Skip to content

Commit

Permalink
Merge pull request #1827 from AnuGayan/Log4j-upgrade
Browse files Browse the repository at this point in the history
Fix commons-io groupId
  • Loading branch information
AnuGayan authored Jan 14, 2024
2 parents a8ce8ac + e3d1347 commit 5cda2f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/siddhi-doc-gen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<artifactId>maven-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
<version>${freemarker.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>${commons.io.version}</version>
</dependency>
Expand Down

0 comments on commit 5cda2f3

Please sign in to comment.