Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the gradle group with 15 updates #126

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 20, 2023

Bumps the gradle group with 15 updates:

Package From To
io.ktor:ktor-server-netty 2.3.6 2.3.7
io.ktor:ktor-server-default-headers 2.3.6 2.3.7
io.ktor:ktor-server-call-logging 2.3.6 2.3.7
commons-codec:commons-codec 1.15 1.16.0
com.github.kittinunf.fuel:fuel 2.2.1 2.3.1
com.github.kittinunf.fuel:fuel-moshi 2.2.1 2.3.1
org.apache.logging.log4j:log4j-api 2.21.1 2.22.0
org.apache.logging.log4j:log4j-slf4j2-impl 2.21.1 2.22.0
org.apache.logging.log4j:log4j-layout-template-json 2.21.1 2.22.0
org.apache.logging.log4j:log4j-core 2.21.1 2.22.0
io.getunleash:unleash-client-java 9.1.0 9.2.0
com.github.tomakehurst:wiremock-standalone 2.27.2 3.0.1
no.nav.dagpenger:dp-version-catalog 20231114.49.486ba6 20231219.59.46e7d1
com.diffplug.spotless:spotless-plugin-gradle 6.22.0 6.23.3
com.diffplug.spotless 6.22.0 6.23.3

Updates io.ktor:ktor-server-netty from 2.3.6 to 2.3.7

Release notes

Sourced from io.ktor:ktor-server-netty's releases.

2.3.7

Published 7 December 2023

Bugfixes

  • Server ContentNegotiation no longer allows multiple decoders for one Content-Type (KTOR-5410)
  • High Native Server Memory Usage (KTOR-6321)
  • WebSockets: Confusing error message when server doesn't respond with Upgrade (KTOR-6397)
  • ContentNegotiation: Adding charset to content type of JacksonConverter breaks request matching (KTOR-6420)
Changelog

Sourced from io.ktor:ktor-server-netty's changelog.

2.3.7

Published 28 November 2023

Bugfixes

  • Server ContentNegotiation no longer allows multiple decoders for one Content-Type (KTOR-5410)
  • High Native Server Memory Usage (KTOR-6321)
  • WebSockets: Confusing error message when server doesn't respond with Upgrade (KTOR-6397)
  • ContentNegotiation: Adding charset to content type of JacksonConverter breaks request matching (KTOR-6420)
Commits

Updates io.ktor:ktor-server-default-headers from 2.3.6 to 2.3.7

Release notes

Sourced from io.ktor:ktor-server-default-headers's releases.

2.3.7

Published 7 December 2023

Bugfixes

  • Server ContentNegotiation no longer allows multiple decoders for one Content-Type (KTOR-5410)
  • High Native Server Memory Usage (KTOR-6321)
  • WebSockets: Confusing error message when server doesn't respond with Upgrade (KTOR-6397)
  • ContentNegotiation: Adding charset to content type of JacksonConverter breaks request matching (KTOR-6420)
Changelog

Sourced from io.ktor:ktor-server-default-headers's changelog.

2.3.7

Published 28 November 2023

Bugfixes

  • Server ContentNegotiation no longer allows multiple decoders for one Content-Type (KTOR-5410)
  • High Native Server Memory Usage (KTOR-6321)
  • WebSockets: Confusing error message when server doesn't respond with Upgrade (KTOR-6397)
  • ContentNegotiation: Adding charset to content type of JacksonConverter breaks request matching (KTOR-6420)
Commits

Updates io.ktor:ktor-server-call-logging from 2.3.6 to 2.3.7

Release notes

Sourced from io.ktor:ktor-server-call-logging's releases.

2.3.7

Published 7 December 2023

Bugfixes

  • Server ContentNegotiation no longer allows multiple decoders for one Content-Type (KTOR-5410)
  • High Native Server Memory Usage (KTOR-6321)
  • WebSockets: Confusing error message when server doesn't respond with Upgrade (KTOR-6397)
  • ContentNegotiation: Adding charset to content type of JacksonConverter breaks request matching (KTOR-6420)
Changelog

Sourced from io.ktor:ktor-server-call-logging's changelog.

2.3.7

Published 28 November 2023

Bugfixes

  • Server ContentNegotiation no longer allows multiple decoders for one Content-Type (KTOR-5410)
  • High Native Server Memory Usage (KTOR-6321)
  • WebSockets: Confusing error message when server doesn't respond with Upgrade (KTOR-6397)
  • ContentNegotiation: Adding charset to content type of JacksonConverter breaks request matching (KTOR-6420)
Commits

Updates commons-codec:commons-codec from 1.15 to 1.16.0

Changelog

Sourced from commons-codec:commons-codec's changelog.

          Apache Commons Codec 1.16.0

The Apache Commons Codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.

Feature and fix release.

Changes in this version include:

New features: o CODEC-296: Add support for Blake3 family of hashes. Thanks to Matt Sicker. o Add github/codeql-action.

Fixed Bugs: o CODEC-295: Minor improvements #67. Thanks to Arturo Bernal. o Remove duplicated words from Javadocs. Thanks to James Gan. o CODEC-301: Simplify assertion #84. Thanks to Alexander Pinske, Alex Herbert. o CODEC-300: Simplify assertion #84. Thanks to Arturo Bernal. o CODEC-298: Use Standard Charset object #82. Thanks to Arturo Bernal. o Use String.contains() functions #125. Thanks to Arturo Bernal. o Avoid use toString() or substring() in favor of a simplified expression #126. Thanks to Arturo Bernal. o CODEC-305: Fix byte-skipping in Base16 decoding #135. Thanks to Florian. o Fix several typos, improve writing in some javadocs #139. Thanks to Marc Wrobel. o BaseNCodecOutputStream.eof() should not throw IOException. Thanks to Gary Gregory. o Javadoc improvements and cleanups. Thanks to Gary Gregory. o Deprecate BaseNCodec.isWhiteSpace(byte) and use Character.isWhitespace(int). Thanks to Gary Gregory.

Changes: o Bump actions/cache from v2 to v3.0.10 #75, #99, #119, #138, #149, #152. Thanks to Dependabot, Gary Gregory. o Bump actions/setup-java from v1.4.1 to 3.5.1 #60, #62, #121. Thanks to Dependabot, Gary Gregory. o Bump actions/checkout from 2.3.2 to 3.1.0 #65, #98, #114, #153. Thanks to Dependabot, Gary Gregory. o Bump commons-parent from 52 to 58, #147, #165, #170. Thanks to Dependabot, Gary Gregory. o CODEC-285: Bump junit from 4.13.1 to 5.9.1 #76, #39, #140, #148. Thanks to Dependabot, John Patrick. o Bump Java 7 to 8. Thanks to Gary Gregory. o Bump japicmp-maven-plugin from 0.14.3 to 0.17.1. Thanks to Gary Gregory. o Bump jacoco-maven-plugin from 0.8.5 to 0.8.8 (Fixes Java 15 builds). Thanks to Gary Gregory. o Bump maven-surefire-plugin from 2.22.2 to 3.0.0-M7 #122, #134. Thanks to Gary Gregory. o Bump maven-javadoc-plugin from 3.2.0 to 3.4.1. Thanks to Gary Gregory. o Bump animal-sniffer-maven-plugin from 1.19 to 1.22. Thanks to Gary Gregory. o Bump maven-pmd-plugin from 3.13.0 to 3.19.0, #133, #142, #145. Thanks to Gary Gregory, Dependabot. o Bump pmd from 6.47.0 to 6.52.0. Thanks to Gary Gregory. o Bump maven-checkstyle-plugin from 2.17 to 3.2.0 #143. Thanks to Gary Gregory. o Bump checkstyle from 8.45.1 to 9.3 #97, #100, #101, #103. Thanks to Dependabot. o Bump taglist-maven-plugin from 2.4 to 3.0.0 #102. Thanks to Dependabot. o Bump jacoco-maven-plugin from 0.8.7 to 0.8.8. Thanks to Gary Gregory.

For complete information on Apache Commons Codec, including instructions on how to submit bug reports,

... (truncated)

Commits
  • 2614a4c Prepare for release candidate
  • 3a6cde0 Update POM version for Apache Commons Codec release 1.16.0
  • fa289a9 Prepare for release candidate
  • 393b8f7 Prepare for release candidate
  • 7bfa8af Prepare for release candidate
  • 18d83b1 Prepare for release candidate
  • a3d825d Package private method does not need Javadoc since tag
  • 4d9f462 New package private method does not need Javadoc since tag
  • af4d48a New package private method does not need Javadoc since tag
  • cc2808b Make new API Fluent
  • Additional commits viewable in compare view

Updates com.github.kittinunf.fuel:fuel from 2.2.1 to 2.3.1

Updates com.github.kittinunf.fuel:fuel-moshi from 2.2.1 to 2.3.1

Updates org.apache.logging.log4j:log4j-api from 2.21.1 to 2.22.0

Updates org.apache.logging.log4j:log4j-slf4j2-impl from 2.21.1 to 2.22.0

Updates org.apache.logging.log4j:log4j-layout-template-json from 2.21.1 to 2.22.0

Updates org.apache.logging.log4j:log4j-core from 2.21.1 to 2.22.0

Updates io.getunleash:unleash-client-java from 9.1.0 to 9.2.0

Release notes

Sourced from io.getunleash:unleash-client-java's releases.

unleash-client-java-9.2.0

  • 9d762e0e - [maven-release-plugin] prepare release unleash-client-java-9.2.0
  • dde0dde8 - chore(format): spotless apply
  • f64bc6b3 - fix: add deprecated method for old hashing algorithm (#233)
  • 1f1b8c4c - chore(update): Bring spring-boot example up to speed with Spring Boot 3.2 and unleash-client 9.1.1 (#228)
  • beff1b89 - feat: Added the possibility to add a custom startupExceptionHandler (#227)
  • db65acb9 - chore: amend release generation (#226)
  • 4e8f5ad7 - [maven-release-plugin] prepare for next development iteration

unleash-client-java-9.1.1

What's Changed

Full Changelog: Unleash/unleash-client-java@unleash-client-java-9.1.0...unleash-client-java-9.1.1

Commits
  • 9d762e0 [maven-release-plugin] prepare release unleash-client-java-9.2.0
  • dde0dde chore(format): spotless apply
  • f64bc6b fix: add deprecated method for old hashing algorithm (#233)
  • 1f1b8c4 chore(update): Bring spring-boot example up to speed with Spring Boot 3.2 and...
  • beff1b8 feat: Added the possibility to add a custom startupExceptionHandler (#227)
  • db65acb chore: amend release generation (#226)
  • 4e8f5ad [maven-release-plugin] prepare for next development iteration
  • 675f9e8 [maven-release-plugin] prepare release unleash-client-java-9.1.1
  • b55056d chore: allow to fail if unavailable (#225)
  • 2cf0127 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates com.github.tomakehurst:wiremock-standalone from 2.27.2 to 3.0.1

Release notes

Sourced from com.github.tomakehurst:wiremock-standalone's releases.

3.0.1

馃悰 Bug fixes

  • Stop returning 500s for unmatched path patterns (#2339) @鈥婱ahoney
  • Ensure that the shadow JAR is always built last to ensure webhooks fat JAR wins (#2344) @鈥媡omakehurst
  • Added validation of UUIDs in path parameters in the admin API so that clearer errors are reported when non UUIDs are provided or item isn't found rather than throwing a 500 error (#2347) @鈥媡omakehurst
  • Respect StopAction in V1 Filter (#2335) @鈥婱ahoney

Thanks to the regression reporters: @鈥媎efnngj , @鈥媜leg-nenashev , @鈥婱ahoney

WireMock 3.0.0

A new major release that introduces a lot of new features, enhancements and also some breaking changes. The key changes include support for Java 17, dropping Java 8 support, new matchers and dynamic response macros, new API endpoints, etc. We鈥檝e made a small number of breaking changes to the Java API plus some behavioural changes, but the JSON (REST and file) API remains fully compatible with 2.x.

NOTE: A blog post with the user-friendly summary and migration guidelines is coming soon!

Thanks to all contributors! The changelog below represents key changes between 2.35.0 and 3.0.0. The full list of changes is available below in the collapsed section.

WARNING: There are known issues in the WireMock 3.0.0 release. Please be careful when updating, and see the Errata below

Upgrade guide

This guide assumes you would be upgrading from WireMock 2.35.0 to 3.1.0

  1. If you aren鈥檛 using WireMock 2.35.0, upgrade to this version first
  2. If you use WireMock Standalone, backup your configurations, logs and other information you might need in the future, just in case the - upgrade goes wrong
  3. If you use the WireMock Webhooks Extension, delete the dependency on it and the downloads. Now the extension is a part of the WireMock core
  4. If you use any WireMock extensions, private source or open source ones, ensure they are compatible with WireMock 3 by checking this GitHub Issue, documentation and the integration tests. If you discover any incompatible extension, please raise a bug in [wiremock/wiremock/issues (https://github.com/wiremock/wiremock/issues) or comment in [wiremock/wiremock #2323](https://redirect.github.com/WireMock 3 extension compatibility聽wiremock/wiremock#2323), We will triage and route it accordingly
  5. If you use Java 8 on the instance, update to Java 11 or Java 17
  6. Update WireMock to the most recent release of WireMock 3

馃殌 New features and improvements

Proxy mode:

... (truncated)

Commits
  • 34d4930 Bump patch version to 3.0.1
  • ae6ed02 Stopped updating package-lock.json when bumping versions
  • a302419 Fixed bump patch and minor versions logic
  • ae525f9 Fixed get patch version function in build
  • 0d4ccca Merge pull request #2347 from wiremock/better-stub-id-validation-in-admin-api
  • c5e8230 Added validation of UUIDs in path parameters in the admin API so that clearer...
  • 5273a43 Merge pull request #2339 from wiremock/fix-exception-in-diff
  • ab05ee9 Ensured that the shadow JAR is always built last. Relocated dependencies in w...
  • 9eaaa69 Merge pull request #2337 from wiremock/dependabot/gradle/com.diffplug.spotles...
  • 36f04c7 Merge pull request #2343 from wiremock/semver-release-drafter
  • Additional commits viewable in compare view

Updates no.nav.dagpenger:dp-version-catalog from 20231114.49.486ba6 to 20231219.59.46e7d1

Updates com.diffplug.spotless:spotless-plugin-gradle from 6.22.0 to 6.23.3

Commits

Updates com.diffplug.spotless from 6.22.0 to 6.23.3

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the gradle group with 15 updates:

| Package | From | To |
| --- | --- | --- |
| [io.ktor:ktor-server-netty](https://github.com/ktorio/ktor) | `2.3.6` | `2.3.7` |
| [io.ktor:ktor-server-default-headers](https://github.com/ktorio/ktor) | `2.3.6` | `2.3.7` |
| [io.ktor:ktor-server-call-logging](https://github.com/ktorio/ktor) | `2.3.6` | `2.3.7` |
| [commons-codec:commons-codec](https://github.com/apache/commons-codec) | `1.15` | `1.16.0` |
| com.github.kittinunf.fuel:fuel | `2.2.1` | `2.3.1` |
| com.github.kittinunf.fuel:fuel-moshi | `2.2.1` | `2.3.1` |
| org.apache.logging.log4j:log4j-api | `2.21.1` | `2.22.0` |
| org.apache.logging.log4j:log4j-slf4j2-impl | `2.21.1` | `2.22.0` |
| org.apache.logging.log4j:log4j-layout-template-json | `2.21.1` | `2.22.0` |
| org.apache.logging.log4j:log4j-core | `2.21.1` | `2.22.0` |
| [io.getunleash:unleash-client-java](https://github.com/Unleash/unleash-client-java) | `9.1.0` | `9.2.0` |
| [com.github.tomakehurst:wiremock-standalone](https://github.com/wiremock/wiremock) | `2.27.2` | `3.0.1` |
| no.nav.dagpenger:dp-version-catalog | `20231114.49.486ba6` | `20231219.59.46e7d1` |
| [com.diffplug.spotless:spotless-plugin-gradle](https://github.com/diffplug/spotless) | `6.22.0` | `6.23.3` |
| com.diffplug.spotless | `6.22.0` | `6.23.3` |


Updates `io.ktor:ktor-server-netty` from 2.3.6 to 2.3.7
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.7/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.6...2.3.7)

Updates `io.ktor:ktor-server-default-headers` from 2.3.6 to 2.3.7
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.7/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.6...2.3.7)

Updates `io.ktor:ktor-server-call-logging` from 2.3.6 to 2.3.7
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.7/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.6...2.3.7)

Updates `commons-codec:commons-codec` from 1.15 to 1.16.0
- [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt)
- [Commits](apache/commons-codec@rel/commons-codec-1.15...rel/commons-codec-1.16.0)

Updates `com.github.kittinunf.fuel:fuel` from 2.2.1 to 2.3.1

Updates `com.github.kittinunf.fuel:fuel-moshi` from 2.2.1 to 2.3.1

Updates `org.apache.logging.log4j:log4j-api` from 2.21.1 to 2.22.0

Updates `org.apache.logging.log4j:log4j-slf4j2-impl` from 2.21.1 to 2.22.0

Updates `org.apache.logging.log4j:log4j-layout-template-json` from 2.21.1 to 2.22.0

Updates `org.apache.logging.log4j:log4j-core` from 2.21.1 to 2.22.0

Updates `io.getunleash:unleash-client-java` from 9.1.0 to 9.2.0
- [Release notes](https://github.com/Unleash/unleash-client-java/releases)
- [Changelog](https://github.com/Unleash/unleash-client-java/blob/main/CHANGELOG.md)
- [Commits](Unleash/unleash-client-java@unleash-client-java-9.1.0...unleash-client-java-9.2.0)

Updates `com.github.tomakehurst:wiremock-standalone` from 2.27.2 to 3.0.1
- [Release notes](https://github.com/wiremock/wiremock/releases)
- [Commits](wiremock/wiremock@2.27.2...3.0.1)

Updates `no.nav.dagpenger:dp-version-catalog` from 20231114.49.486ba6 to 20231219.59.46e7d1

Updates `com.diffplug.spotless:spotless-plugin-gradle` from 6.22.0 to 6.23.3
- [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md)
- [Commits](diffplug/spotless@gradle/6.22.0...gradle/6.23.3)

Updates `com.diffplug.spotless` from 6.22.0 to 6.23.3

---
updated-dependencies:
- dependency-name: io.ktor:ktor-server-netty
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: io.ktor:ktor-server-default-headers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: io.ktor:ktor-server-call-logging
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: commons-codec:commons-codec
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: com.github.kittinunf.fuel:fuel
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: com.github.kittinunf.fuel:fuel-moshi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: org.apache.logging.log4j:log4j-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: org.apache.logging.log4j:log4j-slf4j2-impl
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: org.apache.logging.log4j:log4j-layout-template-json
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: io.getunleash:unleash-client-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: com.github.tomakehurst:wiremock-standalone
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle
- dependency-name: no.nav.dagpenger:dp-version-catalog
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle
- dependency-name: com.diffplug.spotless:spotless-plugin-gradle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: com.diffplug.spotless
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner December 20, 2023 11:44
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 20, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 21, 2023

The group that created this PR has been removed from your configuration.

@dependabot dependabot bot closed this Dec 21, 2023
@dependabot dependabot bot deleted the dependabot/gradle/gradle-00f9dfced5 branch December 21, 2023 09:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants