From 5f14901c80213745d910088eded3a253216cb084 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 02:54:00 +0000 Subject: [PATCH] chore(deps): bump com.mixpanel:mixpanel-java from 1.8.0 to 1.9.0 Bumps [com.mixpanel:mixpanel-java](https://github.com/mixpanel/mixpanel-java) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/mixpanel/mixpanel-java/releases) - [Changelog](https://github.com/mixpanel/mixpanel-java/blob/master/CHANGELOG.md) - [Commits](https://github.com/mixpanel/mixpanel-java/compare/v1.8.0...v1.9.0) --- updated-dependencies: - dependency-name: com.mixpanel:mixpanel-java dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 39d471ed..fd186242 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -36,7 +36,7 @@ colorpicker = "2.0.1" rhino = "1.9.0" delight-rhino-sandbox = "0.2.1" testcontainers = "2.0.4" -mixpanel = "1.8.0" +mixpanel = "1.9.0" jSerialComm = "2.11.4" ini4j = "0.5.5-2" restart4j = "0.0.1"