>From Michael Blow <[email protected]>: Michael Blow has submitted this change. ( https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/17845 )
Change subject: [NO ISSUE][*DB] Update commons-compress to 1.24.0 ...................................................................... [NO ISSUE][*DB] Update commons-compress to 1.24.0 Change-Id: I7ed996c571afae39ff7e968b92c316b4582e261e Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/17845 Integration-Tests: Jenkins <[email protected]> Reviewed-by: Michael Blow <[email protected]> Reviewed-by: Hussain Towaileb <[email protected]> Tested-by: Michael Blow <[email protected]> --- M asterixdb/pom.xml 1 file changed, 15 insertions(+), 1 deletion(-) Approvals: Michael Blow: Looks good to me, but someone else must approve; Verified Hussain Towaileb: Looks good to me, approved Jenkins: Verified diff --git a/asterixdb/pom.xml b/asterixdb/pom.xml index dee21dc..ca3314e 100644 --- a/asterixdb/pom.xml +++ b/asterixdb/pom.xml @@ -1233,7 +1233,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> - <version>1.22</version> + <version>1.24.0</version> </dependency> <dependency> <groupId>commons-logging</groupId> -- To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/17845 To unsubscribe, or for help writing mail filters, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-Project: asterixdb Gerrit-Branch: stabilization-667a908755 Gerrit-Change-Id: I7ed996c571afae39ff7e968b92c316b4582e261e Gerrit-Change-Number: 17845 Gerrit-PatchSet: 2 Gerrit-Owner: Michael Blow <[email protected]> Gerrit-Reviewer: Hussain Towaileb <[email protected]> Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Michael Blow <[email protected]> Gerrit-MessageType: merged
