Skip to content

Commit

Permalink
Bump the gradle group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the gradle group with 2 updates: [org.assertj:assertj-core](https://github.com/assertj/assertj) and org.jreleaser.


Updates `org.assertj:assertj-core` from 3.27.0 to 3.27.1
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](assertj/assertj@assertj-build-3.27.0...assertj-build-3.27.1)

Updates `org.jreleaser` from 1.15.0 to 1.16.0

---
updated-dependencies:
- dependency-name: org.assertj:assertj-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 3, 2025
1 parent 2c507b7 commit f5492ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin" }
junit-jupiter-params = { module = "org.junit.jupiter:junit-jupiter-params", version = "5.11.4" }
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.27.0" }
assertj-core = { module = "org.assertj:assertj-core", version = "3.27.1" }

[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 = "6.0.1.5171" }
jreleaser = { id = "org.jreleaser", version = "1.15.0" }
jreleaser = { id = "org.jreleaser", version = "1.16.0" }
dokka = { id = "org.jetbrains.dokka", version = "2.0.0" }
android-library = { id = "com.android.library", version = "8.5.2" }

0 comments on commit f5492ec

Please sign in to comment.