Skip to content

Commit

Permalink
Versions: Bump the libs group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the libs group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| org.gradle.toolchains.foojay-resolver-convention | `0.7.0` | `0.8.0` |
| [org.jetbrains.kotlinx:kover-gradle-plugin](https://github.com/Kotlin/kotlinx-kover) | `0.7.5` | `0.7.6` |
| [com.squareup:kotlinpoet](https://github.com/square/kotlinpoet) | `1.15.2` | `1.16.0` |
| [org.logicng:logicng-j11](https://github.com/logic-ng/LogicNG) | `2.4.2` | `2.4.3` |
| [org.assertj:assertj-core](https://github.com/assertj/assertj) | `3.24.2` | `3.25.3` |


Updates `org.gradle.toolchains.foojay-resolver-convention` from 0.7.0 to 0.8.0

Updates `org.jetbrains.kotlinx:kover-gradle-plugin` from 0.7.5 to 0.7.6
- [Release notes](https://github.com/Kotlin/kotlinx-kover/releases)
- [Changelog](https://github.com/Kotlin/kotlinx-kover/blob/main/CHANGELOG.md)
- [Commits](Kotlin/kotlinx-kover@v0.7.5...v0.7.6)

Updates `com.squareup:kotlinpoet` from 1.15.2 to 1.16.0
- [Release notes](https://github.com/square/kotlinpoet/releases)
- [Changelog](https://github.com/square/kotlinpoet/blob/main/docs/changelog.md)
- [Commits](square/kotlinpoet@1.15.2...1.16.0)

Updates `org.logicng:logicng-j11` from 2.4.2 to 2.4.3
- [Release notes](https://github.com/logic-ng/LogicNG/releases)
- [Changelog](https://github.com/logic-ng/LogicNG/blob/master/CHANGELOG.md)
- [Commits](https://github.com/logic-ng/LogicNG/commits)

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

---
updated-dependencies:
- dependency-name: org.gradle.toolchains.foojay-resolver-convention
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libs
- dependency-name: org.jetbrains.kotlinx:kover-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: libs
- dependency-name: com.squareup:kotlinpoet
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libs
- dependency-name: org.logicng:logicng-j11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: libs
- dependency-name: org.assertj:assertj-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libs
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 19, 2024
1 parent cf1b298 commit 171c623
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@ kotlin-binaryCompatibilityGradle.group = "org.jetbrains.kotlinx.binary-compatibi
kotlin-binaryCompatibilityGradle.name = "org.jetbrains.kotlinx.binary-compatibility-validator.gradle.plugin"
kotlin-binaryCompatibilityGradle.version = "0.13.2"

kotlin-koverGradle = "org.jetbrains.kotlinx:kover-gradle-plugin:0.7.5"
kotlin-koverGradle = "org.jetbrains.kotlinx:kover-gradle-plugin:0.7.6"

ksp-api = { module = "com.google.devtools.ksp:symbol-processing-api", version.ref = "ksp" }
ksp-gradle = { module = "com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin", version.ref = "ksp" }

autoCommon = "com.google.auto:auto-common:1.2.2"
poets-java = "com.squareup:javapoet:1.13.0"
poets-kotlin = "com.squareup:kotlinpoet:1.15.2"
poets-kotlin = "com.squareup:kotlinpoet:1.16.0"

logicng = "org.logicng:logicng-j11:2.4.2"
logicng = "org.logicng:logicng-j11:2.4.3"

yataganDogFood-api = { module = "com.yandex.yatagan:api-compiled", version.ref = "yataganDogFood" }
yataganDogFood-ksp = { module = "com.yandex.yatagan:processor-ksp", version.ref = "yataganDogFood" }

# Testing libraries
testing-roomCompileTesting = "androidx.room:room-compiler-processing-testing:2.6.0"
testing-junit4 = "junit:junit:4.13.2"
testing-assertj = "org.assertj:assertj-core:3.24.2"
testing-assertj = "org.assertj:assertj-core:3.25.3"
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.7.0"
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
}

enableFeaturePreview("STABLE_CONFIGURATION_CACHE")
Expand Down

0 comments on commit 171c623

Please sign in to comment.