detekt / sarif4k

Kotlin data bindings for the Static Analysis Results Interchange Format (SARIF)
Apache License 2.0
15 stars 7 forks source link

Upgrade dependencies #4

Closed cromefire closed 1 year ago

cromefire commented 1 year ago

Upgraded the following outdated dependencies (fixes #3 ):

chao2zhang commented 1 year ago

Thank you for keeping our dependency up-to-date! Do you actually use this repo independently and would prefer a deployment?

cromefire commented 1 year ago

I'm the author of detekt-gitlab-report (a detekt plugin, so no, not independently, gitlab sadly doesn't support sarif currenty), which has a conflict with the old kotlinx-serialization (and users currently have to use a workaround to fix the newer version in gradle), so it'll hopefully be fixed with the next detekt update then.

chao2zhang commented 1 year ago

0.2.0 should be available. Let me know whether the problem is resolved from your side

https://repo1.maven.org/maven2/io/github/detekt/sarif4k/sarif4k/0.2.0/

cromefire commented 1 year ago

0.2.0 works, when I force detekt to use it