Skip to content

Commit

Permalink
Update Gradle and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tbroyer committed Nov 20, 2024
1 parent 83c23c4 commit 9cbdef1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ autoService = "1.1.1"

# Versions used by build-logic
googleJavaFormat = "1.24.0"
ktlint = "1.4.0"
ktlint = "1.4.1"

[libraries]
autoService = { module = "com.google.auto.service:auto-service", version.ref = "autoService" }
Expand All @@ -14,8 +14,8 @@ junit = "junit:junit:4.13.2"
truth = "com.google.truth:truth:1.4.4"

# Used in below bundle
errorprone-core = "com.google.errorprone:error_prone_core:2.35.1"
nullaway = "com.uber.nullaway:nullaway:0.12.0"
errorprone-core = "com.google.errorprone:error_prone_core:2.36.0"
nullaway = "com.uber.nullaway:nullaway:0.12.1"

[bundles]
# Used by build-logic
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionSha256Sum=31c55713e40233a8303827ceb42ca48a47267a0ad4bab9177123121e71524c26
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
distributionSha256Sum=57dafb5c2622c6cc08b993c85b7c06956a2f53536432a30ead46166dbca0f1e9
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 9cbdef1

Please sign in to comment.