>From Michael Blow <[email protected]>:
Michael Blow has submitted this change. (
https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21386?usp=email )
Change subject: [NO ISSUE][MISC] Update Dependencies
......................................................................
[NO ISSUE][MISC] Update Dependencies
- frontend-maven-plugin: 2.0.0 → 2.0.1
- commons-logging: 1.3.6 → 1.4.0
- grpc-bom: 1.82.0 → 1.82.1
- grpc-netty: 1.82.0 → 1.82.1
- netty.tcnative: 2.0.79.Final → 2.0.80.Final
(io.netty)
- bcpkix-jdk18on: 1.78.1 → 1.84
- bcprov-jdk18on: 1.78.1 → 1.84
- jettison: 1.5.5 → 1.5.6
Ext-ref: MB-72431
Change-Id: I7a1da01e596b384de6b9ce6632490a036090829d
Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21386
Integration-Tests: Jenkins <[email protected]>
Tested-by: Michael Blow <[email protected]>
Reviewed-by: Michael Blow <[email protected]>
---
M asterixdb/asterix-app/pom.xml
M asterixdb/asterix-cloud/pom.xml
M asterixdb/asterix-dashboard/pom.xml
M asterixdb/pom.xml
M hyracks-fullstack/pom.xml
5 files changed, 10 insertions(+), 10 deletions(-)
Approvals:
Michael Blow: Looks good to me, approved; Verified
Jenkins: Verified
diff --git a/asterixdb/asterix-app/pom.xml b/asterixdb/asterix-app/pom.xml
index 9d51800..d931bb6 100644
--- a/asterixdb/asterix-app/pom.xml
+++ b/asterixdb/asterix-app/pom.xml
@@ -1217,13 +1217,13 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
- <version>1.78.1</version>
+ <version>1.84</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk18on</artifactId>
- <version>1.78.1</version>
+ <version>1.84</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/asterixdb/asterix-cloud/pom.xml b/asterixdb/asterix-cloud/pom.xml
index 29a722c6..ccd8ae6 100644
--- a/asterixdb/asterix-cloud/pom.xml
+++ b/asterixdb/asterix-cloud/pom.xml
@@ -223,13 +223,13 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
- <version>1.78.1</version>
+ <version>1.84</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk18on</artifactId>
- <version>1.78.1</version>
+ <version>1.84</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/asterixdb/asterix-dashboard/pom.xml
b/asterixdb/asterix-dashboard/pom.xml
index 30c8042..f44a0c6 100644
--- a/asterixdb/asterix-dashboard/pom.xml
+++ b/asterixdb/asterix-dashboard/pom.xml
@@ -70,7 +70,7 @@
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
- <version>2.0.0</version>
+ <version>2.0.1</version>
<configuration>
<nodeVersion>v24.14.1</nodeVersion>
<bunVersion>v1.3.11</bunVersion>
diff --git a/asterixdb/pom.xml b/asterixdb/pom.xml
index f30ea35..6dfc9c4 100644
--- a/asterixdb/pom.xml
+++ b/asterixdb/pom.xml
@@ -1294,7 +1294,7 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
- <version>1.3.6</version>
+ <version>1.4.0</version>
</dependency>
<dependency>
<groupId>org.apache.hyracks</groupId>
@@ -1887,7 +1887,7 @@
<dependency>
<groupId>org.codehaus.jettison</groupId>
<artifactId>jettison</artifactId>
- <version>1.5.5</version>
+ <version>1.5.6</version>
</dependency>
<!-- CVE-2024-8184 -->
<dependency>
@@ -1903,14 +1903,14 @@
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-bom</artifactId>
- <version>1.82.0</version>
+ <version>1.82.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-netty</artifactId>
- <version>1.82.0</version>
+ <version>1.82.1</version>
<exclusions>
<exclusion>
<groupId>io.grpc</groupId>
diff --git a/hyracks-fullstack/pom.xml b/hyracks-fullstack/pom.xml
index 41c4505..3f1c921 100644
--- a/hyracks-fullstack/pom.xml
+++ b/hyracks-fullstack/pom.xml
@@ -77,7 +77,7 @@
<jackson-annotations.version>2.21</jackson-annotations.version>
<jackson-databind.version>${jackson.version}</jackson-databind.version>
<netty.version>4.1.135.Final</netty.version>
- <netty.tcnative.version>2.0.79.Final</netty.tcnative.version>
+ <netty.tcnative.version>2.0.80.Final</netty.tcnative.version>
<asm.version>9.3</asm.version>
<awsjavasdk.version>2.44.14</awsjavasdk.version>
--
To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21386?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
Gerrit-Branch: master
Gerrit-Change-Id: I7a1da01e596b384de6b9ce6632490a036090829d
Gerrit-Change-Number: 21386
Gerrit-PatchSet: 2
Gerrit-Owner: Michael Blow <[email protected]>
Gerrit-Reviewer: Jenkins <[email protected]>
Gerrit-Reviewer: Michael Blow <[email protected]>