From df3d3c1a994af8db435528cea79f182ead253254 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 08:59:35 -0600 Subject: [PATCH] Bump com.mixpanel:mixpanel-java from 1.5.2 to 1.5.3 (#739) Bumps [com.mixpanel:mixpanel-java](https://github.com/mixpanel/mixpanel-java) from 1.5.2 to 1.5.3. - [Release notes](https://github.com/mixpanel/mixpanel-java/releases) - [Commits](https://github.com/mixpanel/mixpanel-java/compare/mixpanel-java-1.5.2...mixpanel-java-1.5.3) --- updated-dependencies: - dependency-name: com.mixpanel:mixpanel-java dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6563764f4..611e4fd86 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ dependencies { implementation 'com.jcraft:jsch:0.1.55' implementation 'org.springframework.shell:spring-shell-starter:3.2.2' implementation 'org.springframework.boot:spring-boot-starter-actuator' - implementation("com.mixpanel:mixpanel-java:1.5.2") + implementation("com.mixpanel:mixpanel-java:1.5.3") implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.5.3' implementation group: 'ch.qos.logback.contrib', name: 'logback-json-classic', version: '0.1.5' implementation group: 'ch.qos.logback.contrib', name: 'logback-jackson', version: '0.1.5'