Skip to content

Commit

Permalink
Downgrade dependencies to released versions (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
johann-beleites-sonarsource committed Nov 30, 2023
1 parent 93c18ba commit 4ef3a83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ dependencyResolutionManagement {
versionCatalogs {

val kotlinVersion: String by extra
val analyzerCommonsVersionStr = "2.8.0.2593"
val sonarPluginApi = "10.4.0.1999"
val analyzerCommonsVersionStr = "2.7.0.1482"
val sonarPluginApi = "10.3.0.1951"
val slf4jApi = "1.7.30"

create("libs") {
Expand Down

0 comments on commit 4ef3a83

Please sign in to comment.