Skip to content

Commit

Permalink
Versions: Bump the libs group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the libs group with 3 updates: org.gradle.toolchains.foojay-resolver-convention, [com.squareup:kotlinpoet](https://github.com/square/kotlinpoet) and [org.assertj:assertj-core](https://github.com/assertj/assertj).


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

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.assertj:assertj-core` from 3.24.2 to 3.25.2
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](assertj/assertj@assertj-build-3.24.2...assertj-build-3.25.2)

---
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: com.squareup:kotlinpoet
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Jan 29, 2024
1 parent cf1b298 commit 3ebd647
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ksp-gradle = { module = "com.google.devtools.ksp:com.google.devtools.ksp.gradle.

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"

Expand All @@ -36,4 +36,4 @@ yataganDogFood-ksp = { module = "com.yandex.yatagan:processor-ksp", version.ref
# 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.2"
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 3ebd647

Please sign in to comment.