Skip to content

Commit

Permalink
Versions: Bump the libs group with 2 updates (#161)
Browse files Browse the repository at this point in the history
Bumps the libs group with 2 updates: [com.squareup:kotlinpoet](https://github.com/square/kotlinpoet) and [org.assertj:assertj-core](https://github.com/assertj/assertj).


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

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

---
updated-dependencies:
- 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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 29, 2024
1 parent 4b82b9d commit 02e6c50
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 @@ -28,7 +28,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.16.0"
poets-kotlin = "com.squareup:kotlinpoet:1.17.0"

logicng = "org.logicng:logicng:2.5.0"

Expand All @@ -38,6 +38,6 @@ 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.25.3"
testing-assertj = "org.assertj:assertj-core:3.26.0"
testing-dagger-api = { module = "com.google.dagger:dagger", version.ref = "dagger" }
testing-dagger-processor = { module = "com.google.dagger:dagger-compiler", version.ref = "dagger" }

0 comments on commit 02e6c50

Please sign in to comment.