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: jooby-project/jooby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.6.0
Choose a base ref
...
head repository: jooby-project/jooby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.6.1
Choose a head ref
  • 13 commits
  • 67 files changed
  • 3 contributors

Commits on Jan 7, 2025

  1. Configuration menu
    Copy the full SHA
    5cb89e8 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2025

  1. Configuration menu
    Copy the full SHA
    fb0392e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3611 from SentryMan/patch-1

    [Avaje Inject Module] Fix property plugin
    jknack authored Jan 9, 2025
    Configuration menu
    Copy the full SHA
    89a868e View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2025

  1. [Validator] Fix Wiring with Avaje Inject

    It seems that it was clashing with the built in avaje inject plugin
    SentryMan committed Jan 10, 2025
    Configuration menu
    Copy the full SHA
    dcb5ad0 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2025

  1. Fix the root of the problem

    SentryMan committed Jan 11, 2025
    Configuration menu
    Copy the full SHA
    5f17a97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6feaa32 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2025

  1. Merge pull request #3613 from SentryMan/fix-validation-wring

    [Avaje-Validator] Fix Wiring with Avaje Inject
    jknack authored Jan 13, 2025
    Configuration menu
    Copy the full SHA
    728f60f View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2025

  1. build(deps): bump the dependencies group across 1 directory with 43 u…

    …pdates
    
    Bumps the dependencies group with 43 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [io.netty:netty-bom](https://github.com/netty/netty) | `4.1.116.Final` | `4.1.117.Final` |
    | [io.netty:netty-common](https://github.com/netty/netty) | `4.1.116.Final` | `4.1.117.Final` |
    | [io.netty:netty-buffer](https://github.com/netty/netty) | `4.1.116.Final` | `4.1.117.Final` |
    | [io.netty:netty-handler](https://github.com/netty/netty) | `4.1.116.Final` | `4.1.117.Final` |
    | [io.netty:netty-transport](https://github.com/netty/netty) | `4.1.116.Final` | `4.1.117.Final` |
    | [io.netty:netty-transport-native-epoll](https://github.com/netty/netty) | `4.1.116.Final` | `4.1.117.Final` |
    | [io.netty:netty-codec-http](https://github.com/netty/netty) | `4.1.116.Final` | `4.1.117.Final` |
    | [io.netty:netty-codec-http2](https://github.com/netty/netty) | `4.1.116.Final` | `4.1.117.Final` |
    | [io.netty:netty-transport-native-kqueue](https://github.com/netty/netty) | `4.1.116.Final` | `4.1.117.Final` |
    | [com.github.ben-manes.caffeine:caffeine](https://github.com/ben-manes/caffeine) | `3.1.8` | `3.2.0` |
    | [com.google.code.gson:gson](https://github.com/google/gson) | `2.11.0` | `2.12.1` |
    | [io.avaje:avaje-inject](https://github.com/avaje/avaje-inject) | `11.0` | `11.2` |
    | io.avaje:avaje-inject-generator | `11.0` | `11.2` |
    | [io.avaje:avaje-validator](https://github.com/avaje/avaje-validator) | `2.4` | `2.6` |
    | io.avaje:avaje-validator-generator | `2.4` | `2.6` |
    | io.swagger.core.v3:swagger-annotations | `2.2.27` | `2.2.28` |
    | io.swagger.core.v3:swagger-models | `2.2.27` | `2.2.28` |
    | [io.swagger.parser.v3:swagger-parser](https://github.com/swagger-api/swagger-parser) | `2.1.24` | `2.1.25` |
    | [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) | `6.6.4.Final` | `6.6.6.Final` |
    | [jakarta.validation:jakarta.validation-api](https://github.com/jakartaee/validation) | `3.1.0` | `3.1.1` |
    | [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) | `4.8.6` | `4.9.0` |
    | [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) | `2.1.0` | `2.1.10` |
    | [org.jetbrains.kotlin:kotlin-reflect](https://github.com/JetBrains/kotlin) | `2.1.0` | `2.1.10` |
    | org.jetbrains.kotlin:kotlin-maven-plugin | `2.1.0` | `2.1.10` |
    | [com.fizzed:rocker-runtime](https://github.com/fizzed/rocker) | `2.1.0` | `2.2.1` |
    | [com.fizzed:rocker-compiler](https://github.com/fizzed/rocker) | `2.1.0` | `2.2.1` |
    | [io.dropwizard.metrics:metrics-core](https://github.com/dropwizard/metrics) | `4.2.29` | `4.2.30` |
    | [io.dropwizard.metrics:metrics-healthchecks](https://github.com/dropwizard/metrics) | `4.2.29` | `4.2.30` |
    | [io.dropwizard.metrics:metrics-jvm](https://github.com/dropwizard/metrics) | `4.2.29` | `4.2.30` |
    | [org.assertj:assertj-core](https://github.com/assertj/assertj) | `3.27.2` | `3.27.3` |
    | [io.lettuce:lettuce-core](https://github.com/lettuce-io/lettuce-core) | `6.5.2.RELEASE` | `6.5.3.RELEASE` |
    | org.apache.commons:commons-pool2 | `2.12.0` | `2.12.1` |
    | [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) | `2.44.0` | `2.44.2` |
    | [commons-codec:commons-codec](https://github.com/apache/commons-codec) | `1.17.2` | `1.18.0` |
    | [gg.jte:jte](https://github.com/casid/jte) | `3.1.15` | `3.1.16` |
    | [gg.jte:jte-models](https://github.com/casid/jte) | `3.1.15` | `3.1.16` |
    | [com.github.kagkarlsson:db-scheduler](https://github.com/kagkarlsson/db-scheduler) | `15.1.1` | `15.2.0` |
    | software.amazon.awssdk:bom | `2.29.46` | `2.30.11` |
    | [org.jline:jline](https://github.com/jline/jline3) | `3.28.0` | `3.29.0` |
    | [org.jline:jline-terminal-jna](https://github.com/jline/jline3) | `3.28.0` | `3.29.0` |
    | [com.fizzed:stork-maven-plugin](https://github.com/fizzed/stork) | `3.1.3` | `3.2.0` |
    | [io.projectreactor:reactor-core](https://github.com/reactor/reactor-core) | `3.7.1` | `3.7.2` |
    | [io.smallrye.reactive:mutiny](https://github.com/smallrye/smallrye-mutiny) | `2.7.0` | `2.8.0` |
    
    
    
    Updates `io.netty:netty-bom` from 4.1.116.Final to 4.1.117.Final
    - [Commits](netty/netty@netty-4.1.116.Final...netty-4.1.117.Final)
    
    Updates `io.netty:netty-common` from 4.1.116.Final to 4.1.117.Final
    - [Commits](netty/netty@netty-4.1.116.Final...netty-4.1.117.Final)
    
    Updates `io.netty:netty-buffer` from 4.1.116.Final to 4.1.117.Final
    - [Commits](netty/netty@netty-4.1.116.Final...netty-4.1.117.Final)
    
    Updates `io.netty:netty-handler` from 4.1.116.Final to 4.1.117.Final
    - [Commits](netty/netty@netty-4.1.116.Final...netty-4.1.117.Final)
    
    Updates `io.netty:netty-transport` from 4.1.116.Final to 4.1.117.Final
    - [Commits](netty/netty@netty-4.1.116.Final...netty-4.1.117.Final)
    
    Updates `io.netty:netty-transport-native-epoll` from 4.1.116.Final to 4.1.117.Final
    - [Commits](netty/netty@netty-4.1.116.Final...netty-4.1.117.Final)
    
    Updates `io.netty:netty-codec-http` from 4.1.116.Final to 4.1.117.Final
    - [Commits](netty/netty@netty-4.1.116.Final...netty-4.1.117.Final)
    
    Updates `io.netty:netty-codec-http2` from 4.1.116.Final to 4.1.117.Final
    - [Commits](netty/netty@netty-4.1.116.Final...netty-4.1.117.Final)
    
    Updates `io.netty:netty-transport-native-kqueue` from 4.1.116.Final to 4.1.117.Final
    - [Commits](netty/netty@netty-4.1.116.Final...netty-4.1.117.Final)
    
    Updates `com.github.ben-manes.caffeine:caffeine` from 3.1.8 to 3.2.0
    - [Release notes](https://github.com/ben-manes/caffeine/releases)
    - [Commits](ben-manes/caffeine@v3.1.8...v3.2.0)
    
    Updates `com.google.code.gson:gson` from 2.11.0 to 2.12.1
    - [Release notes](https://github.com/google/gson/releases)
    - [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md)
    - [Commits](google/gson@gson-parent-2.11.0...gson-parent-2.12.1)
    
    Updates `io.avaje:avaje-inject` from 11.0 to 11.2
    - [Release notes](https://github.com/avaje/avaje-inject/releases)
    - [Commits](avaje/avaje-inject@11.0...11.2)
    
    Updates `io.avaje:avaje-inject-generator` from 11.0 to 11.2
    
    Updates `io.avaje:avaje-inject-generator` from 11.0 to 11.2
    
    Updates `io.avaje:avaje-validator` from 2.4 to 2.6
    - [Release notes](https://github.com/avaje/avaje-validator/releases)
    - [Commits](avaje/avaje-validator@2.4...2.6)
    
    Updates `io.avaje:avaje-validator-generator` from 2.4 to 2.6
    
    Updates `io.avaje:avaje-validator-generator` from 2.4 to 2.6
    
    Updates `io.swagger.core.v3:swagger-annotations` from 2.2.27 to 2.2.28
    
    Updates `io.swagger.core.v3:swagger-models` from 2.2.27 to 2.2.28
    
    Updates `io.swagger.core.v3:swagger-models` from 2.2.27 to 2.2.28
    
    Updates `io.swagger.parser.v3:swagger-parser` from 2.1.24 to 2.1.25
    - [Release notes](https://github.com/swagger-api/swagger-parser/releases)
    - [Commits](swagger-api/swagger-parser@v2.1.24...v2.1.25)
    
    Updates `org.hibernate.orm:hibernate-core` from 6.6.4.Final to 6.6.6.Final
    - [Release notes](https://github.com/hibernate/hibernate-orm/releases)
    - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.6/changelog.txt)
    - [Commits](hibernate/hibernate-orm@6.6.4...6.6.6)
    
    Updates `jakarta.validation:jakarta.validation-api` from 3.1.0 to 3.1.1
    - [Release notes](https://github.com/jakartaee/validation/releases)
    - [Commits](jakartaee/validation@3.1.0...3.1.1)
    
    Updates `com.github.spotbugs:spotbugs-annotations` from 4.8.6 to 4.9.0
    - [Release notes](https://github.com/spotbugs/spotbugs/releases)
    - [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md)
    - [Commits](spotbugs/spotbugs@4.8.6...4.9.0)
    
    Updates `io.netty:netty-common` from 4.1.116.Final to 4.1.117.Final
    - [Commits](netty/netty@netty-4.1.116.Final...netty-4.1.117.Final)
    
    Updates `io.netty:netty-buffer` from 4.1.116.Final to 4.1.117.Final
    - [Commits](netty/netty@netty-4.1.116.Final...netty-4.1.117.Final)
    
    Updates `io.netty:netty-handler` from 4.1.116.Final to 4.1.117.Final
    - [Commits](netty/netty@netty-4.1.116.Final...netty-4.1.117.Final)
    
    Updates `io.netty:netty-transport` from 4.1.116.Final to 4.1.117.Final
    - [Commits](netty/netty@netty-4.1.116.Final...netty-4.1.117.Final)
    
    Updates `io.netty:netty-transport-native-epoll` from 4.1.116.Final to 4.1.117.Final
    - [Commits](netty/netty@netty-4.1.116.Final...netty-4.1.117.Final)
    
    Updates `io.netty:netty-codec-http` from 4.1.116.Final to 4.1.117.Final
    - [Commits](netty/netty@netty-4.1.116.Final...netty-4.1.117.Final)
    
    Updates `org.jetbrains.kotlin:kotlin-stdlib` from 2.1.0 to 2.1.10
    - [Release notes](https://github.com/JetBrains/kotlin/releases)
    - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
    - [Commits](JetBrains/kotlin@v2.1.0...v2.1.10)
    
    Updates `org.jetbrains.kotlin:kotlin-reflect` from 2.1.0 to 2.1.10
    - [Release notes](https://github.com/JetBrains/kotlin/releases)
    - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
    - [Commits](JetBrains/kotlin@v2.1.0...v2.1.10)
    
    Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 2.1.0 to 2.1.10
    
    Updates `org.jetbrains.kotlin:kotlin-reflect` from 2.1.0 to 2.1.10
    - [Release notes](https://github.com/JetBrains/kotlin/releases)
    - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
    - [Commits](JetBrains/kotlin@v2.1.0...v2.1.10)
    
    Updates `com.fizzed:rocker-runtime` from 2.1.0 to 2.2.1
    - [Changelog](https://github.com/fizzed/rocker/blob/master/CHANGELOG.md)
    - [Commits](fizzed/rocker@v2.1.0...v2.2.1)
    
    Updates `com.fizzed:rocker-compiler` from 2.1.0 to 2.2.1
    - [Changelog](https://github.com/fizzed/rocker/blob/master/CHANGELOG.md)
    - [Commits](fizzed/rocker@v2.1.0...v2.2.1)
    
    Updates `com.fizzed:rocker-compiler` from 2.1.0 to 2.2.1
    - [Changelog](https://github.com/fizzed/rocker/blob/master/CHANGELOG.md)
    - [Commits](fizzed/rocker@v2.1.0...v2.2.1)
    
    Updates `io.dropwizard.metrics:metrics-core` from 4.2.29 to 4.2.30
    - [Release notes](https://github.com/dropwizard/metrics/releases)
    - [Commits](dropwizard/metrics@v4.2.29...v4.2.30)
    
    Updates `io.dropwizard.metrics:metrics-healthchecks` from 4.2.29 to 4.2.30
    - [Release notes](https://github.com/dropwizard/metrics/releases)
    - [Commits](dropwizard/metrics@v4.2.29...v4.2.30)
    
    Updates `io.dropwizard.metrics:metrics-jvm` from 4.2.29 to 4.2.30
    - [Release notes](https://github.com/dropwizard/metrics/releases)
    - [Commits](dropwizard/metrics@v4.2.29...v4.2.30)
    
    Updates `io.dropwizard.metrics:metrics-healthchecks` from 4.2.29 to 4.2.30
    - [Release notes](https://github.com/dropwizard/metrics/releases)
    - [Commits](dropwizard/metrics@v4.2.29...v4.2.30)
    
    Updates `io.dropwizard.metrics:metrics-jvm` from 4.2.29 to 4.2.30
    - [Release notes](https://github.com/dropwizard/metrics/releases)
    - [Commits](dropwizard/metrics@v4.2.29...v4.2.30)
    
    Updates `org.assertj:assertj-core` from 3.27.2 to 3.27.3
    - [Release notes](https://github.com/assertj/assertj/releases)
    - [Commits](assertj/assertj@assertj-build-3.27.2...assertj-build-3.27.3)
    
    Updates `io.lettuce:lettuce-core` from 6.5.2.RELEASE to 6.5.3.RELEASE
    - [Release notes](https://github.com/lettuce-io/lettuce-core/releases)
    - [Changelog](https://github.com/redis/lettuce/blob/6.5.3.RELEASE/RELEASE-NOTES.md)
    - [Commits](redis/lettuce@6.5.2.RELEASE...6.5.3.RELEASE)
    
    Updates `org.apache.commons:commons-pool2` from 2.12.0 to 2.12.1
    
    Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 2.1.0 to 2.1.10
    
    Updates `com.diffplug.spotless:spotless-maven-plugin` from 2.44.0 to 2.44.2
    - [Release notes](https://github.com/diffplug/spotless/releases)
    - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md)
    - [Commits](diffplug/spotless@lib/2.44.0...maven/2.44.2)
    
    Updates `io.netty:netty-codec-http2` from 4.1.116.Final to 4.1.117.Final
    - [Commits](netty/netty@netty-4.1.116.Final...netty-4.1.117.Final)
    
    Updates `io.netty:netty-transport-native-kqueue` from 4.1.116.Final to 4.1.117.Final
    - [Commits](netty/netty@netty-4.1.116.Final...netty-4.1.117.Final)
    
    Updates `commons-codec:commons-codec` from 1.17.2 to 1.18.0
    - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt)
    - [Commits](apache/commons-codec@rel/commons-codec-1.17.2...rel/commons-codec-1.18.0)
    
    Updates `gg.jte:jte` from 3.1.15 to 3.1.16
    - [Release notes](https://github.com/casid/jte/releases)
    - [Commits](casid/jte@3.1.15...3.1.16)
    
    Updates `gg.jte:jte-models` from 3.1.15 to 3.1.16
    - [Release notes](https://github.com/casid/jte/releases)
    - [Commits](casid/jte@3.1.15...3.1.16)
    
    Updates `gg.jte:jte-models` from 3.1.15 to 3.1.16
    - [Release notes](https://github.com/casid/jte/releases)
    - [Commits](casid/jte@3.1.15...3.1.16)
    
    Updates `com.github.kagkarlsson:db-scheduler` from 15.1.1 to 15.2.0
    - [Release notes](https://github.com/kagkarlsson/db-scheduler/releases)
    - [Changelog](https://github.com/kagkarlsson/db-scheduler/blob/master/jreleaser.yml)
    - [Commits](kagkarlsson/db-scheduler@v15.1.1...v15.2.0)
    
    Updates `software.amazon.awssdk:bom` from 2.29.46 to 2.30.11
    
    Updates `org.jline:jline` from 3.28.0 to 3.29.0
    - [Release notes](https://github.com/jline/jline3/releases)
    - [Changelog](https://github.com/jline/jline3/blob/master/changelog.md)
    - [Commits](jline/jline3@jline-3.28.0...jline-3.29.0)
    
    Updates `org.jline:jline-terminal-jna` from 3.28.0 to 3.29.0
    - [Release notes](https://github.com/jline/jline3/releases)
    - [Changelog](https://github.com/jline/jline3/blob/master/changelog.md)
    - [Commits](jline/jline3@jline-3.28.0...jline-3.29.0)
    
    Updates `org.jline:jline-terminal-jna` from 3.28.0 to 3.29.0
    - [Release notes](https://github.com/jline/jline3/releases)
    - [Changelog](https://github.com/jline/jline3/blob/master/changelog.md)
    - [Commits](jline/jline3@jline-3.28.0...jline-3.29.0)
    
    Updates `com.fizzed:stork-maven-plugin` from 3.1.3 to 3.2.0
    - [Changelog](https://github.com/fizzed/stork/blob/master/CHANGELOG.md)
    - [Commits](fizzed/stork@v3.1.3...v3.2.0)
    
    Updates `io.projectreactor:reactor-core` from 3.7.1 to 3.7.2
    - [Release notes](https://github.com/reactor/reactor-core/releases)
    - [Commits](reactor/reactor-core@v3.7.1...v3.7.2)
    
    Updates `io.smallrye.reactive:mutiny` from 2.7.0 to 2.8.0
    - [Release notes](https://github.com/smallrye/smallrye-mutiny/releases)
    - [Commits](smallrye/smallrye-mutiny@2.7.0...2.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: io.netty:netty-bom
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: io.netty:netty-common
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: io.netty:netty-buffer
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: io.netty:netty-handler
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: io.netty:netty-transport
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: io.netty:netty-transport-native-epoll
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: io.netty:netty-codec-http
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: io.netty:netty-codec-http2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: io.netty:netty-transport-native-kqueue
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: com.github.ben-manes.caffeine:caffeine
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: com.google.code.gson:gson
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: io.avaje:avaje-inject
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: io.avaje:avaje-inject-generator
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: io.avaje:avaje-inject-generator
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: io.avaje:avaje-validator
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: io.avaje:avaje-validator-generator
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: io.avaje:avaje-validator-generator
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: io.swagger.core.v3:swagger-annotations
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: io.swagger.core.v3:swagger-models
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: io.swagger.core.v3:swagger-models
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: io.swagger.parser.v3:swagger-parser
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: org.hibernate.orm:hibernate-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: jakarta.validation:jakarta.validation-api
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: com.github.spotbugs:spotbugs-annotations
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: io.netty:netty-common
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: io.netty:netty-buffer
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: io.netty:netty-handler
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: io.netty:netty-transport
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: io.netty:netty-transport-native-epoll
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: io.netty:netty-codec-http
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: org.jetbrains.kotlin:kotlin-stdlib
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: org.jetbrains.kotlin:kotlin-reflect
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: org.jetbrains.kotlin:kotlin-reflect
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: com.fizzed:rocker-runtime
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: com.fizzed:rocker-compiler
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: com.fizzed:rocker-compiler
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: io.dropwizard.metrics:metrics-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: io.dropwizard.metrics:metrics-healthchecks
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: io.dropwizard.metrics:metrics-jvm
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: io.dropwizard.metrics:metrics-healthchecks
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: io.dropwizard.metrics:metrics-jvm
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: org.assertj:assertj-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: io.lettuce:lettuce-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: org.apache.commons:commons-pool2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: com.diffplug.spotless:spotless-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: io.netty:netty-codec-http2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: io.netty:netty-transport-native-kqueue
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: commons-codec:commons-codec
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: gg.jte:jte
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: gg.jte:jte-models
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: gg.jte:jte-models
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: com.github.kagkarlsson:db-scheduler
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: software.amazon.awssdk:bom
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: org.jline:jline
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: org.jline:jline-terminal-jna
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: org.jline:jline-terminal-jna
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: com.fizzed:stork-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: io.projectreactor:reactor-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: io.smallrye.reactive:mutiny
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    7af384b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3618 from jooby-project/dependabot/maven/dependen…

    …cies-01db77968e
    
    build(deps): bump the dependencies group across 1 directory with 43 updates
    jknack authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    86cc207 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2025

  1. build(deps): bump the dependencies group across 1 directory with 24 u…

    …pdates
    
    Bumps the dependencies group with 24 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [io.netty:netty-bom](https://github.com/netty/netty) | `4.1.117.Final` | `4.1.118.Final` |
    | [io.netty:netty-common](https://github.com/netty/netty) | `4.1.117.Final` | `4.1.118.Final` |
    | [io.netty:netty-buffer](https://github.com/netty/netty) | `4.1.117.Final` | `4.1.118.Final` |
    | [io.netty:netty-handler](https://github.com/netty/netty) | `4.1.117.Final` | `4.1.118.Final` |
    | [io.netty:netty-transport](https://github.com/netty/netty) | `4.1.117.Final` | `4.1.118.Final` |
    | [io.netty:netty-transport-native-epoll](https://github.com/netty/netty) | `4.1.117.Final` | `4.1.118.Final` |
    | [io.netty:netty-codec-http](https://github.com/netty/netty) | `4.1.117.Final` | `4.1.118.Final` |
    | [io.netty:netty-codec-http2](https://github.com/netty/netty) | `4.1.117.Final` | `4.1.118.Final` |
    | [io.netty:netty-transport-native-kqueue](https://github.com/netty/netty) | `4.1.117.Final` | `4.1.118.Final` |
    | [com.amazonaws:aws-java-sdk-bom](https://github.com/aws/aws-sdk-java) | `1.12.780` | `1.12.781` |
    | [io.avaje:avaje-jsonb](https://github.com/avaje/avaje-jsonb) | `2.4` | `3.0` |
    | io.avaje:avaje-jsonb-generator | `2.4` | `3.0` |
    | [io.avaje:avaje-validator](https://github.com/avaje/avaje-validator) | `2.6` | `2.7` |
    | io.avaje:avaje-validator-generator | `2.6` | `2.7` |
    | [io.pebbletemplates:pebble](https://github.com/PebbleTemplates/pebble) | `3.2.2` | `3.2.3` |
    | [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) | `6.6.6.Final` | `6.6.7.Final` |
    | [io.ebean:ebean](https://github.com/ebean-orm/ebean) | `15.8.1` | `15.9.0` |
    | io.ebean:ebean-querybean | `15.8.1` | `15.9.0` |
    | io.ebean:querybean-generator | `15.8.1` | `15.9.0` |
    | io.ebean:ebean-test | `15.8.1` | `15.9.0` |
    | [org.jdbi:jdbi3-core](https://github.com/jdbi/jdbi) | `3.47.0` | `3.48.0` |
    | [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) | `4.9.0` | `4.9.1` |
    | software.amazon.awssdk:bom | `2.30.11` | `2.30.19` |
    | [io.projectreactor:reactor-core](https://github.com/reactor/reactor-core) | `3.7.2` | `3.7.3` |
    
    
    
    Updates `io.netty:netty-bom` from 4.1.117.Final to 4.1.118.Final
    - [Commits](netty/netty@netty-4.1.117.Final...netty-4.1.118.Final)
    
    Updates `io.netty:netty-common` from 4.1.117.Final to 4.1.118.Final
    - [Commits](netty/netty@netty-4.1.117.Final...netty-4.1.118.Final)
    
    Updates `io.netty:netty-buffer` from 4.1.117.Final to 4.1.118.Final
    - [Commits](netty/netty@netty-4.1.117.Final...netty-4.1.118.Final)
    
    Updates `io.netty:netty-handler` from 4.1.117.Final to 4.1.118.Final
    - [Commits](netty/netty@netty-4.1.117.Final...netty-4.1.118.Final)
    
    Updates `io.netty:netty-transport` from 4.1.117.Final to 4.1.118.Final
    - [Commits](netty/netty@netty-4.1.117.Final...netty-4.1.118.Final)
    
    Updates `io.netty:netty-transport-native-epoll` from 4.1.117.Final to 4.1.118.Final
    - [Commits](netty/netty@netty-4.1.117.Final...netty-4.1.118.Final)
    
    Updates `io.netty:netty-codec-http` from 4.1.117.Final to 4.1.118.Final
    - [Commits](netty/netty@netty-4.1.117.Final...netty-4.1.118.Final)
    
    Updates `io.netty:netty-codec-http2` from 4.1.117.Final to 4.1.118.Final
    - [Commits](netty/netty@netty-4.1.117.Final...netty-4.1.118.Final)
    
    Updates `io.netty:netty-transport-native-kqueue` from 4.1.117.Final to 4.1.118.Final
    - [Commits](netty/netty@netty-4.1.117.Final...netty-4.1.118.Final)
    
    Updates `com.amazonaws:aws-java-sdk-bom` from 1.12.780 to 1.12.781
    - [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
    - [Commits](aws/aws-sdk-java@1.12.780...1.12.781)
    
    Updates `io.avaje:avaje-jsonb` from 2.4 to 3.0
    - [Release notes](https://github.com/avaje/avaje-jsonb/releases)
    - [Commits](avaje/avaje-jsonb@2.4...3.0)
    
    Updates `io.avaje:avaje-jsonb-generator` from 2.4 to 3.0
    
    Updates `io.avaje:avaje-jsonb-generator` from 2.4 to 3.0
    
    Updates `io.avaje:avaje-validator` from 2.6 to 2.7
    - [Release notes](https://github.com/avaje/avaje-validator/releases)
    - [Commits](avaje/avaje-validator@2.6...2.7)
    
    Updates `io.avaje:avaje-validator-generator` from 2.6 to 2.7
    
    Updates `io.avaje:avaje-validator-generator` from 2.6 to 2.7
    
    Updates `io.pebbletemplates:pebble` from 3.2.2 to 3.2.3
    - [Release notes](https://github.com/PebbleTemplates/pebble/releases)
    - [Commits](PebbleTemplates/pebble@3.2.2...3.2.3)
    
    Updates `org.hibernate.orm:hibernate-core` from 6.6.6.Final to 6.6.7.Final
    - [Release notes](https://github.com/hibernate/hibernate-orm/releases)
    - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.7/changelog.txt)
    - [Commits](hibernate/hibernate-orm@6.6.6...6.6.7)
    
    Updates `io.ebean:ebean` from 15.8.1 to 15.9.0
    - [Release notes](https://github.com/ebean-orm/ebean/releases)
    - [Commits](https://github.com/ebean-orm/ebean/commits)
    
    Updates `io.ebean:ebean-querybean` from 15.8.1 to 15.9.0
    
    Updates `io.ebean:querybean-generator` from 15.8.1 to 15.9.0
    
    Updates `io.ebean:ebean-test` from 15.8.1 to 15.9.0
    
    Updates `io.ebean:ebean-querybean` from 15.8.1 to 15.9.0
    
    Updates `io.ebean:querybean-generator` from 15.8.1 to 15.9.0
    
    Updates `io.ebean:ebean-test` from 15.8.1 to 15.9.0
    
    Updates `org.jdbi:jdbi3-core` from 3.47.0 to 3.48.0
    - [Release notes](https://github.com/jdbi/jdbi/releases)
    - [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
    - [Commits](jdbi/jdbi@v3.47.0...v3.48.0)
    
    Updates `com.github.spotbugs:spotbugs-annotations` from 4.9.0 to 4.9.1
    - [Release notes](https://github.com/spotbugs/spotbugs/releases)
    - [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md)
    - [Commits](spotbugs/spotbugs@4.9.0...4.9.1)
    
    Updates `io.netty:netty-common` from 4.1.117.Final to 4.1.118.Final
    - [Commits](netty/netty@netty-4.1.117.Final...netty-4.1.118.Final)
    
    Updates `io.netty:netty-buffer` from 4.1.117.Final to 4.1.118.Final
    - [Commits](netty/netty@netty-4.1.117.Final...netty-4.1.118.Final)
    
    Updates `io.netty:netty-handler` from 4.1.117.Final to 4.1.118.Final
    - [Commits](netty/netty@netty-4.1.117.Final...netty-4.1.118.Final)
    
    Updates `io.netty:netty-transport` from 4.1.117.Final to 4.1.118.Final
    - [Commits](netty/netty@netty-4.1.117.Final...netty-4.1.118.Final)
    
    Updates `io.netty:netty-transport-native-epoll` from 4.1.117.Final to 4.1.118.Final
    - [Commits](netty/netty@netty-4.1.117.Final...netty-4.1.118.Final)
    
    Updates `io.netty:netty-codec-http` from 4.1.117.Final to 4.1.118.Final
    - [Commits](netty/netty@netty-4.1.117.Final...netty-4.1.118.Final)
    
    Updates `io.netty:netty-codec-http2` from 4.1.117.Final to 4.1.118.Final
    - [Commits](netty/netty@netty-4.1.117.Final...netty-4.1.118.Final)
    
    Updates `io.netty:netty-transport-native-kqueue` from 4.1.117.Final to 4.1.118.Final
    - [Commits](netty/netty@netty-4.1.117.Final...netty-4.1.118.Final)
    
    Updates `software.amazon.awssdk:bom` from 2.30.11 to 2.30.19
    
    Updates `io.projectreactor:reactor-core` from 3.7.2 to 3.7.3
    - [Release notes](https://github.com/reactor/reactor-core/releases)
    - [Commits](reactor/reactor-core@v3.7.2...v3.7.3)
    
    ---
    updated-dependencies:
    - dependency-name: io.netty:netty-bom
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: io.netty:netty-common
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: io.netty:netty-buffer
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: io.netty:netty-handler
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: io.netty:netty-transport
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: io.netty:netty-transport-native-epoll
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: io.netty:netty-codec-http
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: io.netty:netty-codec-http2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: io.netty:netty-transport-native-kqueue
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: com.amazonaws:aws-java-sdk-bom
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: io.avaje:avaje-jsonb
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: dependencies
    - dependency-name: io.avaje:avaje-jsonb-generator
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: dependencies
    - dependency-name: io.avaje:avaje-jsonb-generator
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: dependencies
    - dependency-name: io.avaje:avaje-validator
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: io.avaje:avaje-validator-generator
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: io.avaje:avaje-validator-generator
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: io.pebbletemplates:pebble
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: org.hibernate.orm:hibernate-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: io.ebean:ebean
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: io.ebean:ebean-querybean
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: io.ebean:querybean-generator
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: io.ebean:ebean-test
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: io.ebean:ebean-querybean
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: io.ebean:querybean-generator
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: io.ebean:ebean-test
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: org.jdbi:jdbi3-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: com.github.spotbugs:spotbugs-annotations
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: io.netty:netty-common
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: io.netty:netty-buffer
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: io.netty:netty-handler
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: io.netty:netty-transport
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: io.netty:netty-transport-native-epoll
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: io.netty:netty-codec-http
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: io.netty:netty-codec-http2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: io.netty:netty-transport-native-kqueue
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: software.amazon.awssdk:bom
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: io.projectreactor:reactor-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 13, 2025
    Configuration menu
    Copy the full SHA
    7939405 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3620 from jooby-project/dependabot/maven/dependen…

    …cies-cbc6f3d58f
    
    build(deps): bump the dependencies group across 1 directory with 24 updates
    jknack authored Feb 13, 2025
    Configuration menu
    Copy the full SHA
    dd8c9e5 View commit details
    Browse the repository at this point in the history
  3. build: fix jsonb upgrade

    - Fix package import
    jknack committed Feb 13, 2025
    Configuration menu
    Copy the full SHA
    bda9895 View commit details
    Browse the repository at this point in the history
  4. v3.6.1

    jknack committed Feb 13, 2025
    Configuration menu
    Copy the full SHA
    b4e1a33 View commit details
    Browse the repository at this point in the history
Loading