<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 9.3.1">

    <issue
        id="OldTargetApi"
        severity="Warning"
        message="Not targeting the latest versions of Android; compatibility modes apply. Consider testing and updating this version. Consult the `android.os.Build.VERSION_CODES` javadoc for details."
        category="Correctness"
        priority="6"
        summary="Target SDK attribute is not targeting latest version"
        explanation="When your application or sdk runs on a version of Android that is more recent than your `targetSdk` specifies that it has been tested with, various compatibility modes kick in. This ensures that your application continues to work, but it may look out of place. For example, if the `targetSdk` is less than 14, your app may get an option button in the UI.&#xA;&#xA;To fix this issue, set the `targetSdk` to the highest available value. Then test your app to make sure everything works correctly. You may want to consult the compatibility notes to see what changes apply to each version you are adding support for: https://developer.android.com/reference/android/os/Build.VERSION_CODES.html as well as follow this guide:&#xA;https://developer.android.com/distribute/best-practices/develop/target-sdk.html"
        url="https://developer.android.com/distribute/best-practices/develop/target-sdk.html"
        urls="https://developer.android.com/distribute/best-practices/develop/target-sdk.html,https://developer.android.com/reference/android/os/Build.VERSION_CODES.html"
        errorLine1="        targetSdk = libs.versions.android.targetSdk.get().toInt()"
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="/home/jenkins/.jenkins/workspace/main-offline-endtoend-test/app-android/build.gradle.kts"
            line="121"
            column="9"/>
    </issue>

    <issue
        id="OldTargetApi"
        severity="Warning"
        message="Not targeting the latest versions of Android; compatibility modes apply. Consider testing and updating this version. Consult the `android.os.Build.VERSION_CODES` javadoc for details."
        category="Correctness"
        priority="6"
        summary="Target SDK attribute is not targeting latest version"
        explanation="When your application or sdk runs on a version of Android that is more recent than your `targetSdk` specifies that it has been tested with, various compatibility modes kick in. This ensures that your application continues to work, but it may look out of place. For example, if the `targetSdk` is less than 14, your app may get an option button in the UI.&#xA;&#xA;To fix this issue, set the `targetSdk` to the highest available value. Then test your app to make sure everything works correctly. You may want to consult the compatibility notes to see what changes apply to each version you are adding support for: https://developer.android.com/reference/android/os/Build.VERSION_CODES.html as well as follow this guide:&#xA;https://developer.android.com/distribute/best-practices/develop/target-sdk.html"
        url="https://developer.android.com/distribute/best-practices/develop/target-sdk.html"
        urls="https://developer.android.com/distribute/best-practices/develop/target-sdk.html,https://developer.android.com/reference/android/os/Build.VERSION_CODES.html"
        errorLine1="android-targetSdk = &quot;36&quot;"
        errorLine2="                    ~~~~">
        <location
            file="/home/jenkins/.jenkins/workspace/main-offline-endtoend-test/gradle/libs.versions.toml"
            line="6"
            column="21"/>
    </issue>

    <issue
        id="AndroidGradlePluginVersion"
        severity="Warning"
        message="A newer version of Gradle than 9.6.1 is available: 9.7.0"
        category="Correctness"
        priority="4"
        summary="Obsolete Android Gradle Plugin Version"
        explanation="This detector looks for usage of the Android Gradle Plugin where the version you are using is not the current stable release. Using older versions is fine, and there are cases where you deliberately want to stick with an older version. However, you may simply not be aware that a more recent version is available, and that is what this lint check helps find."
        errorLine1="distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip"
        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="/home/jenkins/.jenkins/workspace/main-offline-endtoend-test/gradle/wrapper/gradle-wrapper.properties"
            line="4"
            column="17"/>
    </issue>

    <issue
        id="GradleDependency"
        severity="Warning"
        message="A newer version of androidx.appcompat:appcompat than 1.7.1 is available: 1.8.0"
        category="Correctness"
        priority="4"
        summary="Obsolete Gradle Dependency"
        explanation="This detector looks for usages of libraries where the version you are using is not the current stable release. Using older versions is fine, and there are cases where you deliberately want to stick with an older version. However, you may simply not be aware that a more recent version is available, and that is what this lint check helps find."
        errorLine1="androidx-appcompat = &quot;1.7.1&quot;"
        errorLine2="                     ~~~~~~~">
        <location
            file="/home/jenkins/.jenkins/workspace/main-offline-endtoend-test/gradle/libs.versions.toml"
            line="8"
            column="22"/>
    </issue>

    <issue
        id="GradleDependency"
        severity="Warning"
        message="A newer version of androidx.webkit:webkit than 1.14.0 is available: 1.17.0"
        category="Correctness"
        priority="4"
        summary="Obsolete Gradle Dependency"
        explanation="This detector looks for usages of libraries where the version you are using is not the current stable release. Using older versions is fine, and there are cases where you deliberately want to stick with an older version. However, you may simply not be aware that a more recent version is available, and that is what this lint check helps find."
        errorLine1="androidx-webkit = &quot;1.14.0&quot;"
        errorLine2="                  ~~~~~~~~">
        <location
            file="/home/jenkins/.jenkins/workspace/main-offline-endtoend-test/gradle/libs.versions.toml"
            line="37"
            column="19"/>
    </issue>

    <issue
        id="GradleDependency"
        severity="Warning"
        message="A newer version of androidx.paging:paging-common than 3.5.0 is available: 3.5.1"
        category="Correctness"
        priority="4"
        summary="Obsolete Gradle Dependency"
        explanation="This detector looks for usages of libraries where the version you are using is not the current stable release. Using older versions is fine, and there are cases where you deliberately want to stick with an older version. However, you may simply not be aware that a more recent version is available, and that is what this lint check helps find."
        errorLine1="androidx-paging = &quot;3.5.0&quot;"
        errorLine2="                  ~~~~~~~">
        <location
            file="/home/jenkins/.jenkins/workspace/main-offline-endtoend-test/gradle/libs.versions.toml"
            line="65"
            column="19"/>
    </issue>

    <issue
        id="GradleDependency"
        severity="Warning"
        message="A newer version of androidx.paging:paging-runtime than 3.5.0 is available: 3.5.1"
        category="Correctness"
        priority="4"
        summary="Obsolete Gradle Dependency"
        explanation="This detector looks for usages of libraries where the version you are using is not the current stable release. Using older versions is fine, and there are cases where you deliberately want to stick with an older version. However, you may simply not be aware that a more recent version is available, and that is what this lint check helps find."
        errorLine1="androidx-paging = &quot;3.5.0&quot;"
        errorLine2="                  ~~~~~~~">
        <location
            file="/home/jenkins/.jenkins/workspace/main-offline-endtoend-test/gradle/libs.versions.toml"
            line="65"
            column="19"/>
    </issue>

    <issue
        id="GradleDependency"
        severity="Warning"
        message="A newer version of androidx.paging:paging-compose than 3.5.0 is available: 3.5.1"
        category="Correctness"
        priority="4"
        summary="Obsolete Gradle Dependency"
        explanation="This detector looks for usages of libraries where the version you are using is not the current stable release. Using older versions is fine, and there are cases where you deliberately want to stick with an older version. However, you may simply not be aware that a more recent version is available, and that is what this lint check helps find."
        errorLine1="androidx-paging-compose = &quot;3.5.0&quot; # Different as per https://developer.android.com/topic/libraries/architecture/paging/v3-overview"
        errorLine2="                          ~~~~~~~">
        <location
            file="/home/jenkins/.jenkins/workspace/main-offline-endtoend-test/gradle/libs.versions.toml"
            line="66"
            column="27"/>
    </issue>

    <issue
        id="NewerVersionAvailable"
        severity="Warning"
        message="A newer version of com.googlecode.libphonenumber:libphonenumber than 9.0.36 is available: 9.0.37"
        category="Correctness"
        priority="4"
        summary="Newer Library Versions Available"
        explanation="This detector checks with a central repository to see if there are newer versions available for the dependencies used by this project. This is similar to the `GradleDependency` check, which checks for newer versions available in the Android SDK tools and libraries, but this works with any MavenCentral dependency, and connects to the library every time, which makes it more flexible but also **much** slower."
        errorLine1="libphonenumber-google = &quot;9.0.36&quot;"
        errorLine2="                        ~~~~~~~~">
        <location
            file="/home/jenkins/.jenkins/workspace/main-offline-endtoend-test/gradle/libs.versions.toml"
            line="13"
            column="25"/>
    </issue>

    <issue
        id="NewerVersionAvailable"
        severity="Warning"
        message="A newer version of io.ktor.plugin than 3.5.1 is available: 3.5.2"
        category="Correctness"
        priority="4"
        summary="Newer Library Versions Available"
        explanation="This detector checks with a central repository to see if there are newer versions available for the dependencies used by this project. This is similar to the `GradleDependency` check, which checks for newer versions available in the Android SDK tools and libraries, but this works with any MavenCentral dependency, and connects to the library every time, which makes it more flexible but also **much** slower."
        errorLine1="ktor = &quot;3.5.1&quot;"
        errorLine2="       ~~~~~~~">
        <location
            file="/home/jenkins/.jenkins/workspace/main-offline-endtoend-test/gradle/libs.versions.toml"
            line="21"
            column="8"/>
    </issue>

    <issue
        id="NewerVersionAvailable"
        severity="Warning"
        message="A newer version of io.ktor:ktor-client-content-negotiation than 3.5.1 is available: 3.5.2"
        category="Correctness"
        priority="4"
        summary="Newer Library Versions Available"
        explanation="This detector checks with a central repository to see if there are newer versions available for the dependencies used by this project. This is similar to the `GradleDependency` check, which checks for newer versions available in the Android SDK tools and libraries, but this works with any MavenCentral dependency, and connects to the library every time, which makes it more flexible but also **much** slower."
        errorLine1="ktor = &quot;3.5.1&quot;"
        errorLine2="       ~~~~~~~">
        <location
            file="/home/jenkins/.jenkins/workspace/main-offline-endtoend-test/gradle/libs.versions.toml"
            line="21"
            column="8"/>
    </issue>

    <issue
        id="NewerVersionAvailable"
        severity="Warning"
        message="A newer version of io.ktor:ktor-client-core-jvm than 3.5.1 is available: 3.5.2"
        category="Correctness"
        priority="4"
        summary="Newer Library Versions Available"
        explanation="This detector checks with a central repository to see if there are newer versions available for the dependencies used by this project. This is similar to the `GradleDependency` check, which checks for newer versions available in the Android SDK tools and libraries, but this works with any MavenCentral dependency, and connects to the library every time, which makes it more flexible but also **much** slower."
        errorLine1="ktor = &quot;3.5.1&quot;"
        errorLine2="       ~~~~~~~">
        <location
            file="/home/jenkins/.jenkins/workspace/main-offline-endtoend-test/gradle/libs.versions.toml"
            line="21"
            column="8"/>
    </issue>

    <issue
        id="NewerVersionAvailable"
        severity="Warning"
        message="A newer version of io.ktor:ktor-client-json than 3.5.1 is available: 3.5.2"
        category="Correctness"
        priority="4"
        summary="Newer Library Versions Available"
        explanation="This detector checks with a central repository to see if there are newer versions available for the dependencies used by this project. This is similar to the `GradleDependency` check, which checks for newer versions available in the Android SDK tools and libraries, but this works with any MavenCentral dependency, and connects to the library every time, which makes it more flexible but also **much** slower."
        errorLine1="ktor = &quot;3.5.1&quot;"
        errorLine2="       ~~~~~~~">
        <location
            file="/home/jenkins/.jenkins/workspace/main-offline-endtoend-test/gradle/libs.versions.toml"
            line="21"
            column="8"/>
    </issue>

    <issue
        id="NewerVersionAvailable"
        severity="Warning"
        message="A newer version of io.ktor:ktor-client-okhttp than 3.5.1 is available: 3.5.2"
        category="Correctness"
        priority="4"
        summary="Newer Library Versions Available"
        explanation="This detector checks with a central repository to see if there are newer versions available for the dependencies used by this project. This is similar to the `GradleDependency` check, which checks for newer versions available in the Android SDK tools and libraries, but this works with any MavenCentral dependency, and connects to the library every time, which makes it more flexible but also **much** slower."
        errorLine1="ktor = &quot;3.5.1&quot;"
        errorLine2="       ~~~~~~~">
        <location
            file="/home/jenkins/.jenkins/workspace/main-offline-endtoend-test/gradle/libs.versions.toml"
            line="21"
            column="8"/>
    </issue>

    <issue
        id="NewerVersionAvailable"
        severity="Warning"
        message="A newer version of io.ktor:ktor-serialization-kotlinx-json than 3.5.1 is available: 3.5.2"
        category="Correctness"
        priority="4"
        summary="Newer Library Versions Available"
        explanation="This detector checks with a central repository to see if there are newer versions available for the dependencies used by this project. This is similar to the `GradleDependency` check, which checks for newer versions available in the Android SDK tools and libraries, but this works with any MavenCentral dependency, and connects to the library every time, which makes it more flexible but also **much** slower."
        errorLine1="ktor = &quot;3.5.1&quot;"
        errorLine2="       ~~~~~~~">
        <location
            file="/home/jenkins/.jenkins/workspace/main-offline-endtoend-test/gradle/libs.versions.toml"
            line="21"
            column="8"/>
    </issue>

    <issue
        id="NewerVersionAvailable"
        severity="Warning"
        message="A newer version of io.ktor:ktor-server-auth than 3.5.1 is available: 3.5.2"
        category="Correctness"
        priority="4"
        summary="Newer Library Versions Available"
        explanation="This detector checks with a central repository to see if there are newer versions available for the dependencies used by this project. This is similar to the `GradleDependency` check, which checks for newer versions available in the Android SDK tools and libraries, but this works with any MavenCentral dependency, and connects to the library every time, which makes it more flexible but also **much** slower."
        errorLine1="ktor = &quot;3.5.1&quot;"
        errorLine2="       ~~~~~~~">
        <location
            file="/home/jenkins/.jenkins/workspace/main-offline-endtoend-test/gradle/libs.versions.toml"
            line="21"
            column="8"/>
    </issue>

    <issue
        id="NewerVersionAvailable"
        severity="Warning"
        message="A newer version of io.ktor:ktor-server-auto-head-response than 3.5.1 is available: 3.5.2"
        category="Correctness"
        priority="4"
        summary="Newer Library Versions Available"
        explanation="This detector checks with a central repository to see if there are newer versions available for the dependencies used by this project. This is similar to the `GradleDependency` check, which checks for newer versions available in the Android SDK tools and libraries, but this works with any MavenCentral dependency, and connects to the library every time, which makes it more flexible but also **much** slower."
        errorLine1="ktor = &quot;3.5.1&quot;"
        errorLine2="       ~~~~~~~">
        <location
            file="/home/jenkins/.jenkins/workspace/main-offline-endtoend-test/gradle/libs.versions.toml"
            line="21"
            column="8"/>
    </issue>

    <issue
        id="NewerVersionAvailable"
        severity="Warning"
        message="A newer version of io.ktor:ktor-server-call-logging than 3.5.1 is available: 3.5.2"
        category="Correctness"
        priority="4"
        summary="Newer Library Versions Available"
        explanation="This detector checks with a central repository to see if there are newer versions available for the dependencies used by this project. This is similar to the `GradleDependency` check, which checks for newer versions available in the Android SDK tools and libraries, but this works with any MavenCentral dependency, and connects to the library every time, which makes it more flexible but also **much** slower."
        errorLine1="ktor = &quot;3.5.1&quot;"
        errorLine2="       ~~~~~~~">
        <location
            file="/home/jenkins/.jenkins/workspace/main-offline-endtoend-test/gradle/libs.versions.toml"
            line="21"
            column="8"/>
    </issue>

    <issue
        id="NewerVersionAvailable"
        severity="Warning"
        message="A newer version of io.ktor:ktor-server-conditional-headers than 3.5.1 is available: 3.5.2"
        category="Correctness"
        priority="4"
        summary="Newer Library Versions Available"
        explanation="This detector checks with a central repository to see if there are newer versions available for the dependencies used by this project. This is similar to the `GradleDependency` check, which checks for newer versions available in the Android SDK tools and libraries, but this works with any MavenCentral dependency, and connects to the library every time, which makes it more flexible but also **much** slower."
        errorLine1="ktor = &quot;3.5.1&quot;"
        errorLine2="       ~~~~~~~">
        <location
            file="/home/jenkins/.jenkins/workspace/main-offline-endtoend-test/gradle/libs.versions.toml"
            line="21"
            column="8"/>
    </issue>

    <issue
        id="NewerVersionAvailable"
        severity="Warning"
        message="A newer version of io.ktor:ktor-server-content-negotiation than 3.5.1 is available: 3.5.2"
        category="Correctness"
        priority="4"
        summary="Newer Library Versions Available"
        explanation="This detector checks with a central repository to see if there are newer versions available for the dependencies used by this project. This is similar to the `GradleDependency` check, which checks for newer versions available in the Android SDK tools and libraries, but this works with any MavenCentral dependency, and connects to the library every time, which makes it more flexible but also **much** slower."
        errorLine1="ktor = &quot;3.5.1&quot;"
        errorLine2="       ~~~~~~~">
        <location
            file="/home/jenkins/.jenkins/workspace/main-offline-endtoend-test/gradle/libs.versions.toml"
            line="21"
            column="8"/>
    </issue>

    <issue
        id="NewerVersionAvailable"
        severity="Warning"
        message="A newer version of io.ktor:ktor-server-core-jvm than 3.5.1 is available: 3.5.2"
        category="Correctness"
        priority="4"
        summary="Newer Library Versions Available"
        explanation="This detector checks with a central repository to see if there are newer versions available for the dependencies used by this project. This is similar to the `GradleDependency` check, which checks for newer versions available in the Android SDK tools and libraries, but this works with any MavenCentral dependency, and connects to the library every time, which makes it more flexible but also **much** slower."
        errorLine1="ktor = &quot;3.5.1&quot;"
        errorLine2="       ~~~~~~~">
        <location
            file="/home/jenkins/.jenkins/workspace/main-offline-endtoend-test/gradle/libs.versions.toml"
            line="21"
            column="8"/>
    </issue>

    <issue
        id="NewerVersionAvailable"
        severity="Warning"
        message="A newer version of io.ktor:ktor-server-cors than 3.5.1 is available: 3.5.2"
        category="Correctness"
        priority="4"
        summary="Newer Library Versions Available"
        explanation="This detector checks with a central repository to see if there are newer versions available for the dependencies used by this project. This is similar to the `GradleDependency` check, which checks for newer versions available in the Android SDK tools and libraries, but this works with any MavenCentral dependency, and connects to the library every time, which makes it more flexible but also **much** slower."
        errorLine1="ktor = &quot;3.5.1&quot;"
        errorLine2="       ~~~~~~~">
        <location
            file="/home/jenkins/.jenkins/workspace/main-offline-endtoend-test/gradle/libs.versions.toml"
            line="21"
            column="8"/>
    </issue>

    <issue
        id="NewerVersionAvailable"
        severity="Warning"
        message="A newer version of io.ktor:ktor-server-html-builder than 3.5.1 is available: 3.5.2"
        category="Correctness"
        priority="4"
        summary="Newer Library Versions Available"
        explanation="This detector checks with a central repository to see if there are newer versions available for the dependencies used by this project. This is similar to the `GradleDependency` check, which checks for newer versions available in the Android SDK tools and libraries, but this works with any MavenCentral dependency, and connects to the library every time, which makes it more flexible but also **much** slower."
        errorLine1="ktor = &quot;3.5.1&quot;"
        errorLine2="       ~~~~~~~">
        <location
            file="/home/jenkins/.jenkins/workspace/main-offline-endtoend-test/gradle/libs.versions.toml"
            line="21"
            column="8"/>
    </issue>

    <issue
        id="NewerVersionAvailable"
        severity="Warning"
        message="A newer version of io.ktor:ktor-server-netty-jvm than 3.5.1 is available: 3.5.2"
        category="Correctness"
        priority="4"
        summary="Newer Library Versions Available"
        explanation="This detector checks with a central repository to see if there are newer versions available for the dependencies used by this project. This is similar to the `GradleDependency` check, which checks for newer versions available in the Android SDK tools and libraries, but this works with any MavenCentral dependency, and connects to the library every time, which makes it more flexible but also **much** slower."
        errorLine1="ktor = &quot;3.5.1&quot;"
        errorLine2="       ~~~~~~~">
        <location
            file="/home/jenkins/.jenkins/workspace/main-offline-endtoend-test/gradle/libs.versions.toml"
            line="21"
            column="8"/>
    </issue>

    <issue
        id="NewerVersionAvailable"
        severity="Warning"
        message="A newer version of io.ktor:ktor-server-openapi than 3.5.1 is available: 3.5.2"
        category="Correctness"
        priority="4"
        summary="Newer Library Versions Available"
        explanation="This detector checks with a central repository to see if there are newer versions available for the dependencies used by this project. This is similar to the `GradleDependency` check, which checks for newer versions available in the Android SDK tools and libraries, but this works with any MavenCentral dependency, and connects to the library every time, which makes it more flexible but also **much** slower."
        errorLine1="ktor = &quot;3.5.1&quot;"
        errorLine2="       ~~~~~~~">
        <location
            file="/home/jenkins/.jenkins/workspace/main-offline-endtoend-test/gradle/libs.versions.toml"
            line="21"
            column="8"/>
    </issue>

    <issue
        id="NewerVersionAvailable"
        severity="Warning"
        message="A newer version of io.ktor:ktor-server-status-pages than 3.5.1 is available: 3.5.2"
        category="Correctness"
        priority="4"
        summary="Newer Library Versions Available"
        explanation="This detector checks with a central repository to see if there are newer versions available for the dependencies used by this project. This is similar to the `GradleDependency` check, which checks for newer versions available in the Android SDK tools and libraries, but this works with any MavenCentral dependency, and connects to the library every time, which makes it more flexible but also **much** slower."
        errorLine1="ktor = &quot;3.5.1&quot;"
        errorLine2="       ~~~~~~~">
        <location
            file="/home/jenkins/.jenkins/workspace/main-offline-endtoend-test/gradle/libs.versions.toml"
            line="21"
            column="8"/>
    </issue>

    <issue
        id="NewerVersionAvailable"
        severity="Warning"
        message="A newer version of io.ktor:ktor-server-swagger than 3.5.1 is available: 3.5.2"
        category="Correctness"
        priority="4"
        summary="Newer Library Versions Available"
        explanation="This detector checks with a central repository to see if there are newer versions available for the dependencies used by this project. This is similar to the `GradleDependency` check, which checks for newer versions available in the Android SDK tools and libraries, but this works with any MavenCentral dependency, and connects to the library every time, which makes it more flexible but also **much** slower."
        errorLine1="ktor = &quot;3.5.1&quot;"
        errorLine2="       ~~~~~~~">
        <location
            file="/home/jenkins/.jenkins/workspace/main-offline-endtoend-test/gradle/libs.versions.toml"
            line="21"
            column="8"/>
    </issue>

    <issue
        id="NewerVersionAvailable"
        severity="Warning"
        message="A newer version of ch.qos.logback:logback-classic than 1.6.1 is available: 1.6.3"
        category="Correctness"
        priority="4"
        summary="Newer Library Versions Available"
        explanation="This detector checks with a central repository to see if there are newer versions available for the dependencies used by this project. This is similar to the `GradleDependency` check, which checks for newer versions available in the Android SDK tools and libraries, but this works with any MavenCentral dependency, and connects to the library every time, which makes it more flexible but also **much** slower."
        errorLine1="logback = &quot;1.6.1&quot;"
        errorLine2="          ~~~~~~~">
        <location
            file="/home/jenkins/.jenkins/workspace/main-offline-endtoend-test/gradle/libs.versions.toml"
            line="22"
            column="11"/>
    </issue>

    <issue
        id="NewerVersionAvailable"
        severity="Warning"
        message="A newer version of com.networknt:json-schema-validator than 1.5.9 is available: 3.0.6"
        category="Correctness"
        priority="4"
        summary="Newer Library Versions Available"
        explanation="This detector checks with a central repository to see if there are newer versions available for the dependencies used by this project. This is similar to the `GradleDependency` check, which checks for newer versions available in the Android SDK tools and libraries, but this works with any MavenCentral dependency, and connects to the library every time, which makes it more flexible but also **much** slower."
        errorLine1="json-schema-validator = &quot;1.5.9&quot;"
        errorLine2="                        ~~~~~~~">
        <location
            file="/home/jenkins/.jenkins/workspace/main-offline-endtoend-test/gradle/libs.versions.toml"
            line="23"
            column="25"/>
    </issue>

    <issue
        id="NewerVersionAvailable"
        severity="Warning"
        message="A newer version of com.squareup.okhttp3:okhttp than 5.4.0 is available: 5.5.0"
        category="Correctness"
        priority="4"
        summary="Newer Library Versions Available"
        explanation="This detector checks with a central repository to see if there are newer versions available for the dependencies used by this project. This is similar to the `GradleDependency` check, which checks for newer versions available in the Android SDK tools and libraries, but this works with any MavenCentral dependency, and connects to the library every time, which makes it more flexible but also **much** slower."
        errorLine1="okhttp = &quot;5.4.0&quot;"
        errorLine2="         ~~~~~~~">
        <location
            file="/home/jenkins/.jenkins/workspace/main-offline-endtoend-test/gradle/libs.versions.toml"
            line="26"
            column="10"/>
    </issue>

    <issue
        id="NewerVersionAvailable"
        severity="Warning"
        message="A newer version of io.github.koalaplot:koalaplot-core than 0.6.4 is available: 0.12.1"
        category="Correctness"
        priority="4"
        summary="Newer Library Versions Available"
        explanation="This detector checks with a central repository to see if there are newer versions available for the dependencies used by this project. This is similar to the `GradleDependency` check, which checks for newer versions available in the Android SDK tools and libraries, but this works with any MavenCentral dependency, and connects to the library every time, which makes it more flexible but also **much** slower."
        errorLine1="koalaplot-version = &quot;0.6.4&quot;"
        errorLine2="                    ~~~~~~~">
        <location
            file="/home/jenkins/.jenkins/workspace/main-offline-endtoend-test/gradle/libs.versions.toml"
            line="36"
            column="21"/>
    </issue>

    <issue
        id="NewerVersionAvailable"
        severity="Warning"
        message="A newer version of org.jetbrains.kotlinx:kotlinx-io-core than 0.8.0 is available: 0.9.1"
        category="Correctness"
        priority="4"
        summary="Newer Library Versions Available"
        explanation="This detector checks with a central repository to see if there are newer versions available for the dependencies used by this project. This is similar to the `GradleDependency` check, which checks for newer versions available in the Android SDK tools and libraries, but this works with any MavenCentral dependency, and connects to the library every time, which makes it more flexible but also **much** slower."
        errorLine1="kotlinx-io = &quot;0.8.0&quot;"
        errorLine2="             ~~~~~~~">
        <location
            file="/home/jenkins/.jenkins/workspace/main-offline-endtoend-test/gradle/libs.versions.toml"
            line="38"
            column="14"/>
    </issue>

    <issue
        id="NewerVersionAvailable"
        severity="Warning"
        message="A newer version of org.jetbrains.kotlinx:kotlinx-io-okio than 0.8.0 is available: 0.9.1"
        category="Correctness"
        priority="4"
        summary="Newer Library Versions Available"
        explanation="This detector checks with a central repository to see if there are newer versions available for the dependencies used by this project. This is similar to the `GradleDependency` check, which checks for newer versions available in the Android SDK tools and libraries, but this works with any MavenCentral dependency, and connects to the library every time, which makes it more flexible but also **much** slower."
        errorLine1="kotlinx-io = &quot;0.8.0&quot;"
        errorLine2="             ~~~~~~~">
        <location
            file="/home/jenkins/.jenkins/workspace/main-offline-endtoend-test/gradle/libs.versions.toml"
            line="38"
            column="14"/>
    </issue>

    <issue
        id="NewerVersionAvailable"
        severity="Warning"
        message="A newer version of com.squareup.okhttp3:mockwebserver than 5.4.0 is available: 5.5.0"
        category="Correctness"
        priority="4"
        summary="Newer Library Versions Available"
        explanation="This detector checks with a central repository to see if there are newer versions available for the dependencies used by this project. This is similar to the `GradleDependency` check, which checks for newer versions available in the Android SDK tools and libraries, but this works with any MavenCentral dependency, and connects to the library every time, which makes it more flexible but also **much** slower."
        errorLine1="mockwebserver =  &quot;5.4.0&quot;"
        errorLine2="                 ~~~~~~~">
        <location
            file="/home/jenkins/.jenkins/workspace/main-offline-endtoend-test/gradle/libs.versions.toml"
            line="41"
            column="18"/>
    </issue>

    <issue
        id="NewerVersionAvailable"
        severity="Warning"
        message="A newer version of io.github.pdvrieze.xmlutil:serialization than 1.0.1 is available: 1.0.2"
        category="Correctness"
        priority="4"
        summary="Newer Library Versions Available"
        explanation="This detector checks with a central repository to see if there are newer versions available for the dependencies used by this project. This is similar to the `GradleDependency` check, which checks for newer versions available in the Android SDK tools and libraries, but this works with any MavenCentral dependency, and connects to the library every time, which makes it more flexible but also **much** slower."
        errorLine1="xmlutil = &quot;1.0.1&quot;"
        errorLine2="          ~~~~~~~">
        <location
            file="/home/jenkins/.jenkins/workspace/main-offline-endtoend-test/gradle/libs.versions.toml"
            line="51"
            column="11"/>
    </issue>

    <issue
        id="NewerVersionAvailable"
        severity="Warning"
        message="A newer version of io.swagger.codegen.v3:swagger-codegen-cli than 3.0.81 is available: 3.0.82"
        category="Correctness"
        priority="4"
        summary="Newer Library Versions Available"
        explanation="This detector checks with a central repository to see if there are newer versions available for the dependencies used by this project. This is similar to the `GradleDependency` check, which checks for newer versions available in the Android SDK tools and libraries, but this works with any MavenCentral dependency, and connects to the library every time, which makes it more flexible but also **much** slower."
        errorLine1="swagger-codegen = &quot;3.0.81&quot; # As per https://swagger.io/docs/open-source-tools/swagger-codegen/codegen-v3/about/"
        errorLine2="                  ~~~~~~~~">
        <location
            file="/home/jenkins/.jenkins/workspace/main-offline-endtoend-test/gradle/libs.versions.toml"
            line="62"
            column="19"/>
    </issue>

    <issue
        id="NewerVersionAvailable"
        severity="Warning"
        message="A newer version of org.webjars:swagger-ui than 5.32.11 is available: 5.32.13"
        category="Correctness"
        priority="4"
        summary="Newer Library Versions Available"
        explanation="This detector checks with a central repository to see if there are newer versions available for the dependencies used by this project. This is similar to the `GradleDependency` check, which checks for newer versions available in the Android SDK tools and libraries, but this works with any MavenCentral dependency, and connects to the library every time, which makes it more flexible but also **much** slower."
        errorLine1="swagger-ui = &quot;5.32.11&quot;"
        errorLine2="             ~~~~~~~~~">
        <location
            file="/home/jenkins/.jenkins/workspace/main-offline-endtoend-test/gradle/libs.versions.toml"
            line="63"
            column="14"/>
    </issue>

</issues>
