Skip to content

Commit

Permalink
Bump the kotlin-minor group in /tictactoe_kotlin with 4 updates
Browse files Browse the repository at this point in the history
Bumps the kotlin-minor group in /tictactoe_kotlin with 4 updates: androidx.lifecycle:lifecycle-runtime-ktx, androidx.test.ext:junit, androidx.test.espresso:espresso-core and androidx.tracing:tracing.


Updates `androidx.lifecycle:lifecycle-runtime-ktx` from 2.8.2 to 2.8.3

Updates `androidx.test.ext:junit` from 1.2.0 to 1.2.1

Updates `androidx.test.espresso:espresso-core` from 3.6.0 to 3.6.1

Updates `androidx.tracing:tracing` from 1.1.0 to 1.2.0

---
updated-dependencies:
- dependency-name: androidx.lifecycle:lifecycle-runtime-ktx
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kotlin-minor
- dependency-name: androidx.test.ext:junit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kotlin-minor
- dependency-name: androidx.test.espresso:espresso-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kotlin-minor
- dependency-name: androidx.tracing:tracing
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kotlin-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and JanEricNitschke committed Jul 2, 2024
1 parent e2d7522 commit d928ce8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tictactoe_kotlin/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,21 +56,21 @@ dependencies {

implementation 'androidx.core:core-ktx:1.13.1'
implementation platform('org.jetbrains.kotlin:kotlin-bom:1.8.0')
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.2'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.3'
implementation 'androidx.activity:activity-compose:1.9.0'
implementation platform('androidx.compose:compose-bom:2024.06.00')
implementation 'androidx.compose.ui:ui'
implementation 'androidx.compose.ui:ui-graphics'
implementation 'androidx.compose.ui:ui-tooling-preview'
implementation 'androidx.compose.material3:material3'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.2.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.0'
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
androidTestImplementation platform('androidx.compose:compose-bom:2024.06.00')
androidTestImplementation 'androidx.compose.ui:ui-test-junit4'
debugImplementation 'androidx.compose.ui:ui-tooling'
debugImplementation 'androidx.compose.ui:ui-test-manifest'
debugImplementation 'androidx.tracing:tracing:1.1.0'
debugImplementation 'androidx.tracing:tracing:1.2.0'
}
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
kotlinOptions {
Expand Down

0 comments on commit d928ce8

Please sign in to comment.