Skip to content

Commit

Permalink
Upgrade mixpanel to transitively upgrade org.json.
Browse files Browse the repository at this point in the history
The version we were using had a vulnerability.
  • Loading branch information
TadeasKriz committed Aug 8, 2024
1 parent 783fe08 commit b3291a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common-gradle/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ ktor-client-content-negotiation = { module = "io.ktor:ktor-client-content-negoti
ktor-serialization-kotlinx-json = { module = "io.ktor:ktor-serialization-kotlinx-json", version.ref = "ktor" }
jgit = { module = "org.eclipse.jgit:org.eclipse.jgit", version = "6.9.0.202403050737-r" }
ci-info = { module = "io.cloudflight.ci.info:ci-info", version = "1.0.1" }
mixpanel = { module = "com.mixpanel:mixpanel-java", version = "1.5.2" }
mixpanel = { module = "com.mixpanel:mixpanel-java", version = "1.5.3" }
gradle-tooling-api = { module = "org.gradle:gradle-tooling-api", version.ref = "gradle" }
slf4j = { module = "org.slf4j:slf4j-simple", version = "1.7.10" }

Expand Down

0 comments on commit b3291a2

Please sign in to comment.