-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pull] master from square:master #737
Conversation
…8401) Allow Nullable ExecutorService Parameter in Dispatcher Constructor to maintain backwards compatibility with OkHttp3 3.x migration to 4.x and beyond
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the WalkthroughThis update enhances dependency management and build configurations across multiple files. Key changes include new package rules in the Renovate configuration for better organization, the addition of the Changes
Sequence Diagram(s)sequenceDiagram
participant Developer
participant Renovate
participant Gradle
Developer->>Renovate: Add new package rules
Renovate-->>Developer: Update configuration
Developer->>Gradle: Apply mavenSympathy plugin
Gradle-->>Developer: Enhanced build process
TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…18.1.0 (#8438) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
….3.1 (#8436) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…8454) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
….0 (#8453) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Testing maven dependency checks * Bump to 1.9.24
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…r:org.jetbrains.kotlinx.binary-compatibility-validator.gradle.plugin to v0.16.3 (#8499) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (7)
- .github/renovate.json (2 hunks)
- build.gradle.kts (2 hunks)
- gradle/libs.versions.toml (2 hunks)
- okhttp/src/main/kotlin/okhttp3/Dispatcher.kt (1 hunks)
- okhttp/src/main/kotlin/okhttp3/Response.kt (1 hunks)
- okhttp/src/test/java/okhttp3/internal/connection/ConnectionPoolTest.kt (2 hunks)
- samples/tlssurvey/build.gradle.kts (2 hunks)
Files skipped from review due to trivial changes (1)
- samples/tlssurvey/build.gradle.kts
Additional comments not posted (10)
build.gradle.kts (2)
29-29
: Ensure compatibility ofmavenSympathy
plugin.The addition of the
mavenSympathy
plugin to the classpath is a significant change. Ensure that this plugin is compatible with the existing build setup and does not conflict with other plugins.
92-92
: Verify the impact of applyingmavenSympathy
plugin.Applying the
mavenSympathy
plugin to subprojects can affect the build process. Verify that it integrates well with existing plugins and configurations.okhttp/src/test/java/okhttp3/internal/connection/ConnectionPoolTest.kt (1)
233-235
: Document the reason for disabling the test.The
connectionPreWarmingHttp2
test is disabled with a link to a GitHub issue. Ensure that the issue is actively tracked and updated to re-enable the test once resolved.Verification successful
The test is appropriately disabled and documented.
The
connectionPreWarmingHttp2
test is disabled due to an open issue, which is actively tracked on GitHub. Ensure that the issue is monitored and the test is re-enabled once resolved.
- GitHub Issue: OPEN: Reenable connectionPreWarmingHttp2
Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify the status of the GitHub issue linked to the disabled test. # Test: Fetch the status of the GitHub issue. gh issue view 8451 --json state,title --jq '.state + ": " + .title'Length of output: 110
okhttp/src/main/kotlin/okhttp3/Response.kt (1)
87-87
: Documentation update improves clarity.The updated documentation for the
body
property provides a clearer understanding of its behavior. This change enhances the readability and maintainability of the code..github/renovate.json (2)
15-20
: New package rule forbiz.*
added.The addition of a package rule for
biz.*
with the group name "bnd" enhances dependency management by organizing related packages under a common group. This can streamline updates and improve clarity in the configuration.
21-26
: New package rule fororg.graalvm.*
added.The new package rule for
org.graalvm.*
with the group name "graalvm" helps in managing dependencies related to GraalVM more effectively. This change aligns with the project's needs for better organization.gradle/libs.versions.toml (3)
16-16
: New dependencyretrofit
added.The addition of
retrofit
indicates an enhancement in network-related functionalities. Ensure that its integration is properly configured and compatible with other network libraries in the project.Verification successful
Retrofit integration is properly configured and used. The
retrofit
library is actively utilized in thesamples/tlssurvey
module, with appropriate setup inbuild.gradle.kts
and usage in Kotlin files for network operations. No immediate compatibility issues are evident.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify the integration of the new `retrofit` dependency. # Test: Check for configurations and usages related to `retrofit`. rg --type toml 'retrofit = "2.11.0"' -A 5Length of output: 397
Script:
#!/bin/bash # Search for usage of `retrofit` in Java and Kotlin files. rg 'retrofit' --type java --type kotlin -A 5Length of output: 2986
9-9
: New dependencyksp
added.The introduction of
ksp
with version1.9.24-1.0.20
suggests new functionality or support for Kotlin Symbol Processing. Ensure that this addition aligns with the project's requirements and does not conflict with existing configurations.Verification successful
KSP Dependency Successfully Integrated
The
ksp
dependency is referenced in thesamples/tlssurvey/build.gradle.kts
file, confirming its integration for Kotlin Symbol Processing. No conflicts with existing configurations were found. Ensure that this addition aligns with your project's requirements.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify the integration of the new `ksp` dependency. # Test: Look for usages and configurations related to `ksp`. rg --type toml 'ksp = "1.9.24-1.0.20"' -A 5Length of output: 368
Script:
#!/bin/bash # Description: Search for references to `ksp` in build configuration files to verify integration. # Test: Look for references to `ksp` in build configuration files. rg 'ksp' -g '*.gradle' -A 5Length of output: 176
Script:
#!/bin/bash # Description: Search for references to `ksp` in build configuration files to verify integration. # Test: Look for references to `ksp` in all Gradle files, ensuring the search is comprehensive. rg 'ksp' -t gradle -A 5Length of output: 172
Script:
#!/bin/bash # Description: Search for references to `ksp` in all files to verify integration. # Test: Look for references to `ksp` in all files across the codebase. rg 'ksp' -A 5Length of output: 8098
3-3
: Version upgrade forcheckStyle
.The
checkStyle
version has been updated from10.15.0
to10.17.0
. This upgrade may include important bug fixes and improvements. Ensure that the new version is compatible with the project's code style configurations.okhttp/src/main/kotlin/okhttp3/Dispatcher.kt (1)
126-126
: Constructor now accepts nullableExecutorService
.The constructor change allows
executorService
to be nullable, which increases flexibility. Ensure that all usages ofexecutorService
handle null values appropriately to prevent null pointer exceptions.Verification successful
Constructor handles nullable
ExecutorService
correctly.The
Dispatcher
class ensures thatexecutorService
is never null when accessed, as it initializesexecutorServiceOrNull
if it is null. This design prevents null pointer exceptions effectively. No further action is needed.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify handling of nullable `executorService`. # Test: Search for usages of `executorService` and ensure null checks are in place. rg --type kotlin 'executorService' -A 5Length of output: 13809
….11.0.0 (#8498) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- gradle/libs.versions.toml (2 hunks)
Files skipped from review as they are similar to previous changes (1)
- gradle/libs.versions.toml
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…der to v2.4.1 (#8487) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- gradle/libs.versions.toml (2 hunks)
Files skipped from review as they are similar to previous changes (1)
- gradle/libs.versions.toml
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (3)
- .github/workflows/build.yml (18 hunks)
- .github/workflows/containers.yml (1 hunks)
- gradle/libs.versions.toml (2 hunks)
Files skipped from review as they are similar to previous changes (1)
- gradle/libs.versions.toml
Additional comments not posted (2)
.github/workflows/containers.yml (1)
36-36
: Upgrade to Gradle setup action version 4 is approved.Updating the Gradle setup action from version 3 to version 4 is a good practice to ensure the workflow uses the latest features and improvements.
.github/workflows/build.yml (1)
38-38
: Upgrade to Gradle setup and wrapper validation actions version 4 is approved.Updating the Gradle setup and wrapper validation actions from version 3 to version 4 across multiple jobs ensures the workflow benefits from the latest improvements and fixes, enhancing overall performance and stability.
Also applies to: 52-52, 82-82, 111-111, 153-153, 181-181, 215-215, 243-243, 271-271, 299-299, 328-328, 357-357, 392-392, 421-421, 450-450, 456-456, 503-503, 575-575, 619-619
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- gradle/libs.versions.toml (2 hunks)
Additional comments not posted (27)
gradle/libs.versions.toml (27)
13-13
: Upgradeorg-jetbrains-coroutines
version.The
org-jetbrains-coroutines
version has been updated from1.8.0
to1.8.1
. Ensure that the new version is compatible with the rest of the project and does not introduce any breaking changes.Run the following script to verify the compatibility of the new
org-jetbrains-coroutines
version:
3-3
: UpgradecheckStyle
version.The
checkStyle
version has been updated from10.15.0
to10.18.0
. Ensure that the new version is compatible with the rest of the project and does not introduce any breaking changes.Run the following script to verify the compatibility of the new
checkStyle
version:
16-16
: Add new dependencyretrofit
.The new dependency
retrofit
has been added with version2.11.0
. Ensure that this new dependency is correctly integrated and does not introduce any issues.Run the following script to verify the integration of the new
retrofit
dependency:
20-20
: Add new dependencyamazonCorretto
.The new dependency
amazonCorretto
has been added with version2.4.1
. Ensure that this new dependency is correctly integrated and does not introduce any issues.Run the following script to verify the integration of the new
amazonCorretto
dependency:Verification successful
Integration of
amazonCorretto
Dependency Verified SuccessfullyThe
amazonCorretto
dependency is correctly integrated and actively used in the codebase, specifically in thePlatformRule.kt
file. Its exclusion in the test configuration appears intentional and does not indicate an integration issue. No further action is required.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify the integration of the new `amazonCorretto` dependency. # Test: Check for any issues with the new dependency. ./gradlew buildLength of output: 202
Script:
#!/bin/bash # Search for usage of the amazonCorretto dependency in the codebase # Look for import statements or references to AmazonCorrettoCryptoProvider rg 'import.*AmazonCorrettoCryptoProvider' -A 3 rg 'AmazonCorrettoCryptoProvider' -A 3Length of output: 3422
15-15
: Upgradeorg-junit-jupiter
version.The
org-junit-jupiter
version has been updated from5.10.2
to5.10.3
. Ensure that the new version is compatible with the rest of the project and does not introduce any breaking changes.Run the following script to verify the compatibility of the new
org-junit-jupiter
version:
14-14
: Upgradeorg-jetbrains-kotlin
version.The
org-jetbrains-kotlin
version has been updated from1.9.23
to1.9.25
. Ensure that the new version is compatible with the rest of the project and does not introduce any breaking changes.Run the following script to verify the compatibility of the new
org-jetbrains-kotlin
version:
26-26
: Upgradeanimalsniffer-annotations
version.The
animalsniffer-annotations
version has been updated from1.23
to1.24
. Ensure that the new version is compatible with the rest of the project and does not introduce any breaking changes.Run the following script to verify the compatibility of the new
animalsniffer-annotations
version:
6-6
: Upgradede-mannodermaus-junit5
version.The
de-mannodermaus-junit5
version has been updated from1.4.0
to1.5.0
. Ensure that the new version is compatible with the rest of the project and does not introduce any breaking changes.Run the following script to verify the compatibility of the new
de-mannodermaus-junit5
version:
9-9
: Add new dependencyksp
.The new dependency
ksp
has been added with version1.9.24-1.0.20
. Ensure that this new dependency is correctly integrated and does not introduce any issues.Run the following script to verify the integration of the new
ksp
dependency:
47-47
: UpgradegradlePlugin-errorprone
version.The
gradlePlugin-errorprone
version has been updated from3.1.0
to4.0.1
. Ensure that the new version is compatible with the rest of the project and does not introduce any breaking changes.Run the following script to verify the compatibility of the new
gradlePlugin-errorprone
version:
66-66
: Upgradejunit-platform-console
version.The
junit-platform-console
version has been updated from1.10.2
to1.10.3
. Ensure that the new version is compatible with the rest of the project and does not introduce any breaking changes.Run the following script to verify the compatibility of the new
junit-platform-console
version:Verification successful
No issues found with
junit-platform-console
upgrade.The upgrade from version
1.10.2
to1.10.3
ofjunit-platform-console
does not appear to introduce any compatibility issues or breaking changes, as there are no specific usages or configurations found in the codebase.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify the compatibility of the new `junit-platform-console` version. # Test: Check for any breaking changes or issues with the new version. ./gradlew testLength of output: 201
Script:
#!/bin/bash # Search for references to `junit-platform-console` in the codebase rg "junit-platform-console" -A 5Length of output: 738
52-52
: Add new dependencygradlePlugin-mavenSympathy
.The new dependency
gradlePlugin-mavenSympathy
has been added with version0.3.0
. Ensure that this new dependency is correctly integrated and does not introduce any issues.Run the following script to verify the integration of the new
gradlePlugin-mavenSympathy
dependency:
38-38
: Add new dependencyconverter-moshi
.The new dependency
converter-moshi
has been added with a reference to theretrofit
version. Ensure that this new dependency is correctly integrated and does not introduce any issues.Run the following script to verify the integration of the new
converter-moshi
dependency:
55-55
: Upgradeguava-jre
version.The
guava-jre
version has been updated from33.2.0-jre
to33.3.0-jre
. Ensure that the new version is compatible with the rest of the project and does not introduce any breaking changes.Run the following script to verify the compatibility of the new
guava-jre
version:
67-67
: Upgradejunit-vintage-engine
version.The
junit-vintage-engine
version has been updated from5.10.2
to5.10.3
. Ensure that the new version is compatible with the rest of the project and does not introduce any breaking changes.Run the following script to verify the compatibility of the new
junit-vintage-engine
version:
51-51
: UpgradegradlePlugin-mavenPublish
version.The
gradlePlugin-mavenPublish
version has been updated from0.28.0
to0.29.0
. Ensure that the new version is compatible with the rest of the project and does not introduce any breaking changes.Run the following script to verify the compatibility of the new
gradlePlugin-mavenPublish
version:
28-28
: Upgradeassertk
version.The
assertk
version has been updated from0.28.0
to0.28.1
. Ensure that the new version is compatible with the rest of the project and does not introduce any breaking changes.Run the following script to verify the compatibility of the new
assertk
version:
62-62
: Upgradejunit-ktx
version.The
junit-ktx
version has been updated from1.1.5
to1.2.1
. Ensure that the new version is compatible with the rest of the project and does not introduce any breaking changes.Run the following script to verify the compatibility of the new
junit-ktx
version:
57-57
: UpgradehttpClient5
version.The
httpClient5
version has been updated from5.3
to5.3.1
. Ensure that the new version is compatible with the rest of the project and does not introduce any breaking changes.Run the following script to verify the compatibility of the new
httpClient5
version:
88-88
: Add new dependencyretrofit
.The new dependency
retrofit
has been added with a reference to theretrofit
version. Ensure that this new dependency is correctly integrated and does not introduce any issues.Run the following script to verify the integration of the new
retrofit
dependency:Verification successful
Retrofit dependency integration appears correct. The
retrofit
dependency is referenced in thesamples/tlssurvey/build.gradle.kts
file and is actively used in theSslLabsClient.kt
andSslLabsApi.kt
files, indicating proper integration. No issues were found related to its integration.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify the integration of the new `retrofit` dependency. # Test: Check for any issues with the new dependency. ./gradlew buildLength of output: 202
Script:
#!/bin/bash # Search for references to `retrofit` in the codebase to verify its integration. rg 'retrofit' --glob '!gradle/libs.versions.toml' -A 5Length of output: 3630
44-44
: UpgradegradlePlugin-binaryCompatibilityValidator
version.The
gradlePlugin-binaryCompatibilityValidator
version has been updated from0.14.0
to0.16.3
. Ensure that the new version is compatible with the rest of the project and does not introduce any breaking changes.Run the following script to verify the compatibility of the new
gradlePlugin-binaryCompatibilityValidator
version:
87-87
: Upgradeplayservices-safetynet
version.The
playservices-safetynet
version has been updated from18.0.1
to18.1.0
. Ensure that the new version is compatible with the rest of the project and does not introduce any breaking changes.Run the following script to verify the compatibility of the new
playservices-safetynet
version:
42-42
: UpgradegradlePlugin-androidJunit5
version.The
gradlePlugin-androidJunit5
version has been updated from1.10.0.0
to1.11.0.0
. Ensure that the new version is compatible with the rest of the project and does not introduce any breaking changes.Run the following script to verify the compatibility of the new
gradlePlugin-androidJunit5
version:
90-90
: Upgraderobolectric
version.The
robolectric
version has been updated from4.12.1
to4.12.2
. Ensure that the new version is compatible with the rest of the project and does not introduce any breaking changes.Run the following script to verify the compatibility of the new
robolectric
version:
97-97
: Upgradesquareup-kotlinPoet
version.The
squareup-kotlinPoet
version has been updated from1.16.0
to1.17.0
. Ensure that the new version is compatible with the rest of the project and does not introduce any breaking changes.Run the following script to verify the compatibility of the new
squareup-kotlinPoet
version:
60-60
: Upgradejsoup
version.The
jsoup
version has been updated from1.17.2
to1.18.1
. Ensure that the new version is compatible with the rest of the project and does not introduce any breaking changes.Run the following script to verify the compatibility of the new
jsoup
version:
34-34
: Upgradeclikt
version.The
clikt
version has been updated from4.3.0
to4.4.0
. Ensure that the new version is compatible with the rest of the project and does not introduce any breaking changes.Run the following script to verify the compatibility of the new
clikt
version:Verification successful
No breaking changes found for
clikt
version 4.4.0.The changelog for version 4.4.0 does not indicate any breaking changes or deprecations that would affect the components used in your project (
CliktCommand
,argument
,default
,flag
,multiple
,option
,int
). The update should be compatible with your current usage.
- Ensure to test your application thoroughly to confirm compatibility.
Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify the compatibility of the new `clikt` version. # Test: Check for any breaking changes or issues with the new version. ./gradlew buildLength of output: 202
Script:
#!/bin/bash # Search for imports of clikt in the codebase to identify usage locations. ast-grep --lang kotlin --pattern 'import com.github.ajalt.clikt.$$$'Length of output: 783
Script:
#!/bin/bash # Search for a changelog or release notes file in the repository. fd -i 'changelog*' --type fLength of output: 170
Script:
#!/bin/bash # Extract and display relevant sections from the changelog for version 4.x to identify breaking changes. grep -A 10 -i "4.4.0" docs/changelogs/changelog_4x.mdLength of output: 1343
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- gradle/libs.versions.toml (2 hunks)
Additional comments not posted (21)
gradle/libs.versions.toml (21)
3-3
: LGTM!The
checkStyle
version update from10.15.0
to10.18.0
ensures the project uses the latest features and fixes.
6-6
: LGTM!The
de-mannodermaus-junit5
version update from1.4.0
to1.5.0
ensures the project uses the latest features and fixes.
9-9
: LGTM!The addition of
ksp
with version1.9.24-1.0.20
provides support for Kotlin Symbol Processing, enhancing build performance and developer productivity.
13-13
: LGTM!The
org-jetbrains-coroutines
version update from1.8.0
to1.8.1
ensures the project uses the latest features and fixes.
14-14
: LGTM!The
org-jetbrains-kotlin
version update from1.9.23
to1.9.25
ensures the project uses the latest features and fixes.
15-15
: LGTM!The
org-junit-jupiter
version update from5.10.2
to5.11.0
ensures the project uses the latest features and fixes.
16-16
: LGTM!The addition of
retrofit
with version2.11.0
enhances the project's networking capabilities with a type-safe HTTP client for Android and Java.
20-20
: LGTM!The
amazonCorretto
version update from2.4.0
to2.4.1
ensures the project uses the latest features and fixes.
26-26
: LGTM!The
animalsniffer-annotations
version update from1.23
to1.24
ensures the project uses the latest features and fixes.
28-28
: LGTM!The
assertk
version update from0.28.0
to0.28.1
ensures the project uses the latest features and fixes.
34-34
: LGTM!The
clikt
version update from4.3.0
to4.4.0
ensures the project uses the latest features and fixes.
38-38
: LGTM!The addition of
converter-moshi
with version2.11.0
enhances the project's JSON parsing capabilities using Moshi.
44-44
: LGTM!The
gradlePlugin-binaryCompatibilityValidator
version update from0.14.0
to0.16.3
ensures the project uses the latest features and fixes.
47-47
: LGTM!The
gradlePlugin-errorprone
version update from3.1.0
to4.0.1
ensures the project uses the latest features and fixes.
55-55
: LGTM!The
guava-jre
version update from33.2.0-jre
to33.3.0-jre
ensures the project uses the latest features and fixes.
57-57
: LGTM!The
httpClient5
version update from5.3
to5.3.1
ensures the project uses the latest features and fixes.
60-60
: LGTM!The
jsoup
version update from1.17.2
to1.18.1
ensures the project uses the latest features and fixes.
87-87
: LGTM!The
playservices-safetynet
version update from18.0.1
to18.1.0
ensures the project uses the latest features and fixes.
88-88
: LGTM!The addition of
retrofit
with version2.11.0
enhances the project's networking capabilities with a type-safe HTTP client for Android and Java.
90-90
: LGTM!The
robolectric
version update from4.12.1
to4.12.2
ensures the project uses the latest features and fixes.
97-97
: LGTM!The
squareup-kotlinPoet
version update from1.16.0
to1.17.0
ensures the project uses the latest features and fixes.
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…#8533) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…8536) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )
Summary by CodeRabbit
New Features
mavenSympathy
, to enhance Maven-related build tasks.Updates
Bug Fixes