Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
Bump com.posthog.java:posthog from 1.1.0 to 1.1.1
Browse files Browse the repository at this point in the history
Bumps [com.posthog.java:posthog](https://github.com/PostHog/posthog-java) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/PostHog/posthog-java/releases)
- [Commits](https://github.com/PostHog/posthog-java/commits)

---
updated-dependencies:
- dependency-name: com.posthog.java:posthog
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 7, 2023
1 parent 07c5b15 commit 0bb5364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {
}

dependencies {
implementation("com.posthog.java:posthog:1.1.0")
implementation("com.posthog.java:posthog:1.1.1")
}

// Set the JVM language level used to build the project. Use Java 11 for 2020.3+, and Java 17 for 2022.2+.
Expand Down

0 comments on commit 0bb5364

Please sign in to comment.