Skip to content

Commit

Permalink
Bump the gradle group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the gradle group with 3 updates in the / directory: [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph), org.sonarqube and org.jreleaser.


Updates `io.github.classgraph:classgraph` from 4.8.177 to 4.8.179
- [Release notes](https://github.com/classgraph/classgraph/releases)
- [Commits](classgraph/classgraph@classgraph-4.8.177...classgraph-4.8.179)

Updates `org.sonarqube` from 5.1.0.4882 to 6.0.0.5145

Updates `org.jreleaser` from 1.14.0 to 1.15.0

---
updated-dependencies:
- dependency-name: io.github.classgraph:classgraph
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: org.sonarqube
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle
- dependency-name: org.jreleaser
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 22, 2024
1 parent b5915d5 commit f7bb646
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ kotlin-compiler-embeddable = { module = "org.jetbrains.kotlin:kotlin-compiler-em
kotlin-gradle-plugin-api = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin-api", version.ref = "kotlin" }
kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin" }
junit-jupiter-params = { module = "org.junit.jupiter:junit-jupiter-params", version = "5.11.3" }
classgraph = { module = "io.github.classgraph:classgraph", version = "4.8.177" }
classgraph = { module = "io.github.classgraph:classgraph", version = "4.8.179" }
okio = { module = "com.squareup.okio:okio", version = "3.9.1" }
assertj-core = { module = "org.assertj:assertj-core", version = "3.26.3" }

[plugins]
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
gradle-plugin-publish = { id = "com.gradle.plugin-publish", version = "1.3.0" }
sonarqube = { id = "org.sonarqube", version = "5.1.0.4882" }
jreleaser = { id = "org.jreleaser", version = "1.14.0" }
sonarqube = { id = "org.sonarqube", version = "6.0.0.5145" }
jreleaser = { id = "org.jreleaser", version = "1.15.0" }
dokka = { id = "org.jetbrains.dokka", version = "1.9.20" }
android-library = { id = "com.android.library", version = "8.5.2" }

0 comments on commit f7bb646

Please sign in to comment.