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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the jars group across 1 directory with 8 updates #107

Merged
merged 1 commit into from
May 2, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 2, 2024

Bumps the jars group with 8 updates in the / directory:

Package From To
org.flywaydb:flyway-core 10.11.0 10.12.0
org.flywaydb:flyway-database-postgresql 10.11.0 10.12.0
org.flywaydb.flyway 10.11.0 10.12.0
org.http4k:http4k-core 5.14.4.0 5.18.2.0
com.sksamuel.scrimage:scrimage-core 4.1.1 4.1.3
com.sksamuel.scrimage:scrimage-filters 4.1.1 4.1.3
org.slf4j:slf4j-api 2.0.12 2.0.13
org.slf4j:slf4j-simple 2.0.12 2.0.13

Updates org.flywaydb:flyway-core from 10.11.0 to 10.12.0

Release notes

Sourced from org.flywaydb:flyway-core's releases.

Flyway 10.12.0

See release notes here

CLI artifact available here

Flyway 10.11.1

See release notes here

CLI artifact available here

Commits

Updates org.flywaydb:flyway-database-postgresql from 10.11.0 to 10.12.0

Updates org.flywaydb.flyway from 10.11.0 to 10.12.0

Updates org.flywaydb:flyway-database-postgresql from 10.11.0 to 10.12.0

Updates org.http4k:http4k-core from 5.14.4.0 to 5.18.2.0

Release notes

Sourced from org.http4k:http4k-core's releases.

5.18.2.0

Changelog:

  • http4k-core : Add convenience methods to read bodies from HttpMessages as JSON/XML/CSV etc.. request.json<MyType>()

5.18.1.0

Changelog:

  • http4k-core : Add convenience methods to set common headers to HTTP message.

5.17.0.0

Changelog:

  • http4k-* : Tweaks to make the K2 compiler happy
  • http4k : Added convenience methods to set the body of an HTTP message. The works for both standard body types and with automarshallers.
  • http4k-core : Fix request source in SunHttp. H/T @​dkandalov
  • http4k-contract : Added top-level MetadataRetrieval to schema objects. H/T @​BBB
  • http4k-format-* : [Unlikely break] rename with() functions on auto-marshallers to match content type, so you can now do req.json(myObj) and get the content type and body set in one go. Likewise for other content types

5.16.2.0

Changelog:

  • http4k-* : Upgrade some dependency versions.

5.16.1.0

Changelog:

  • http4k-* : Upgrade some dependency versions.
  • http4k-core: Add support for surrogate-key headers in EtagSupport. H/T @​jason-annadani-springer

5.16.0.0

Changelog:

  • http4k-* : Upgrade some dependency versions.
  • http4k-testing-approval : [Unlikely break] Rename typo in an ApprovalSource instance
  • http4k-testing-approval : Addition of optional suffix to the approval file name, and added ApprovalTransformer for varying the compared content from the InputStream
  • http4k-core : [Fix #1084] Route name without a beginning / works for everything except static resources. H/T @​ArthurS1

5.15.0.0

Changelog:

  • http4k-core : [Unlikely break] Change to Meta to remove default params

5.14.5.0

Changelog:

  • http4k-* : Upgrade some dependency versions.
  • http4k-core : Make Lenses support metadata passed through the LensBuilder construction methods. H/T @​BBB, @​ivanmoore @​jack-bolles
  • http4k-testing-tracerbullet : Account for spans across traces with same spanId. H/T @​IvanPavlov1995
Changelog

Sourced from org.http4k:http4k-core's changelog.

v5.18.2.0

  • http4k-core : Add convenience methods to read bodies from HttpMessages as JSON/XML/CSV etc.. request.json<MyType>()

v5.18.1.0

  • http4k-core : Add convenience methods to set common headers to HTTP message.

v5.18.0.0

  • http4k-* : Upgrade some dependency versions.
  • http4k-core : [Behaviour break] We now do not set the legacy Expires header in CachingFilters. Modern caches should use the Cache-Control header instead (max-age).

v5.17.0.0

  • http4k-* : Tweaks to make the K2 compiler happy
  • http4k : Added convenience methods to set the body of an HTTP message. The works for both standard body types and with automarshallers.
  • http4k-core : Fix request source in SunHttp. H/T @​dkandalov
  • http4k-contract : Added top-level MetadataRetrieval to schema objects. H/T @​BBB
  • http4k-format-* : [Unlikely break] rename with() functions on auto-marshallers to match content type, so you can now do req.json(myObj) and get the content type and body set in one go. Likewise for other content types

v5.16.2.0

  • http4k-* : Upgrade some dependency versions.

v5.16.1.0

  • http4k-* : Upgrade some dependency versions.
  • http4k-core: Add support for surrogate-key headers in EtagSupport. H/T @​jason-annadani-springer

v5.16.0.0

  • http4k-* : Upgrade some dependency versions.
  • http4k-testing-approval : [Unlikely break] Rename typo in an ApprovalSource instance
  • http4k-testing-approval : Addition of optional suffix to the approval file name, and added ApprovalTransformer for varying the compared content from the InputStream
  • http4k-core : [Fix #1084] Route name without a beginning / works for everything except static resources. H/T @​ArthurS1

v5.15.1.0

  • http4k-core : [Unlikely break] Change to Meta to remove default params
  • http4k-testing-approval : Add ability to add a suffix to the approval file name.

v5.15.0.0

  • http4k-core : [Unlikely break] Change to Meta to remove default params

v5.14.5.0

  • http4k-* : Upgrade some dependency versions.
  • http4k-core : Make Lenses support metadata passed through the LensBuilder construction methods. H/T @​BBB, @​ivanmoore @​jack-bolles
  • http4k-testing-tracerbullet : Account for spans across traces with same spanId. H/T @​IvanPavlov1995
Commits
  • b4a1346 Release 5.18.2.0
  • 06ef1f0 Add convenience methods to unmarshall objects from an HTTP message using just...
  • cf5eb72 remove codecov as being really slow
  • acd9e0f Add some more handy filters
  • 9a6e2f3 Release 5.18.1.0
  • 8af179a Add timeout for build as codecov seems to be taking time
  • 6b58cf6 Release 5.18.1.0
  • 0690bb6 Update CHANGELOG.md
  • 3734779 Use Response as return type
  • 1e25518 Allow setting accept header
  • Additional commits viewable in compare view

Updates com.sksamuel.scrimage:scrimage-core from 4.1.1 to 4.1.3

Changelog

Sourced from com.sksamuel.scrimage:scrimage-core's changelog.

4.1.3 (April 2024)

  • Fixed for multithread builder method (#290)

4.1.2 (April 2024)

  • Added the option to use multithreading when encoding webp (#287)
  • Support webp in linux os with aarch64 architecture (#286)
Commits

Updates com.sksamuel.scrimage:scrimage-filters from 4.1.1 to 4.1.3

Changelog

Sourced from com.sksamuel.scrimage:scrimage-filters's changelog.

4.1.3 (April 2024)

  • Fixed for multithread builder method (#290)

4.1.2 (April 2024)

  • Added the option to use multithreading when encoding webp (#287)
  • Support webp in linux os with aarch64 architecture (#286)
Commits

Updates com.sksamuel.scrimage:scrimage-filters from 4.1.1 to 4.1.3

Changelog

Sourced from com.sksamuel.scrimage:scrimage-filters's changelog.

4.1.3 (April 2024)

  • Fixed for multithread builder method (#290)

4.1.2 (April 2024)

  • Added the option to use multithreading when encoding webp (#287)
  • Support webp in linux os with aarch64 architecture (#286)
Commits

Updates org.slf4j:slf4j-api from 2.0.12 to 2.0.13

Updates org.slf4j:slf4j-simple from 2.0.12 to 2.0.13

Updates org.slf4j:slf4j-simple from 2.0.12 to 2.0.13

Updates org.flywaydb.flyway from 10.11.0 to 10.12.0

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

@dependabot dependabot bot requested review from slushpupie and a team as code owners May 2, 2024 05:36
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 2, 2024
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@slushpupie
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/gradle/jars-4813192599 branch from e8f7c99 to 262627c Compare May 2, 2024 18:24
@slushpupie
Copy link
Contributor

@dependabot rebase

Bumps the jars group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.flywaydb:flyway-core](https://github.com/flyway/flyway) | `10.11.0` | `10.12.0` |
| org.flywaydb:flyway-database-postgresql | `10.11.0` | `10.12.0` |
| org.flywaydb.flyway | `10.11.0` | `10.12.0` |
| [org.http4k:http4k-core](https://github.com/http4k/http4k) | `5.14.4.0` | `5.18.2.0` |
| [com.sksamuel.scrimage:scrimage-core](https://github.com/sksamuel/scrimage) | `4.1.1` | `4.1.3` |
| [com.sksamuel.scrimage:scrimage-filters](https://github.com/sksamuel/scrimage) | `4.1.1` | `4.1.3` |
| org.slf4j:slf4j-api | `2.0.12` | `2.0.13` |
| org.slf4j:slf4j-simple | `2.0.12` | `2.0.13` |



Updates `org.flywaydb:flyway-core` from 10.11.0 to 10.12.0
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-10.11.0...flyway-10.12.0)

Updates `org.flywaydb:flyway-database-postgresql` from 10.11.0 to 10.12.0

Updates `org.flywaydb.flyway` from 10.11.0 to 10.12.0

Updates `org.flywaydb:flyway-database-postgresql` from 10.11.0 to 10.12.0

Updates `org.http4k:http4k-core` from 5.14.4.0 to 5.18.2.0
- [Release notes](https://github.com/http4k/http4k/releases)
- [Changelog](https://github.com/http4k/http4k/blob/master/CHANGELOG.md)
- [Commits](http4k/http4k@5.14.4.0...5.18.2.0)

Updates `com.sksamuel.scrimage:scrimage-core` from 4.1.1 to 4.1.3
- [Release notes](https://github.com/sksamuel/scrimage/releases)
- [Changelog](https://github.com/sksamuel/scrimage/blob/master/docs/changelog.md)
- [Commits](sksamuel/scrimage@v4.1.1...v4.1.3)

Updates `com.sksamuel.scrimage:scrimage-filters` from 4.1.1 to 4.1.3
- [Release notes](https://github.com/sksamuel/scrimage/releases)
- [Changelog](https://github.com/sksamuel/scrimage/blob/master/docs/changelog.md)
- [Commits](sksamuel/scrimage@v4.1.1...v4.1.3)

Updates `com.sksamuel.scrimage:scrimage-filters` from 4.1.1 to 4.1.3
- [Release notes](https://github.com/sksamuel/scrimage/releases)
- [Changelog](https://github.com/sksamuel/scrimage/blob/master/docs/changelog.md)
- [Commits](sksamuel/scrimage@v4.1.1...v4.1.3)

Updates `org.slf4j:slf4j-api` from 2.0.12 to 2.0.13

Updates `org.slf4j:slf4j-simple` from 2.0.12 to 2.0.13

Updates `org.slf4j:slf4j-simple` from 2.0.12 to 2.0.13

Updates `org.flywaydb.flyway` from 10.11.0 to 10.12.0

---
updated-dependencies:
- dependency-name: org.flywaydb:flyway-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jars
- dependency-name: org.flywaydb:flyway-database-postgresql
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jars
- dependency-name: org.flywaydb.flyway
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jars
- dependency-name: org.flywaydb:flyway-database-postgresql
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jars
- dependency-name: org.http4k:http4k-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jars
- dependency-name: com.sksamuel.scrimage:scrimage-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: jars
- dependency-name: com.sksamuel.scrimage:scrimage-filters
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: jars
- dependency-name: com.sksamuel.scrimage:scrimage-filters
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: jars
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: jars
- dependency-name: org.slf4j:slf4j-simple
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: jars
- dependency-name: org.slf4j:slf4j-simple
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: jars
- dependency-name: org.flywaydb.flyway
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jars
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/jars-4813192599 branch from 262627c to edf2c65 Compare May 2, 2024 18:28
@slushpupie slushpupie merged commit be1d521 into main May 2, 2024
3 of 4 checks passed
@slushpupie slushpupie deleted the dependabot/gradle/jars-4813192599 branch May 2, 2024 18:30
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.

2 participants