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 dependencies group with 10 updates #537

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2024

Bumps the dependencies group with 10 updates:

Package From To
io.javalin:javalin 6.3.0 6.4.0
io.avaje:avaje-spi-service 2.8 2.9
io.avaje:avaje-prisms 1.36 1.37
io.helidon.webserver:helidon-webserver 4.1.5 4.1.6
io.helidon.webserver:helidon-webserver-security 4.1.5 4.1.6
io.helidon.http.media:helidon-http-media-jsonb 4.1.5 4.1.6
io.avaje:avaje-jex 3.0-RC11 3.0-RC12
io.avaje:avaje-jex-htmx 3.0-RC11 3.0-RC12
ch.qos.logback:logback-classic 1.5.12 1.5.15
org.assertj:assertj-core 3.26.3 3.27.0

Updates io.javalin:javalin from 6.3.0 to 6.4.0

Release notes

Sourced from io.javalin:javalin's releases.

6.4.0

What's Changed

New Contributors

Full Changelog: javalin/javalin@javalin-parent-6.3.0...javalin-parent-6.4.0

Commits
  • c231f91 [maven-release-plugin] prepare release javalin-parent-6.4.0
  • c21c254 [util] Less aggressive with "old version warning"
  • 9d5085b [deps] Downgrade to Dokka 1.9.10
  • d05b0cc [workflow]: Bump s4u/maven-settings-action in the dependencies group (#2338)
  • 9fb548e [cors] Disallow anyHost + allowCredentials (#2321)
  • 6e53b62 [plugins] Add support for Vue3 to LoadableData
  • 4afc3f7 [workflow]: Bump codecov/codecov-action in the dependencies group (#2328)
  • c3e87da [deps]: Bump the dependencies group with 20 updates (#2326)
  • 3df9016 [deps]: Bump the dependencies group across 1 directory with 3 updates (#2324)
  • 4be2f85 [github] Update dependabot to actually group dependency updates (#2322)
  • Additional commits viewable in compare view

Updates io.avaje:avaje-spi-service from 2.8 to 2.9

Updates io.avaje:avaje-prisms from 1.36 to 1.37

Release notes

Sourced from io.avaje:avaje-prisms's releases.

1.37

What's Changed

Full Changelog: avaje/avaje-prisms@1.36...1.37

Commits

Updates io.helidon.webserver:helidon-webserver from 4.1.5 to 4.1.6

Updates io.helidon.webserver:helidon-webserver-security from 4.1.5 to 4.1.6

Updates io.helidon.http.media:helidon-http-media-jsonb from 4.1.5 to 4.1.6

Updates io.helidon.webserver:helidon-webserver-security from 4.1.5 to 4.1.6

Updates io.helidon.http.media:helidon-http-media-jsonb from 4.1.5 to 4.1.6

Updates io.avaje:avaje-jex from 3.0-RC11 to 3.0-RC12

Commits

Updates io.avaje:avaje-jex-htmx from 3.0-RC11 to 3.0-RC12

Updates io.avaje:avaje-jex-htmx from 3.0-RC11 to 3.0-RC12

Updates ch.qos.logback:logback-classic from 1.5.12 to 1.5.15

Commits
  • c32c92a prepare release 1.5.15
  • 402fc67 check that logback-classic and logback-core are identical
  • 020610a name is optional in EventEvaluator, add ExceptionMatchEvaluator with a test
  • 11a3951 start work on 1.5.15-SNAPSHOT
  • 3ddf27b prepare release 1.5.14
  • d4804f9 fix incompatibile change, Spring-Boot issue 885
  • 3492bc8 start work on 1.5.14-SNAPSHOT
  • 32638aa prepare release 1.5.13
  • 0056a9c CORE_POOL_SIZE set to 4
  • 2cb6d52 remove JaninoEventEvaluator
  • Additional commits viewable in compare view

Updates org.assertj:assertj-core from 3.26.3 to 3.27.0

Release notes

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

v3.27.0

🚫 Deprecated

Core

  • Deprecate ClassBasedNavigableIterableAssert and ClassBasedNavigableListAssert #3529

✨ New Features

Core

  • Add actual() to access the object under test #3489
  • Add isCompletedWithValueMatchingWithin to CompletableFuture assertions #3506
  • Add completesExceptionallyWithin to CompletableFuture assertions #3597
  • Add inBinary to CharSequence assertions #3600
  • Support for Assertions.byLessThan(Duration) and Assertions.within(Duration) #3486
  • Add standard representation for CharSequence #3617
  • Add predicate descriptions overloads to anyMatch and noneMatch #3639
  • Add doesNotMatch(Predicate) #3684
  • Add usingEquals accepting a BiPredicate and an optional description to provide a custom comparison in assertions #3678

Guava

  • Add isNotEmpty to Table assertions #3559

🐛 Bug Fixes

Core

  • Recursive assertion hasNoNullFields throws NPE with fields of anonymous and local types #3534
  • Fix incorrect mutation of actualElementsGroupedByHashCode in recursive comparison
  • Recursive comparison ignoringFields not working properly with maps #2988
  • Custom representation ignored when describing expected items not in the actual list #3646
  • hasFieldOrPropertyWithValue swallows exceptions thrown by getters, and reports non-existent property instead #3563
  • satisfies() with nested assertions obscures stack trace #2542

⚡ Improvements

Core

  • Report all failing conditions when using satisfies(allOf(Condition...)) #3537
  • Fix Unicode escapes in inUnicode() Javadoc
  • Show error differences if values were compared with equals in recursive comparison #3209
  • Propagate common basetype for extracting(Function...) #3673
  • Add throwable stacktrace to ShouldNotContainCharSequence
  • Remove unused code and other minor cleanup #3683
  • Simplify comparison strategy isLessThan and isLessThanOrEqualTo in AbstractComparisonStrategy #3694
  • Update AbstractCharSequenceAssert.java reference #3700
  • Include stack trace of internal errors in all/any satisfy assertions

... (truncated)

Commits
  • 74a8a44 [maven-release-plugin] prepare release assertj-build-3.27.0
  • ba36228 Bump version to prepare 3.27.0 version
  • f4d9c8f Bump version to prepare 3.27.0 version
  • 6d15943 chore(deps-dev): bump org.hibernate.orm:hibernate-core from 6.6.3.Final to 6....
  • e1b0a4e Custom Equality (BiPredicate) Comparator - resolves #3678
  • d92ba37 Quality Improvements (#3697)
  • 36e63c3 Add isNotEmpty to Table assertions (#3559)
  • de48db6 chore(deps): bump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre (#3705)
  • b04f8a3 chore(deps): bump byte-buddy.version from 1.15.10 to 1.15.11 (#3703)
  • 6500d22 chore(deps): bump junit-jupiter.version from 5.11.3 to 5.11.4 (#3702)
  • Additional commits viewable in compare view

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 dependencies group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [io.javalin:javalin](https://github.com/javalin/javalin) | `6.3.0` | `6.4.0` |
| io.avaje:avaje-spi-service | `2.8` | `2.9` |
| [io.avaje:avaje-prisms](https://github.com/avaje/avaje-prisms) | `1.36` | `1.37` |
| io.helidon.webserver:helidon-webserver | `4.1.5` | `4.1.6` |
| io.helidon.webserver:helidon-webserver-security | `4.1.5` | `4.1.6` |
| io.helidon.http.media:helidon-http-media-jsonb | `4.1.5` | `4.1.6` |
| [io.avaje:avaje-jex](https://github.com/avaje/avaje-jex) | `3.0-RC11` | `3.0-RC12` |
| io.avaje:avaje-jex-htmx | `3.0-RC11` | `3.0-RC12` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.12` | `1.5.15` |
| [org.assertj:assertj-core](https://github.com/assertj/assertj) | `3.26.3` | `3.27.0` |


Updates `io.javalin:javalin` from 6.3.0 to 6.4.0
- [Release notes](https://github.com/javalin/javalin/releases)
- [Commits](javalin/javalin@javalin-parent-6.3.0...javalin-parent-6.4.0)

Updates `io.avaje:avaje-spi-service` from 2.8 to 2.9

Updates `io.avaje:avaje-prisms` from 1.36 to 1.37
- [Release notes](https://github.com/avaje/avaje-prisms/releases)
- [Commits](avaje/avaje-prisms@1.36...1.37)

Updates `io.helidon.webserver:helidon-webserver` from 4.1.5 to 4.1.6

Updates `io.helidon.webserver:helidon-webserver-security` from 4.1.5 to 4.1.6

Updates `io.helidon.http.media:helidon-http-media-jsonb` from 4.1.5 to 4.1.6

Updates `io.helidon.webserver:helidon-webserver-security` from 4.1.5 to 4.1.6

Updates `io.helidon.http.media:helidon-http-media-jsonb` from 4.1.5 to 4.1.6

Updates `io.avaje:avaje-jex` from 3.0-RC11 to 3.0-RC12
- [Release notes](https://github.com/avaje/avaje-jex/releases)
- [Commits](https://github.com/avaje/avaje-jex/commits)

Updates `io.avaje:avaje-jex-htmx` from 3.0-RC11 to 3.0-RC12

Updates `io.avaje:avaje-jex-htmx` from 3.0-RC11 to 3.0-RC12

Updates `ch.qos.logback:logback-classic` from 1.5.12 to 1.5.15
- [Commits](qos-ch/logback@v_1.5.12...v_1.5.15)

Updates `org.assertj:assertj-core` from 3.26.3 to 3.27.0
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](assertj/assertj@assertj-build-3.26.3...assertj-build-3.27.0)

---
updated-dependencies:
- dependency-name: io.javalin:javalin
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-spi-service
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-prisms
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.helidon.webserver:helidon-webserver
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.helidon.webserver:helidon-webserver-security
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.helidon.http.media:helidon-http-media-jsonb
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.helidon.webserver:helidon-webserver-security
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.helidon.http.media:helidon-http-media-jsonb
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-jex
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-jex-htmx
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-jex-htmx
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.assertj:assertj-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 23, 2024
@github-actions github-actions bot enabled auto-merge December 23, 2024 19:26
@github-actions github-actions bot merged commit 829fd7e into master Dec 23, 2024
7 checks passed
@dependabot dependabot bot deleted the dependabot/maven/master/dependencies-48c6ba43d4 branch December 23, 2024 19:28
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants