NCI-Agency / anet

Advisor Network
MIT License
25 stars 11 forks source link

Update most non-major Gradle dependencies #4909

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
checkstyle (source) 10.17.0 -> 10.18.1 age adoption passing confidence
org.liquibase:liquibase-core (source) 4.29.1 -> 4.29.2 age adoption passing confidence
org.postgresql:postgresql (source) 42.7.3 -> 42.7.4 age adoption passing confidence
org.springframework.boot:spring-boot-starter-webflux (source) 3.3.2 -> 3.3.3 age adoption passing confidence
org.springframework.boot:spring-boot-starter-security (source) 3.3.2 -> 3.3.3 age adoption passing confidence
org.springframework.boot:spring-boot-starter-test (source) 3.3.2 -> 3.3.3 age adoption passing confidence
org.apache.logging.log4j:log4j-to-slf4j (source) 2.23.1 -> 2.24.0 age adoption passing confidence
org.apache.logging.log4j:log4j-api (source) 2.23.1 -> 2.24.0 age adoption passing confidence
io.dropwizard:dropwizard-client 4.0.7 -> 4.0.8 age adoption passing confidence
io.dropwizard:dropwizard-testing 4.0.7 -> 4.0.8 age adoption passing confidence
io.dropwizard:dropwizard-forms 4.0.7 -> 4.0.8 age adoption passing confidence
io.dropwizard:dropwizard-views-freemarker 4.0.7 -> 4.0.8 age adoption passing confidence
io.dropwizard:dropwizard-auth 4.0.7 -> 4.0.8 age adoption passing confidence
io.dropwizard:dropwizard-migrations 4.0.7 -> 4.0.8 age adoption passing confidence
io.dropwizard:dropwizard-jdbi3 4.0.7 -> 4.0.8 age adoption passing confidence
io.dropwizard:dropwizard-core 4.0.7 -> 4.0.8 age adoption passing confidence

Release Notes

checkstyle/checkstyle (checkstyle) ### [`v10.18.1`](https://redirect.github.com/checkstyle/checkstyle/compare/checkstyle-10.18.0...checkstyle-10.18.1) [Compare Source](https://redirect.github.com/checkstyle/checkstyle/compare/checkstyle-10.18.0...checkstyle-10.18.1) ### [`v10.18.0`](https://redirect.github.com/checkstyle/checkstyle/compare/checkstyle-10.17.0...checkstyle-10.18.0) [Compare Source](https://redirect.github.com/checkstyle/checkstyle/compare/checkstyle-10.17.0...checkstyle-10.18.0)
liquibase/liquibase (org.liquibase:liquibase-core) ### [`v4.29.2`](https://redirect.github.com/liquibase/liquibase/blob/HEAD/changelog.txt#Liquibase-4292-is-a-patch-release) > Liquibase 4.29.2 patches minor issues found in Liquibase 4.29.1 release.
pgjdbc/pgjdbc (org.postgresql:postgresql) ### [`v42.7.4`](https://redirect.github.com/pgjdbc/pgjdbc/blob/HEAD/CHANGELOG.md#4274-2024-08-22-080000--0400) ##### Added - chore: SCRAM dependency to 3.1 and support channel binding [PR #​3188](https://redirect.github.com/pgjdbc/pgjdbc/pull/3188) - chore: Add PostgreSQL 15, 16, and 17beta1 to CI tests [PR #​3299](https://redirect.github.com/pgjdbc/pgjdbc/pull/3299) - test: Update to 17beta3 [PR #​3308](https://redirect.github.com/pgjdbc/pgjdbc/pull/3308) - chore: Implement direct SSL ALPN connections [PR #​3252](https://redirect.github.com/pgjdbc/pgjdbc/pull/3252) - translation: Add Korean translation file [PR #​3276](https://redirect.github.com/pgjdbc/pgjdbc/pull/3276) ##### Fixed - fix: PgInterval ignores case for represented interval string [PR #​3344](https://redirect.github.com/pgjdbc/pgjdbc/pull/3344) - perf: Avoid extra copies when receiving int4 and int2 in PGStream [PR #​3295](https://redirect.github.com/pgjdbc/pgjdbc/pull/3295) - fix: Add support for Infinity::numeric values in ResultSet.getObject [PR #​3304](https://redirect.github.com/pgjdbc/pgjdbc/pull/3304) - fix: Ensure order of results for getDouble [PR #​3301](https://redirect.github.com/pgjdbc/pgjdbc/pull/3301) - perf: Replace BufferedOutputStream with unsynchronized PgBufferedOutputStream, allow configuring different Java and SO_SNDBUF buffer sizes [PR #​3248](https://redirect.github.com/pgjdbc/pgjdbc/pull/3248) - fix: Fix SSL tests [PR #​3260](https://redirect.github.com/pgjdbc/pgjdbc/pull/3260) - fix: Support bytea in preferQueryMode=simple [PR #​3243](https://redirect.github.com/pgjdbc/pgjdbc/pull/3243) - fix: Fix [#​3234](https://redirect.github.com/pgjdbc/pgjdbc/issues/3234) - Return -1 as update count for stored procedure calls [PR #​3235](https://redirect.github.com/pgjdbc/pgjdbc/pull/3235) - fix: Fix [#​3224](https://redirect.github.com/pgjdbc/pgjdbc/issues/3224) - conversion for TIME '24:00' to LocalTime breaks in binary-mode [PR #​3225](https://redirect.github.com/pgjdbc/pgjdbc/pull/3225) - perf: Speed up getDate by parsing bytes instead of String [PR #​3141](https://redirect.github.com/pgjdbc/pgjdbc/pull/3141) - fix: support PreparedStatement.setBlob(1, Blob) and PreparedStatement.setClob(1, Clob) for lobs that return -1 for length [PR #​3136](https://redirect.github.com/pgjdbc/pgjdbc/pull/3136) - fix: Validates resultset Params in PGStatement constructor. uses assertThro… [PR #​3171](https://redirect.github.com/pgjdbc/pgjdbc/pull/3171) - fix: Validates resultset parameters [PR #​3167](https://redirect.github.com/pgjdbc/pgjdbc/pull/3167) - docs: Replace greater to with greater than [PR #​3315](https://redirect.github.com/pgjdbc/pgjdbc/pull/3315) - docs: Clarify binaryTransfer and prepareThreshold [PR #​3338](https://redirect.github.com/pgjdbc/pgjdbc/pull/3338) - docs: use.md, typo [PR #​3314](https://redirect.github.com/pgjdbc/pgjdbc/pull/3314) - test: Use docker v2 which changes docker-compose to docker compose [#​3339](https://redirect.github.com/pgjdbc/pgjdbc/pull/3339) - refactor: Merge PgPreparedStatement#setBinaryStream int and long methods [PR #​3165](https://redirect.github.com/pgjdbc/pgjdbc/pull/3165) - test: Test both binaryMode=true,false when creating connections in DatabaseMetaDataTest [PR #​3231](https://redirect.github.com/pgjdbc/pgjdbc/pull/3231) - docs: Fixed typos in all source code and documentations [PR #​3242](https://redirect.github.com/pgjdbc/pgjdbc/pull/3242) - chore: Remove self-hosted runner [PR #​3227](https://redirect.github.com/pgjdbc/pgjdbc/pull/3227) - docs: Add cancelSignalTimeout in README [PR #​3190](https://redirect.github.com/pgjdbc/pgjdbc/pull/3190) - docs: Document READ_ONLY_MODE in README [PR #​3175](https://redirect.github.com/pgjdbc/pgjdbc/pull/3175) - test: Test for +/- infinity double values [PR #​3294](https://redirect.github.com/pgjdbc/pgjdbc/pull/3294) - test: Switch localhost and auth-test around for test-gss [PR #​3343](https://redirect.github.com/pgjdbc/pgjdbc/pull/3343) - fix: remove preDescribe from internalExecuteBatch [PR #​2883](https://redirect.github.com/pgjdbc/pgjdbc/pull/2883) ##### Deprecated - test: Deprecate all PostgreSQL versions older than 9.1 [PR #​3335](https://redirect.github.com/pgjdbc/pgjdbc/pull/3335)
spring-projects/spring-boot (org.springframework.boot:spring-boot-starter-webflux) ### [`v3.3.3`](https://redirect.github.com/spring-projects/spring-boot/compare/v3.3.2...v3.3.3) [Compare Source](https://redirect.github.com/spring-projects/spring-boot/compare/v3.3.2...v3.3.3)
dropwizard/dropwizard (io.dropwizard:dropwizard-client) ### [`v4.0.8`](https://redirect.github.com/dropwizard/dropwizard/releases/tag/v4.0.8) ##### What's Changed - fix(deps): update dependency com.fasterxml.jackson:jackson-bom to v2.16.2 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8471](https://redirect.github.com/dropwizard/dropwizard/pull/8471) - chore(deps): update dependency org.apache.maven.shared:maven-filtering to v3.3.2 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8473](https://redirect.github.com/dropwizard/dropwizard/pull/8473) - chore(deps): update error_prone.version to v2.26.0 (release/4.0.x) (minor) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8479](https://redirect.github.com/dropwizard/dropwizard/pull/8479) - chore(deps): update dependency org.apache.maven.plugins:maven-gpg-plugin to v3.2.0 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8478](https://redirect.github.com/dropwizard/dropwizard/pull/8478) - chore(deps): update error_prone.version to v2.26.1 (release/4.0.x) (patch) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8490](https://redirect.github.com/dropwizard/dropwizard/pull/8490) - chore(deps): update dependency org.sonarsource.scanner.maven:sonar-maven-plugin to v3.11.0.3922 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8491](https://redirect.github.com/dropwizard/dropwizard/pull/8491) - chore(deps): update actions/setup-java digest to [`5896cec`](https://redirect.github.com/dropwizard/dropwizard/commit/5896cec) (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8488](https://redirect.github.com/dropwizard/dropwizard/pull/8488) - chore(deps): update github/codeql-action digest to [`3ab4101`](https://redirect.github.com/dropwizard/dropwizard/commit/3ab4101) (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8489](https://redirect.github.com/dropwizard/dropwizard/pull/8489) - chore(deps): update actions/setup-java digest to [`99b8673`](https://redirect.github.com/dropwizard/dropwizard/commit/99b8673) (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8497](https://redirect.github.com/dropwizard/dropwizard/pull/8497) - fix(deps): update dependency org.awaitility:awaitility to v4.2.1 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8498](https://redirect.github.com/dropwizard/dropwizard/pull/8498) - fix(deps): update dependency org.jdbi:jdbi3-bom to v3.45.1 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8499](https://redirect.github.com/dropwizard/dropwizard/pull/8499) - fix(deps): update guava monorepo to v33.1.0-jre (release/4.0.x) (minor) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8501](https://redirect.github.com/dropwizard/dropwizard/pull/8501) - chore(deps): update actions/cache action to v4.0.2 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8519](https://redirect.github.com/dropwizard/dropwizard/pull/8519) - chore(deps): update github/codeql-action digest to [`05963f4`](https://redirect.github.com/dropwizard/dropwizard/commit/05963f4) (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8518](https://redirect.github.com/dropwizard/dropwizard/pull/8518) - chore(deps): update dependency org.apache.maven.plugins:maven-gpg-plugin to v3.2.1 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8520](https://redirect.github.com/dropwizard/dropwizard/pull/8520) - chore(deps): update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.13.0 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8521](https://redirect.github.com/dropwizard/dropwizard/pull/8521) - chore(deps): update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.13.0 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8522](https://redirect.github.com/dropwizard/dropwizard/pull/8522) - chore(deps): update github/codeql-action digest to [`1b1aada`](https://redirect.github.com/dropwizard/dropwizard/commit/1b1aada) (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8532](https://redirect.github.com/dropwizard/dropwizard/pull/8532) - chore(deps): update dependency org.cyclonedx:cyclonedx-maven-plugin to v2.8.0 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8534](https://redirect.github.com/dropwizard/dropwizard/pull/8534) - chore(deps): update dependency jp.skypencil.errorprone.slf4j:errorprone-slf4j to v0.1.23 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8544](https://redirect.github.com/dropwizard/dropwizard/pull/8544) - chore(deps): update dependency org.apache.maven.plugins:maven-gpg-plugin to v3.2.2 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8545](https://redirect.github.com/dropwizard/dropwizard/pull/8545) - chore(deps): update jetbrains/qodana-action action to v2023.3.2 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8546](https://redirect.github.com/dropwizard/dropwizard/pull/8546) - fix(deps): update dependency net.bytebuddy:byte-buddy to v1.14.13 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8547](https://redirect.github.com/dropwizard/dropwizard/pull/8547) - fix(deps): update dependency org.apache.tomcat:tomcat-jdbc to v10.1.20 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8548](https://redirect.github.com/dropwizard/dropwizard/pull/8548) - fix(deps): update dependency org.glassfish.jersey:jersey-bom to v3.0.13 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8550](https://redirect.github.com/dropwizard/dropwizard/pull/8550) - chore(deps): update dependency com.uber.nullaway:nullaway to v0.10.25 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8552](https://redirect.github.com/dropwizard/dropwizard/pull/8552) - fix(deps): update dependency org.liquibase:liquibase-core to v4.27.0 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8553](https://redirect.github.com/dropwizard/dropwizard/pull/8553) - chore(deps): update dependency org.apache.maven.plugins:maven-invoker-plugin to v3.6.1 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8565](https://redirect.github.com/dropwizard/dropwizard/pull/8565) - chore(deps): update dependency org.jacoco:jacoco-maven-plugin to v0.8.12 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8569](https://redirect.github.com/dropwizard/dropwizard/pull/8569) - chore(deps): update dependency org.jacoco:jacoco-maven-plugin to v0.8.12 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8570](https://redirect.github.com/dropwizard/dropwizard/pull/8570) - chore(deps): update dependency org.apache.maven.plugins:maven-source-plugin to v3.3.1 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8582](https://redirect.github.com/dropwizard/dropwizard/pull/8582) - chore(deps): update dependency org.apache.maven.plugins:maven-source-plugin to v3.3.1 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8583](https://redirect.github.com/dropwizard/dropwizard/pull/8583) - fix(deps): update dependency org.bouncycastle:bcprov-jdk18on to v1.78 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8584](https://redirect.github.com/dropwizard/dropwizard/pull/8584) - chore(deps): update github/codeql-action digest to [`4355270`](https://redirect.github.com/dropwizard/dropwizard/commit/4355270) (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8581](https://redirect.github.com/dropwizard/dropwizard/pull/8581) - chore(deps): update dependency org.apache.maven.plugins:maven-gpg-plugin to v3.2.3 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8595](https://redirect.github.com/dropwizard/dropwizard/pull/8595) - fix(deps): update slf4j monorepo to v2.0.13 (release/4.0.x) (patch) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8598](https://redirect.github.com/dropwizard/dropwizard/pull/8598) - chore(deps): update dependency org.apache.maven.plugins:maven-jar-plugin to v3.4.0 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8606](https://redirect.github.com/dropwizard/dropwizard/pull/8606) - chore(deps): update dependency sphinx-autobuild to v2024.4.13 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8609](https://redirect.github.com/dropwizard/dropwizard/pull/8609) - chore(deps): update dependency org.apache.maven.plugins:maven-jar-plugin to v3.4.0 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8608](https://redirect.github.com/dropwizard/dropwizard/pull/8608) - chore(deps): update dependency sphinx-autobuild to v2024.4.16 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8627](https://redirect.github.com/dropwizard/dropwizard/pull/8627) - fix(deps): update dependency org.apache.commons:commons-text to v1.12.0 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8630](https://redirect.github.com/dropwizard/dropwizard/pull/8630) - chore(deps): update github/codeql-action digest to [`c7f9125`](https://redirect.github.com/dropwizard/dropwizard/commit/c7f9125) (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8626](https://redirect.github.com/dropwizard/dropwizard/pull/8626) - chore(deps): update actions/upload-artifact digest to [`1746f4a`](https://redirect.github.com/dropwizard/dropwizard/commit/1746f4a) (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8625](https://redirect.github.com/dropwizard/dropwizard/pull/8625) - fix(deps): update dependency org.bouncycastle:bcprov-jdk18on to v1.78.1 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8628](https://redirect.github.com/dropwizard/dropwizard/pull/8628) - chore(deps): update dependency sphinx to v7.3.7 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8629](https://redirect.github.com/dropwizard/dropwizard/pull/8629) - chore(deps): update dependency org.apache.maven.plugins:maven-gpg-plugin to v3.2.4 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8641](https://redirect.github.com/dropwizard/dropwizard/pull/8641) - chore(deps): update dependency maven-wrapper to v3.3.0 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8644](https://redirect.github.com/dropwizard/dropwizard/pull/8644) - chore(deps): update dependency org.apache.maven.plugins:maven-jar-plugin to v3.4.1 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8643](https://redirect.github.com/dropwizard/dropwizard/pull/8643) - chore(deps): update dependency org.apache.maven.plugins:maven-jar-plugin to v3.4.1 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8642](https://redirect.github.com/dropwizard/dropwizard/pull/8642) - chore(deps): update actions/checkout action to v4.1.3 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8657](https://redirect.github.com/dropwizard/dropwizard/pull/8657) - chore(deps): update github/codeql-action digest to [`8f596b4`](https://redirect.github.com/dropwizard/dropwizard/commit/8f596b4) (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8656](https://redirect.github.com/dropwizard/dropwizard/pull/8656) - chore(deps): update actions/upload-artifact digest to [`6546280`](https://redirect.github.com/dropwizard/dropwizard/commit/6546280) (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8655](https://redirect.github.com/dropwizard/dropwizard/pull/8655) - chore(deps): update actions/checkout digest to [`1d96c77`](https://redirect.github.com/dropwizard/dropwizard/commit/1d96c77) (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8654](https://redirect.github.com/dropwizard/dropwizard/pull/8654) - chore(deps): update dependency org.apache.maven.plugins:maven-shade-plugin to v3.5.3 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8666](https://redirect.github.com/dropwizard/dropwizard/pull/8666) - fix(deps): update dependency net.bytebuddy:byte-buddy to v1.14.14 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8667](https://redirect.github.com/dropwizard/dropwizard/pull/8667) - fix(deps): update dependency org.apache.tomcat:tomcat-jdbc to v10.1.23 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8668](https://redirect.github.com/dropwizard/dropwizard/pull/8668) - chore(deps): update jetbrains/qodana-action action to v2024 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8669](https://redirect.github.com/dropwizard/dropwizard/pull/8669) - chore(deps): update actions/checkout action to v4.1.4 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8684](https://redirect.github.com/dropwizard/dropwizard/pull/8684) - chore(deps): update jetbrains/qodana-action action to v2024.1.2 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8685](https://redirect.github.com/dropwizard/dropwizard/pull/8685) - chore(deps): update actions/checkout digest to [`0ad4b8f`](https://redirect.github.com/dropwizard/dropwizard/commit/0ad4b8f) (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8682](https://redirect.github.com/dropwizard/dropwizard/pull/8682) - chore(deps): update github/codeql-action digest to [`d39d31e`](https://redirect.github.com/dropwizard/dropwizard/commit/d39d31e) (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8683](https://redirect.github.com/dropwizard/dropwizard/pull/8683) - chore(deps): update error_prone.version to v2.27.0 (release/4.0.x) (minor) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8686](https://redirect.github.com/dropwizard/dropwizard/pull/8686) - fix(deps): update dependency commons-codec:commons-codec to v1.17.0 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8687](https://redirect.github.com/dropwizard/dropwizard/pull/8687) - chore(deps): update dependency com.uber.nullaway:nullaway to v0.10.26 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8723](https://redirect.github.com/dropwizard/dropwizard/pull/8723) - chore(deps): update dependency org.apache.maven.plugins:maven-deploy-plugin to v3.1.2 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8725](https://redirect.github.com/dropwizard/dropwizard/pull/8725) - chore(deps): update dependency jp.skypencil.errorprone.slf4j:errorprone-slf4j to v0.1.24 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8724](https://redirect.github.com/dropwizard/dropwizard/pull/8724) - fix(deps): update dependency com.github.spullara.mustache.java:compiler to v0.9.13 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8731](https://redirect.github.com/dropwizard/dropwizard/pull/8731) - chore(deps): update jetbrains/qodana-action action to v2024.1.3 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8730](https://redirect.github.com/dropwizard/dropwizard/pull/8730) - chore(deps): update error_prone.version to v2.27.1 (release/4.0.x) (patch) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8729](https://redirect.github.com/dropwizard/dropwizard/pull/8729) - chore(deps): update dependency org.apache.maven.plugins:maven-install-plugin to v3.1.2 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8728](https://redirect.github.com/dropwizard/dropwizard/pull/8728) - chore(deps): update dependency org.apache.maven.plugins:maven-install-plugin to v3.1.2 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8727](https://redirect.github.com/dropwizard/dropwizard/pull/8727) - chore(deps): update dependency org.apache.maven.plugins:maven-deploy-plugin to v3.1.2 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8726](https://redirect.github.com/dropwizard/dropwizard/pull/8726) - chore(deps): update dependency com.mysql:mysql-connector-j to v8.4.0 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8735](https://redirect.github.com/dropwizard/dropwizard/pull/8735) - chore(deps): update jetbrains/qodana-action action to v2024.1.4 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8743](https://redirect.github.com/dropwizard/dropwizard/pull/8743) - fix(deps): update dependency net.bytebuddy:byte-buddy to v1.14.15 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8744](https://redirect.github.com/dropwizard/dropwizard/pull/8744) - chore(deps): update actions/checkout action to v4.1.5 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8752](https://redirect.github.com/dropwizard/dropwizard/pull/8752) - fix(deps): update dependency org.checkerframework:checker-qual to v3.43.0 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8754](https://redirect.github.com/dropwizard/dropwizard/pull/8754) - fix(deps): update dependency org.testcontainers:testcontainers-bom to v1.19.8 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8753](https://redirect.github.com/dropwizard/dropwizard/pull/8753) - chore(deps): update github/codeql-action digest to [`ccf74c9`](https://redirect.github.com/dropwizard/dropwizard/commit/ccf74c9) (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8751](https://redirect.github.com/dropwizard/dropwizard/pull/8751) - Add support for stale-while-revalidate by [@​zUniQueX](https://redirect.github.com/zUniQueX) in [https://github.com/dropwizard/dropwizard/pull/8637](https://redirect.github.com/dropwizard/dropwizard/pull/8637) - chore(deps): update actions/checkout action to v4.1.6 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8768](https://redirect.github.com/dropwizard/dropwizard/pull/8768) - chore(deps): update jetbrains/qodana-action action to v2024.1.5 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8769](https://redirect.github.com/dropwizard/dropwizard/pull/8769) - chore(deps): update github/codeql-action digest to [`b7cec75`](https://redirect.github.com/dropwizard/dropwizard/commit/b7cec75) (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8767](https://redirect.github.com/dropwizard/dropwizard/pull/8767) - chore(deps): update dependency maven to v3.9.7 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8820](https://redirect.github.com/dropwizard/dropwizard/pull/8820) - chore(deps): update dependency org.sonatype.plugins:nexus-staging-maven-plugin to v1.6.14 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8821](https://redirect.github.com/dropwizard/dropwizard/pull/8821) - fix(deps): update dependency net.bytebuddy:byte-buddy to v1.14.17 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8822](https://redirect.github.com/dropwizard/dropwizard/pull/8822) - fix(deps): update dependency org.freemarker:freemarker to v2.3.33 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8825](https://redirect.github.com/dropwizard/dropwizard/pull/8825) - fix(deps): update dependency org.apache.tomcat:tomcat-jdbc to v10.1.24 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8823](https://redirect.github.com/dropwizard/dropwizard/pull/8823) - fix(deps): update dependency org.eclipse.jetty:jetty-bom to v11.0.21 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8824](https://redirect.github.com/dropwizard/dropwizard/pull/8824) - chore(deps): update dependency org.sonarsource.scanner.maven:sonar-maven-plugin to v4 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8848](https://redirect.github.com/dropwizard/dropwizard/pull/8848) - fix(deps): update mockito monorepo to v5.12.0 (release/4.0.x) (minor) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8847](https://redirect.github.com/dropwizard/dropwizard/pull/8847) - fix(deps): update guava monorepo to v33.2.1-jre (release/4.0.x) (minor) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8846](https://redirect.github.com/dropwizard/dropwizard/pull/8846) - fix(deps): update dependency org.liquibase:liquibase-core to v4.28.0 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8845](https://redirect.github.com/dropwizard/dropwizard/pull/8845) - chore(deps): update error_prone.version to v2.28.0 (release/4.0.x) (minor) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8836](https://redirect.github.com/dropwizard/dropwizard/pull/8836) - chore(deps): update dependency org.simplify4u.plugins:pgpverify-maven-plugin to v1.18.2 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8834](https://redirect.github.com/dropwizard/dropwizard/pull/8834) - chore(deps): update dependency org.codehaus.mojo:exec-maven-plugin to v3.3.0 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8833](https://redirect.github.com/dropwizard/dropwizard/pull/8833) - chore(deps): update dependency org.apache.maven.plugins:maven-shade-plugin to v3.6.0 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8832](https://redirect.github.com/dropwizard/dropwizard/pull/8832) - chore(deps): update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.7.0 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8831](https://redirect.github.com/dropwizard/dropwizard/pull/8831) - chore(deps): update dependency org.apache.maven.plugins:maven-invoker-plugin to v3.7.0 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8830](https://redirect.github.com/dropwizard/dropwizard/pull/8830) - chore(deps): update dependency org.apache.maven.plugins:maven-enforcer-plugin to v3.5.0 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8828](https://redirect.github.com/dropwizard/dropwizard/pull/8828) - chore(deps): update dependency org.apache.maven.plugins:maven-enforcer-plugin to v3.5.0 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8829](https://redirect.github.com/dropwizard/dropwizard/pull/8829) - chore(deps): update dependency com.uber.nullaway:nullaway to v0.11.0 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8827](https://redirect.github.com/dropwizard/dropwizard/pull/8827) - chore(deps): update dependency org.sonatype.plugins:nexus-staging-maven-plugin to v1.7.0 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8835](https://redirect.github.com/dropwizard/dropwizard/pull/8835) - chore(deps): update actions/checkout digest to [`a5ac7e5`](https://redirect.github.com/dropwizard/dropwizard/commit/a5ac7e5) (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8868](https://redirect.github.com/dropwizard/dropwizard/pull/8868) - chore(deps): update github/codeql-action digest to [`f079b84`](https://redirect.github.com/dropwizard/dropwizard/commit/f079b84) (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8869](https://redirect.github.com/dropwizard/dropwizard/pull/8869) - fix(deps): update dependency org.jboss.logging:jboss-logging to v3.6.0.final (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8844](https://redirect.github.com/dropwizard/dropwizard/pull/8844) - chore(deps): update dependency org.apache.maven.plugins:maven-help-plugin to v3.4.1 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8877](https://redirect.github.com/dropwizard/dropwizard/pull/8877) - fix(deps): update dependency org.checkerframework:checker-qual to v3.44.0 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8878](https://redirect.github.com/dropwizard/dropwizard/pull/8878) - chore(deps): update github/codeql-action digest to [`2e230e8`](https://redirect.github.com/dropwizard/dropwizard/commit/2e230e8) (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8876](https://redirect.github.com/dropwizard/dropwizard/pull/8876) - fix(deps): update dependency org.assertj:assertj-core to v3.26.0 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8841](https://redirect.github.com/dropwizard/dropwizard/pull/8841) - chore(deps): update dependency jp.skypencil.errorprone.slf4j:errorprone-slf4j to v0.1.25 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8890](https://redirect.github.com/dropwizard/dropwizard/pull/8890) - fix(deps): update dependency io.dropwizard.metrics:metrics-bom to v4.2.26 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8896](https://redirect.github.com/dropwizard/dropwizard/pull/8896) - chore(deps): update dependency octokit to v9 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8897](https://redirect.github.com/dropwizard/dropwizard/pull/8897) - chore(deps): update dependency octokit to v9.1.0 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8902](https://redirect.github.com/dropwizard/dropwizard/pull/8902) - chore(deps): update actions/checkout action to v4.1.7 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8912](https://redirect.github.com/dropwizard/dropwizard/pull/8912) - chore(deps): update github/codeql-action action to v3.25.9 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8913](https://redirect.github.com/dropwizard/dropwizard/pull/8913) - chore(deps): update github/codeql-action action to v3.25.10 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8919](https://redirect.github.com/dropwizard/dropwizard/pull/8919) - chore(deps): update actions/checkout digest to [`692973e`](https://redirect.github.com/dropwizard/dropwizard/commit/692973e) (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8918](https://redirect.github.com/dropwizard/dropwizard/pull/8918) - chore(deps): update dependency org.apache.maven.plugins:maven-dependency-plugin to v3.7.0 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8903](https://redirect.github.com/dropwizard/dropwizard/pull/8903) - chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.3.0 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8924](https://redirect.github.com/dropwizard/dropwizard/pull/8924) - chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.3.0 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8925](https://redirect.github.com/dropwizard/dropwizard/pull/8925) - chore(deps): update dependency org.apache.maven.plugins:maven-release-plugin to v3.1.0 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8933](https://redirect.github.com/dropwizard/dropwizard/pull/8933) - chore(deps): update dependency org.apache.maven.plugins:maven-project-info-reports-plugin to v3.6.0 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8932](https://redirect.github.com/dropwizard/dropwizard/pull/8932) - chore(deps): update dependency maven to v3.9.8 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8939](https://redirect.github.com/dropwizard/dropwizard/pull/8939) - chore(deps): update dependency org.apache.maven.plugins:maven-jar-plugin to v3.4.2 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8953](https://redirect.github.com/dropwizard/dropwizard/pull/8953) - chore(deps): update dependency org.apache.maven.plugins:maven-clean-plugin to v3.4.0 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8944](https://redirect.github.com/dropwizard/dropwizard/pull/8944) - chore(deps): update dependency org.apache.maven.plugins:maven-jar-plugin to v3.4.2 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8954](https://redirect.github.com/dropwizard/dropwizard/pull/8954) - Update documentation of gzip bufferSize property by [@​tbcardoso](https://redirect.github.com/tbcardoso) in [https://github.com/dropwizard/dropwizard/pull/8755](https://redirect.github.com/dropwizard/dropwizard/pull/8755) - fix(deps): update dependency org.apache.tomcat:tomcat-jdbc to v10.1.25 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8955](https://redirect.github.com/dropwizard/dropwizard/pull/8955) - chore(deps): update dependency org.apache.maven.plugins:maven-clean-plugin to v3.4.0 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8956](https://redirect.github.com/dropwizard/dropwizard/pull/8956) - chore(deps): update dependency org.apache.maven.plugins:maven-dependency-plugin to v3.7.1 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8961](https://redirect.github.com/dropwizard/dropwizard/pull/8961) - chore(deps): update dependency org.apache.maven.plugins:maven-project-info-reports-plugin to v3.6.1 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8969](https://redirect.github.com/dropwizard/dropwizard/pull/8969) - chore(deps): update junit5 monorepo to v5.10.3 (release/4.0.x) (patch) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8970](https://redirect.github.com/dropwizard/dropwizard/pull/8970) - chore(deps): update github/codeql-action action to v3.25.11 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8976](https://redirect.github.com/dropwizard/dropwizard/pull/8976) - fix(deps): update dependency org.jdbi:jdbi3-bom to v3.45.2 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8977](https://redirect.github.com/dropwizard/dropwizard/pull/8977) - fix(deps): update dependency org.checkerframework:checker-qual to v3.45.0 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8982](https://redirect.github.com/dropwizard/dropwizard/pull/8982) - chore(deps): update jetbrains/qodana-action action to v2024.1.8 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8991](https://redirect.github.com/dropwizard/dropwizard/pull/8991) - fix(deps): update dependency org.apache.httpcomponents.core5:httpcore5 to v5.2.5 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8992](https://redirect.github.com/dropwizard/dropwizard/pull/8992) - fix(deps): update dependency org.eclipse.jetty:jetty-bom to v11.0.22 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8993](https://redirect.github.com/dropwizard/dropwizard/pull/8993) - chore(deps): update dependency com.mysql:mysql-connector-j to v9 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/8994](https://redirect.github.com/dropwizard/dropwizard/pull/8994) - fix(deps): update dependency com.github.spullara.mustache.java:compiler to v0.9.14 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/9004](https://redirect.github.com/dropwizard/dropwizard/pull/9004) - chore(deps): update actions/upload-artifact digest to [`0b2256b`](https://redirect.github.com/dropwizard/dropwizard/commit/0b2256b) (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/9002](https://redirect.github.com/dropwizard/dropwizard/pull/9002) - fix(deps): update dependency net.bytebuddy:byte-buddy to v1.14.18 (release/4.0.x) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/dropwizard/dropwizard/pull/9008](https://redirect.github.com/dropwizard/dropwizard/pull/9008) - chore(deps): update dependency org.apache.maven.plugins

Configuration

📅 Schedule: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR was generated by Mend Renovate. View the repository job log.