This is an automated email from the ASF dual-hosted git repository. vjasani pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/phoenix.git
The following commit(s) were added to refs/heads/master by this push: new b0d7898a9c PHOENIX-7547 : Upgrade BSON version to 5.3.1 (#2090) b0d7898a9c is described below commit b0d7898a9cb149bf8461fc6f954e30fa67f4c0fb Author: Palash Chauhan <palashc...@gmail.com> AuthorDate: Sat Mar 15 10:12:02 2025 -0700 PHOENIX-7547 : Upgrade BSON version to 5.3.1 (#2090) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index cd364c1f47..e79d0baaf3 100644 --- a/pom.xml +++ b/pom.xml @@ -130,7 +130,7 @@ <jetty.version>9.4.56.v20240826</jetty.version> <javax.servlet-api.version>3.1.0</javax.servlet-api.version> <json-path.version>2.9.0</json-path.version> - <bson.version>4.4.0</bson.version> + <bson.version>5.3.1</bson.version> <!-- Test Dependencies --> <mockito.version>4.11.0</mockito.version> <junit.version>4.13.1</junit.version>