appium-uiautomator2-server 7.5.0 → 7.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## [7.5.2](https://github.com/appium/appium-uiautomator2-server/compare/v7.5.1...v7.5.2) (2025-04-24)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * Only require strict java version in CI env ([#701](https://github.com/appium/appium-uiautomator2-server/issues/701)) ([20b59db](https://github.com/appium/appium-uiautomator2-server/commit/20b59db71aad0e1384d7294b700dad5365b78c24))
6
+
7
+ ## [7.5.1](https://github.com/appium/appium-uiautomator2-server/compare/v7.5.0...v7.5.1) (2025-04-24)
8
+
9
+ ### Miscellaneous Chores
10
+
11
+ * **deps:** bump io.netty:netty-all from 4.0.41.Final to 4.1.42.Final ([#700](https://github.com/appium/appium-uiautomator2-server/issues/700)) ([a4da1c7](https://github.com/appium/appium-uiautomator2-server/commit/a4da1c78c98cbaf39a9acf920b3410a2cd2c41f5))
12
+
1
13
  ## [7.5.0](https://github.com/appium/appium-uiautomator2-server/compare/v7.4.1...v7.5.0) (2025-04-23)
2
14
 
3
15
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appium-uiautomator2-server",
3
- "version": "7.5.0",
3
+ "version": "7.5.2",
4
4
  "description": "A netty server with uiautomator2 handlers",
5
5
  "main": "index.js",
6
6
  "repository": {