Review Comment Implementation

This commit is contained in:
Niket Agrawal 2023-10-09 20:10:12 +05:30
parent 1002f9b196
commit 9c152ce3bd

View File

@ -51,7 +51,7 @@
<dependency> <dependency>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId> <artifactId>commons-collections4</artifactId>
<version>4.4</version> <version>${commons-collections4.version}</version>
</dependency> </dependency>
</dependencies> </dependencies>