Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: wvlet/airframe
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v24.9.2
Choose a base ref
...
head repository: wvlet/airframe
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v24.9.3
Choose a head ref
  • 14 commits
  • 16 files changed
  • 3 contributors

Commits on Sep 26, 2024

  1. Update trino-main to 459 (#3656)

    ## About this PR
    📦 Updates [io.trino:trino-main](https://github.com/trinodb/trino) from
    `458` to `459`
    
    📜 [GitHub Release
    Notes](https://github.com/trinodb/trino/releases/tag/459) - [Version
    Diff](trinodb/trino@458...459)
    
    ## Usage
    ✅ **Please merge!**
    
    I'll automatically update this PR to resolve conflicts as long as you
    don't change it yourself.
    
    If you'd like to skip this version, you can just close this PR. If you
    have any feedback, just mention me in the comments below.
    
    Configure Scala Steward for your repository with a
    [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/7ec418cd5441d449f037bca6d34326534c07a5dd/docs/repo-specific-configuration.md)
    file.
    
    _Have a fantastic day writing Scala!_
    
    <details>
    <summary>🔍 Files still referring to the old version number</summary>
    
    The following files still refer to the old version number (458).
    You might want to review and update them manually.
    ```
    airframe-benchmark/src/main/resources/twitter.json
    airframe-json/src/test/resources/twitter.json
    airframe-sql/src/test/resources/wvlet/airframe/sql/tpc-ds/q8.sql
    docs/release-notes.md
    website/static/img/features/Fluentd_square.svg
    website/static/img/features/client.svg
    website/static/img/undraw_code_review.svg
    website/static/img/undraw_open_source.svg
    website/static/img/undraw_operating_system.svg
    website/static/img/undraw_tweetstorm.svg
    website/static/img/undraw_youtube_tutorial.svg
    ```
    </details>
    <details>
    <summary>⚙ Adjust future updates</summary>
    
    Add this to your `.scala-steward.conf` file to ignore future updates of
    this dependency:
    ```
    updates.ignore = [ { groupId = "io.trino", artifactId = "trino-main" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "io.trino", artifactId = "trino-main" }
    }]
    ```
    </details>
    
    <sup>
    labels: test-library-update
    </sup>
    xerial-bot authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    fd450e7 View commit details
    Browse the repository at this point in the history
  2. Update airframe-codec, airframe-control, ... to 24.9.2 (#3657)

    ## About this PR
    📦 Updates 
    * [org.wvlet.airframe:airframe-codec](https://github.com/wvlet/airframe)
    *
    [org.wvlet.airframe:airframe-control](https://github.com/wvlet/airframe)
    * [org.wvlet.airframe:airframe-http](https://github.com/wvlet/airframe)
    *
    [org.wvlet.airframe:airframe-http-codegen](https://github.com/wvlet/airframe)
    *
    [org.wvlet.airframe:airframe-http-netty](https://github.com/wvlet/airframe)
    *
    [org.wvlet.airframe:airframe-launcher](https://github.com/wvlet/airframe)
    * [org.wvlet.airframe:airframe-log](https://github.com/wvlet/airframe)
    *
    [org.wvlet.airframe:airframe-rx-html](https://github.com/wvlet/airframe)
    * [org.wvlet.airframe:airspec](https://github.com/wvlet/airframe)
    * [org.wvlet.airframe:sbt-airframe](https://github.com/wvlet/airframe)
    
     from `24.9.1` to `24.9.2`
    
    📜 [GitHub Release
    Notes](https://github.com/wvlet/airframe/releases/tag/v24.9.2) -
    [Version
    Diff](v24.9.1...v24.9.2)
    
    ## Usage
    ✅ **Please merge!**
    
    I'll automatically update this PR to resolve conflicts as long as you
    don't change it yourself.
    
    If you'd like to skip this version, you can just close this PR. If you
    have any feedback, just mention me in the comments below.
    
    Configure Scala Steward for your repository with a
    [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/7ec418cd5441d449f037bca6d34326534c07a5dd/docs/repo-specific-configuration.md)
    file.
    
    _Have a fantastic day writing Scala!_
    
    <details>
    <summary>🔍 Files still referring to the old version number</summary>
    
    The following files still refer to the old version number (24.9.1).
    You might want to review and update them manually.
    ```
    build.sbt
    sbt-airframe/build.sbt
    ```
    </details>
    <details>
    <summary>⚙ Adjust future updates</summary>
    
    Add this to your `.scala-steward.conf` file to ignore future updates of
    this dependency:
    ```
    updates.ignore = [ { groupId = "org.wvlet.airframe" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "org.wvlet.airframe" }
    }]
    ```
    </details>
    
    <sup>
    labels: library-update
    </sup>
    xerial-bot authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    dfba209 View commit details
    Browse the repository at this point in the history
  3. Update sqlite-jdbc to 3.46.1.3 (#3658)

    ## About this PR
    📦 Updates
    [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from
    `3.46.1.2` to `3.46.1.3`
    
    📜 [GitHub Release
    Notes](https://github.com/xerial/sqlite-jdbc/releases/tag/3.46.1.3) -
    [Version
    Diff](xerial/sqlite-jdbc@3.46.1.2...3.46.1.3)
    
    ## Usage
    ✅ **Please merge!**
    
    I'll automatically update this PR to resolve conflicts as long as you
    don't change it yourself.
    
    If you'd like to skip this version, you can just close this PR. If you
    have any feedback, just mention me in the comments below.
    
    Configure Scala Steward for your repository with a
    [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/7ec418cd5441d449f037bca6d34326534c07a5dd/docs/repo-specific-configuration.md)
    file.
    
    _Have a fantastic day writing Scala!_
    
    <details>
    <summary>⚙ Adjust future updates</summary>
    
    Add this to your `.scala-steward.conf` file to ignore future updates of
    this dependency:
    ```
    updates.ignore = [ { groupId = "org.xerial", artifactId = "sqlite-jdbc" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "org.xerial", artifactId = "sqlite-jdbc" }
    }]
    ```
    </details>
    
    <sup>
    labels: library-update
    </sup>
    xerial-bot authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    4c24799 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. Update sbt-scalafix to 0.13.0 (#3665)

    ## About this PR
    📦 Updates
    [ch.epfl.scala:sbt-scalafix](https://github.com/scalacenter/sbt-scalafix)
    from `0.12.1` to `0.13.0`
    
    📜 [GitHub Release
    Notes](https://github.com/scalacenter/sbt-scalafix/releases/tag/v0.13.0)
    - [Version
    Diff](scalacenter/sbt-scalafix@v0.12.1...v0.13.0)
    
    ## Usage
    ✅ **Please merge!**
    
    I'll automatically update this PR to resolve conflicts as long as you
    don't change it yourself.
    
    If you'd like to skip this version, you can just close this PR. If you
    have any feedback, just mention me in the comments below.
    
    Configure Scala Steward for your repository with a
    [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/7ec418cd5441d449f037bca6d34326534c07a5dd/docs/repo-specific-configuration.md)
    file.
    
    _Have a fantastic day writing Scala!_
    
    <details>
    <summary>🔍 Files still referring to the old version number</summary>
    
    The following files still refer to the old version number (0.12.1).
    You might want to review and update them manually.
    ```
    docs/release-notes.md
    ```
    </details>
    <details>
    <summary>⚙ Adjust future updates</summary>
    
    Add this to your `.scala-steward.conf` file to ignore future updates of
    this dependency:
    ```
    updates.ignore = [ { groupId = "ch.epfl.scala", artifactId = "sbt-scalafix" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "ch.epfl.scala", artifactId = "sbt-scalafix" }
    }]
    ```
    </details>
    
    <sup>
    labels: sbt-plugin-update
    </sup>
    xerial-bot authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    3cfec48 View commit details
    Browse the repository at this point in the history
  2. Update duckdb_jdbc to 1.1.1 (#3664)

    ## About this PR
    📦 Updates org.duckdb:duckdb_jdbc from `1.1.0` to `1.1.1`
    
    ## Usage
    ✅ **Please merge!**
    
    I'll automatically update this PR to resolve conflicts as long as you
    don't change it yourself.
    
    If you'd like to skip this version, you can just close this PR. If you
    have any feedback, just mention me in the comments below.
    
    Configure Scala Steward for your repository with a
    [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/7ec418cd5441d449f037bca6d34326534c07a5dd/docs/repo-specific-configuration.md)
    file.
    
    _Have a fantastic day writing Scala!_
    
    <details>
    <summary>🔍 Files still referring to the old version number</summary>
    
    The following files still refer to the old version number (1.1.0).
    You might want to review and update them manually.
    ```
    airspec/project/plugin.sbt
    docs/release-notes.md
    project/plugin.sbt
    website/static/img/undraw_youtube_tutorial.svg
    ```
    </details>
    <details>
    <summary>⚙ Adjust future updates</summary>
    
    Add this to your `.scala-steward.conf` file to ignore future updates of
    this dependency:
    ```
    updates.ignore = [ { groupId = "org.duckdb", artifactId = "duckdb_jdbc" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "org.duckdb", artifactId = "duckdb_jdbc" }
    }]
    ```
    </details>
    
    <sup>
    labels: library-update
    </sup>
    xerial-bot authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    7fb2e7a View commit details
    Browse the repository at this point in the history
  3. Update grpc-netty-shaded, grpc-protobuf, ... to 1.52.1 (#3659)

    ## About this PR
    📦 Updates 
    * [io.grpc:grpc-netty-shaded](https://github.com/grpc/grpc-java)
    * [io.grpc:grpc-protobuf](https://github.com/grpc/grpc-java)
    * [io.grpc:grpc-stub](https://github.com/grpc/grpc-java)
    
     from `1.52.0` to `1.52.1`
    
    📜 [GitHub Release
    Notes](https://github.com/grpc/grpc-java/releases/tag/v1.52.1) -
    [Version
    Diff](grpc/grpc-java@v1.52.0...v1.52.1)
    
    ## Usage
    ✅ **Please merge!**
    
    I'll automatically update this PR to resolve conflicts as long as you
    don't change it yourself.
    
    If you'd like to skip this version, you can just close this PR. If you
    have any feedback, just mention me in the comments below.
    
    Configure Scala Steward for your repository with a
    [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/767fcfecbfd53c507152f6cf15c846176bae561d/docs/repo-specific-configuration.md)
    file.
    
    _Have a fantastic day writing Scala!_
    
    <details>
    <summary>⚙ Adjust future updates</summary>
    
    Add this to your `.scala-steward.conf` file to ignore future updates of
    this dependency:
    ```
    updates.ignore = [ { groupId = "io.grpc" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "io.grpc" }
    }]
    ```
    </details>
    
    <sup>
    labels: library-update
    </sup>
    
    Co-authored-by: scala-steward <leo+bot@xerial.org>
    scala-steward-wvlet[bot] and xerial-bot authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    71b3df6 View commit details
    Browse the repository at this point in the history
  4. Update auth to 2.28.10 (#3660)

    ## About this PR
    📦 Updates software.amazon.awssdk:auth from `2.25.70` to `2.28.10`
    
    ## Usage
    ✅ **Please merge!**
    
    I'll automatically update this PR to resolve conflicts as long as you
    don't change it yourself.
    
    If you'd like to skip this version, you can just close this PR. If you
    have any feedback, just mention me in the comments below.
    
    Configure Scala Steward for your repository with a
    [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/767fcfecbfd53c507152f6cf15c846176bae561d/docs/repo-specific-configuration.md)
    file.
    
    _Have a fantastic day writing Scala!_
    
    <details>
    <summary>⚙ Adjust future updates</summary>
    
    Add this to your `.scala-steward.conf` file to ignore future updates of
    this dependency:
    ```
    updates.ignore = [ { groupId = "software.amazon.awssdk", artifactId = "auth" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "software.amazon.awssdk", artifactId = "auth" }
    }]
    ```
    </details>
    
    <sup>
    labels: library-update
    </sup>
    
    Co-authored-by: scala-steward <leo+bot@xerial.org>
    scala-steward-wvlet[bot] and xerial-bot authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    78d9d4f View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Update sbt-scalajs, scalajs-compiler, ... to 1.17.0 (#3667)

    ## About this PR
    📦 Updates 
    * [org.scala-js:sbt-scalajs](https://github.com/scala-js/scala-js)
    * [org.scala-js:scalajs-compiler](https://github.com/scala-js/scala-js)
    * [org.scala-js:scalajs-library](https://github.com/scala-js/scala-js)
    *
    [org.scala-js:scalajs-library_2.13](https://github.com/scala-js/scala-js)
    *
    [org.scala-js:scalajs-test-bridge](https://github.com/scala-js/scala-js)
    *
    [org.scala-js:scalajs-test-bridge_2.13](https://github.com/scala-js/scala-js)
    *
    [org.scala-js:scalajs-test-interface](https://github.com/scala-js/scala-js)
    
     from `1.16.0` to `1.17.0`
    
    📜 [GitHub Release
    Notes](https://github.com/scala-js/scala-js/releases/tag/v1.17.0) -
    [Version
    Diff](scala-js/scala-js@v1.16.0...v1.17.0)
    
    ## Usage
    ✅ **Please merge!**
    
    I'll automatically update this PR to resolve conflicts as long as you
    don't change it yourself.
    
    If you'd like to skip this version, you can just close this PR. If you
    have any feedback, just mention me in the comments below.
    
    Configure Scala Steward for your repository with a
    [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/7ec418cd5441d449f037bca6d34326534c07a5dd/docs/repo-specific-configuration.md)
    file.
    
    _Have a fantastic day writing Scala!_
    
    <details>
    <summary>🔍 Files still referring to the old version number</summary>
    
    The following files still refer to the old version number (1.16.0).
    You might want to review and update them manually.
    ```
    airspec/project/plugin.sbt
    docs/release-notes.md
    examples/rx-demo/gallery/src/main/public/index.html
    project/plugin.sbt
    sbt-airframe/src/sbt-test/sbt-airframe/js-client/project/plugins.sbt
    ```
    </details>
    <details>
    <summary>⚙ Adjust future updates</summary>
    
    Add this to your `.scala-steward.conf` file to ignore future updates of
    this dependency:
    ```
    updates.ignore = [ { groupId = "org.scala-js" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "org.scala-js" }
    }]
    ```
    </details>
    
    <sup>
    labels: library-update
    </sup>
    xerial-bot authored Sep 29, 2024
    Configuration menu
    Copy the full SHA
    535ad37 View commit details
    Browse the repository at this point in the history
  2. Update grpc-netty-shaded, grpc-protobuf, ... to 1.68.0 (#3666)

    ## About this PR
    📦 Updates 
    * [io.grpc:grpc-netty-shaded](https://github.com/grpc/grpc-java)
    * [io.grpc:grpc-protobuf](https://github.com/grpc/grpc-java)
    * [io.grpc:grpc-stub](https://github.com/grpc/grpc-java)
    
     from `1.52.1` to `1.68.0`
    
    ## Usage
    ✅ **Please merge!**
    
    I'll automatically update this PR to resolve conflicts as long as you
    don't change it yourself.
    
    If you'd like to skip this version, you can just close this PR. If you
    have any feedback, just mention me in the comments below.
    
    Configure Scala Steward for your repository with a
    [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/7ec418cd5441d449f037bca6d34326534c07a5dd/docs/repo-specific-configuration.md)
    file.
    
    _Have a fantastic day writing Scala!_
    
    <details>
    <summary>⚙ Adjust future updates</summary>
    
    Add this to your `.scala-steward.conf` file to ignore future updates of
    this dependency:
    ```
    updates.ignore = [ { groupId = "io.grpc" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "io.grpc" }
    }]
    ```
    </details>
    
    <sup>
    labels: library-update
    </sup>
    xerial-bot authored Sep 29, 2024
    Configuration menu
    Copy the full SHA
    5f0e06a View commit details
    Browse the repository at this point in the history
  3. surface (fix): Fix opaque type reference for Scala 3.3.4 (#3669)

    Resolves issues when upgrading to Scala 3.3.4
    - Surface for nested opaque types
    - Simplified a path-dependent type test, as path-dependent type is not
    frequently used, it should not be a blocker to use later versions of
    Scala. #3533
    
    ---------
    
    Co-authored-by: xerial-bot <leo+bot@xerial.org>
    xerial and xerial-bot authored Sep 29, 2024
    Configuration menu
    Copy the full SHA
    525c905 View commit details
    Browse the repository at this point in the history
  4. Update scalajs-test-interface to 1.17.0 (#3668)

    ## About this PR
    📦 Updates
    [org.scala-js:scalajs-test-interface](https://github.com/scala-js/scala-js)
    from `1.16.0` to `1.17.0`
    
    📜 [GitHub Release
    Notes](https://github.com/scala-js/scala-js/releases/tag/v1.17.0) -
    [Version
    Diff](scala-js/scala-js@v1.16.0...v1.17.0)
    
    ## Usage
    ✅ **Please merge!**
    
    I'll automatically update this PR to resolve conflicts as long as you
    don't change it yourself.
    
    If you'd like to skip this version, you can just close this PR. If you
    have any feedback, just mention me in the comments below.
    
    Configure Scala Steward for your repository with a
    [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/7ec418cd5441d449f037bca6d34326534c07a5dd/docs/repo-specific-configuration.md)
    file.
    
    _Have a fantastic day writing Scala!_
    
    <details>
    <summary>🔍 Files still referring to the old version number</summary>
    
    The following files still refer to the old version number (1.16.0).
    You might want to review and update them manually.
    ```
    docs/release-notes.md
    examples/rx-demo/gallery/src/main/public/index.html
    ```
    </details>
    <details>
    <summary>⚙ Adjust future updates</summary>
    
    Add this to your `.scala-steward.conf` file to ignore future updates of
    this dependency:
    ```
    updates.ignore = [ { groupId = "org.scala-js", artifactId = "scalajs-test-interface" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "org.scala-js", artifactId = "scalajs-test-interface" }
    }]
    ```
    </details>
    
    <sup>
    labels: library-update
    </sup>
    xerial-bot authored Sep 29, 2024
    Configuration menu
    Copy the full SHA
    3bd1c74 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f646df4 View commit details
    Browse the repository at this point in the history
  6. Update jackson-datatype-jdk8 to 2.18.0 (#3661)

    ## About this PR
    📦 Updates
    [com.fasterxml.jackson.datatype:jackson-datatype-jdk8](https://github.com/FasterXML/jackson-modules-java8)
    from `2.16.2` to `2.18.0`
    
    ## Usage
    ✅ **Please merge!**
    
    I'll automatically update this PR to resolve conflicts as long as you
    don't change it yourself.
    
    If you'd like to skip this version, you can just close this PR. If you
    have any feedback, just mention me in the comments below.
    
    Configure Scala Steward for your repository with a
    [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/7ec418cd5441d449f037bca6d34326534c07a5dd/docs/repo-specific-configuration.md)
    file.
    
    _Have a fantastic day writing Scala!_
    
    <details>
    <summary>🔍 Files still referring to the old version number</summary>
    
    The following files still refer to the old version number (2.16.2).
    You might want to review and update them manually.
    ```
    build.sbt
    ```
    </details>
    <details>
    <summary>⚙ Adjust future updates</summary>
    
    Add this to your `.scala-steward.conf` file to ignore future updates of
    this dependency:
    ```
    updates.ignore = [ { groupId = "com.fasterxml.jackson.datatype", artifactId = "jackson-datatype-jdk8" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "com.fasterxml.jackson.datatype", artifactId = "jackson-datatype-jdk8" }
    }]
    ```
    </details>
    
    <sup>
    labels: library-update
    </sup>
    xerial-bot authored Sep 29, 2024
    Configuration menu
    Copy the full SHA
    7a04ee9 View commit details
    Browse the repository at this point in the history
  7. Update jackson-datatype-json-org to 2.18.0 (#3662)

    ## About this PR
    📦 Updates
    [com.fasterxml.jackson.datatype:jackson-datatype-json-org](https://github.com/FasterXML/jackson-datatypes-misc)
    from `2.16.2` to `2.18.0`
    
    ## Usage
    ✅ **Please merge!**
    
    I'll automatically update this PR to resolve conflicts as long as you
    don't change it yourself.
    
    If you'd like to skip this version, you can just close this PR. If you
    have any feedback, just mention me in the comments below.
    
    Configure Scala Steward for your repository with a
    [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/7ec418cd5441d449f037bca6d34326534c07a5dd/docs/repo-specific-configuration.md)
    file.
    
    _Have a fantastic day writing Scala!_
    
    <details>
    <summary>🔍 Files still referring to the old version number</summary>
    
    The following files still refer to the old version number (2.16.2).
    You might want to review and update them manually.
    ```
    build.sbt
    ```
    </details>
    <details>
    <summary>⚙ Adjust future updates</summary>
    
    Add this to your `.scala-steward.conf` file to ignore future updates of
    this dependency:
    ```
    updates.ignore = [ { groupId = "com.fasterxml.jackson.datatype", artifactId = "jackson-datatype-json-org" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "com.fasterxml.jackson.datatype", artifactId = "jackson-datatype-json-org" }
    }]
    ```
    </details>
    
    <sup>
    labels: library-update
    </sup>
    
    Co-authored-by: Taro L. Saito <leo@xerial.org>
    xerial-bot and xerial authored Sep 29, 2024
    Configuration menu
    Copy the full SHA
    234728c View commit details
    Browse the repository at this point in the history
Loading