Skip to content

Commit

Permalink
Bump com.mixpanel:mixpanel-java from 1.5.2 to 1.5.3
Browse files Browse the repository at this point in the history
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](mixpanel/mixpanel-java@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>
  • Loading branch information
dependabot[bot] authored and bseeger committed May 10, 2024
1 parent cf095d6 commit 6840911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -37,7 +37,7 @@ dependencies {
implementation 'com.jcraft:jsch:0.1.55'
implementation 'org.springframework.shell:spring-shell-starter:3.2.4'
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.6'
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'
Expand Down

0 comments on commit 6840911

Please sign in to comment.