appium-espresso-driver 8.2.0 → 8.2.1

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,9 @@
1
+ ## [8.2.1](https://github.com/appium/appium-espresso-driver/compare/v8.2.0...v8.2.1) (2026-04-23)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * **deps:** bump androidGradlePlugin in /espresso-server ([#1155](https://github.com/appium/appium-espresso-driver/issues/1155)) ([f1a8c4b](https://github.com/appium/appium-espresso-driver/commit/f1a8c4b0dfc8c41767631ab1ced1d8499e0f09ae))
6
+
1
7
  ## [8.2.0](https://github.com/appium/appium-espresso-driver/compare/v8.1.0...v8.2.0) (2026-04-20)
2
8
 
3
9
  ### Features
@@ -1,2 +1,2 @@
1
- #Mon Apr 20 17:45:25 UTC 2026
1
+ #Thu Apr 23 05:04:19 UTC 2026
2
2
  gradle.version=9.4.1
@@ -1,5 +1,5 @@
1
1
  [versions]
2
- androidGradlePlugin = "9.1.1"
2
+ androidGradlePlugin = "9.2.0"
3
3
  kotlin = "2.3.20"
4
4
  androidxTest = "1.5.0"
5
5
  annotation = "1.6.0"
@@ -2,6 +2,6 @@ package io.appium.espressoserver.lib.helpers
2
2
 
3
3
  // This value is updated automatically by the NPM versioning script
4
4
  // It should be in sync with the NPM module version from package.json
5
- private const val VERSION = "8.2.0"
5
+ private const val VERSION = "8.2.1"
6
6
 
7
7
  fun getEspressoServerVersion() = VERSION
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-espresso-driver",
3
- "version": "8.2.0",
3
+ "version": "8.2.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-espresso-driver",
9
- "version": "8.2.0",
9
+ "version": "8.2.1",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "appium-adb": "^14.0.0",
@@ -721,9 +721,9 @@
721
721
  "license": "MIT"
722
722
  },
723
723
  "node_modules/axios": {
724
- "version": "1.15.1",
725
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.1.tgz",
726
- "integrity": "sha512-WOG+Jj8ZOvR0a3rAn+Tuf1UQJRxw5venr6DgdbJzngJE3qG7X0kL83CZGpdHMxEm+ZK3seAbvFsw4FfOfP9vxg==",
724
+ "version": "1.15.2",
725
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.2.tgz",
726
+ "integrity": "sha512-wLrXxPtcrPTsNlJmKjkPnNPK2Ihe0hn0wGSaTEiHRPxwjvJwT3hKmXF4dpqxmPO9SoNb2FsYXj/xEo0gHN+D5A==",
727
727
  "license": "MIT",
728
728
  "dependencies": {
729
729
  "follow-redirects": "^1.15.11",
@@ -790,9 +790,9 @@
790
790
  }
791
791
  },
792
792
  "node_modules/bare-os": {
793
- "version": "3.8.7",
794
- "resolved": "https://registry.npmjs.org/bare-os/-/bare-os-3.8.7.tgz",
795
- "integrity": "sha512-G4Gr1UsGeEy2qtDTZwL7JFLo2wapUarz7iTMcYcMFdS89AIQuBoyjgXZz0Utv7uHs3xA9LckhVbeBi8lEQrC+w==",
793
+ "version": "3.9.0",
794
+ "resolved": "https://registry.npmjs.org/bare-os/-/bare-os-3.9.0.tgz",
795
+ "integrity": "sha512-JTjuZyNIDpw+GytMO4a6TK1VXdVKKJr6DRxEHasyuYyShV2deuiHJK/ahGZlebc+SG0/wJCB9XK8gprBGDFi/Q==",
796
796
  "license": "Apache-2.0",
797
797
  "engines": {
798
798
  "bare": ">=1.14.0"
@@ -834,9 +834,9 @@
834
834
  }
835
835
  },
836
836
  "node_modules/bare-url": {
837
- "version": "2.4.1",
838
- "resolved": "https://registry.npmjs.org/bare-url/-/bare-url-2.4.1.tgz",
839
- "integrity": "sha512-fZapLWNB25gS+etK27NV9KgBNXgo2yeYHuj+OyPblQd6GYAE3JVy6aKxszMV5jhGGFwraXQKA5fldvf3lMyEqw==",
837
+ "version": "2.4.2",
838
+ "resolved": "https://registry.npmjs.org/bare-url/-/bare-url-2.4.2.tgz",
839
+ "integrity": "sha512-/9a2j4ac6ckpmAHvod/ob7x439OAHst/drc2Clnq+reRYd/ovddwcF4LfoxHyNk5AuGBnPg+HqFjmE/Zpq6v0A==",
840
840
  "license": "Apache-2.0",
841
841
  "dependencies": {
842
842
  "bare-path": "^3.0.0"
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "automated testing",
8
8
  "android"
9
9
  ],
10
- "version": "8.2.0",
10
+ "version": "8.2.1",
11
11
  "author": "Appium Contributors",
12
12
  "license": "Apache-2.0",
13
13
  "repository": {