>From Ian Maxon <[email protected]>: Ian Maxon has submitted this change. ( https://asterix-gerrit.ics.uci.edu/c/asterixdb-clients/+/20829?usp=email )
Change subject: [NO ISSUE][JDBC] Update dependency versions ...................................................................... [NO ISSUE][JDBC] Update dependency versions Bump all relevant dependency versions to grab security and general bug fixes. Change-Id: I5b9b1f4a8ecd82d75a61b8e1ea056b74d17a8dc1 Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb-clients/+/20829 Reviewed-by: Peeyush Gupta <[email protected]> Tested-by: Ian Maxon <[email protected]> --- M asterixdb-jdbc/pom.xml 1 file changed, 11 insertions(+), 11 deletions(-) Approvals: Ian Maxon: Verified Peeyush Gupta: Looks good to me, approved diff --git a/asterixdb-jdbc/pom.xml b/asterixdb-jdbc/pom.xml index e9fe5b2..6b1ab26 100644 --- a/asterixdb-jdbc/pom.xml +++ b/asterixdb-jdbc/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> - <version>18</version> + <version>37</version> <relativePath /> </parent> <licenses> @@ -67,14 +67,14 @@ <implementation.version>${project.version}</implementation.version> <implementation.vendor>${project.organization.name}</implementation.vendor> - <hyracks.version>0.3.7.1</hyracks.version> - <commons-lang3.version>3.12.0</commons-lang3.version> + <hyracks.version>0.3.9</hyracks.version> + <commons-lang3.version>3.20.0</commons-lang3.version> <commons-collections4.version>4.4</commons-collections4.version> - <httpcore.version>4.4.14</httpcore.version> - <httpclient.version>4.5.13</httpclient.version> - <jackson-core.version>2.13.2</jackson-core.version> - <jackson-annotations.version>2.13.2</jackson-annotations.version> - <jackson-databind.version>2.13.2.2</jackson-databind.version> + <httpcore.version>4.4.16</httpcore.version> + <httpclient.version>4.5.14</httpclient.version> + <jackson-core.version>2.19.4</jackson-core.version> + <jackson-annotations.version>${jackson-core.version}</jackson-annotations.version> + <jackson-databind.version>${jackson-core.version}</jackson-databind.version> <junit.version>4.13.2</junit.version> </properties> @@ -356,7 +356,7 @@ <plugin> <groupId>net.revelc.code</groupId> <artifactId>impsort-maven-plugin</artifactId> - <version>1.2.0</version> + <version>1.12.0</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> @@ -421,7 +421,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> - <version>3.2.4</version> + <version>3.6.1</version> </plugin> <plugin> <groupId>org.apache.hyracks</groupId> @@ -500,4 +500,4 @@ </profile> </profiles> -</project> \ No newline at end of file +</project> -- To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb-clients/+/20829?usp=email To unsubscribe, or for help writing mail filters, visit https://asterix-gerrit.ics.uci.edu/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: asterixdb-clients Gerrit-Branch: master Gerrit-Change-Id: I5b9b1f4a8ecd82d75a61b8e1ea056b74d17a8dc1 Gerrit-Change-Number: 20829 Gerrit-PatchSet: 2 Gerrit-Owner: Ian Maxon <[email protected]> Gerrit-Reviewer: Ian Maxon <[email protected]> Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Peeyush Gupta <[email protected]>
