Skip to content

Bump the dependencies group with 9 updates #285

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

Merged
merged 1 commit into from
Feb 18, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 18, 2025

Bumps the dependencies group with 9 updates:

Package From To
org.avaje:java11-oss 4.3 4.5
io.avaje:avaje-inject 10.3 11.2
io.avaje:avaje-inject-test 10.3 11.2
io.avaje:avaje-inject-generator 10.3 11.2
jakarta.validation:jakarta.validation-api 3.1.0 3.1.1
io.avaje:avaje-http-api 2.7 3.0
org.springframework.boot:spring-boot-dependencies 3.3.3 3.4.2
org.hibernate.validator:hibernate-validator 8.0.1.Final 8.0.2.Final
io.avaje:avaje-inject-maven-plugin 10.3 11.2

Updates org.avaje:java11-oss from 4.3 to 4.5

Commits

Updates io.avaje:avaje-inject from 10.3 to 11.2

Release notes

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

11.2

What's Changed

Full Changelog: avaje/avaje-inject@11.1...11.2

11.1

What's Changed

Dependencies

New Contributors

Full Changelog: avaje/avaje-inject@11.0...11.1

11.0

What's Changed

Full Changelog: avaje/avaje-inject@10.6.0...11.0

10.6

What's New

... (truncated)

Commits
  • add33db Version 11.2
  • a6f62c6 Merge pull request #770 from avaje/dependabot/maven/master/dependencies-30949...
  • 354e749 Bump the dependencies group with 2 updates
  • 69a9295 fix requires retention (#769)
  • 72bcb2e Merge pull request #767 from avaje/dependabot/maven/master/dependencies-7b19f...
  • c4b1c2c Bump the dependencies group with 3 updates
  • 3bee19c Fix cutAnnotations Edge Case (#766)
  • c760071 Version 11.2-RC2
  • b5e4caf Fix Injecting generic ypes extending generic types (#765)
  • 16ccf41 Fix Avaje HttpClient interface generation error (#763)
  • Additional commits viewable in compare view

Updates io.avaje:avaje-inject-test from 10.3 to 11.2

Updates io.avaje:avaje-inject-generator from 10.3 to 11.2

Updates jakarta.validation:jakarta.validation-api from 3.1.0 to 3.1.1

Release notes

Sourced from jakarta.validation:jakarta.validation-api's releases.

3.1.1

What's Changed

New Contributors

Full Changelog: jakartaee/validation@3.1.0...3.1.1

Commits

Updates io.avaje:avaje-http-api from 2.7 to 3.0

Updates io.avaje:avaje-inject-test from 10.3 to 11.2

Updates org.springframework.boot:spring-boot-dependencies from 3.3.3 to 3.4.2

Release notes

Sourced from org.springframework.boot:spring-boot-dependencies's releases.

v3.4.2

🐞 Bug Fixes

  • Property metadata for "logging.structured.json.customizer" has incorrect type #43916
  • GraylogExtendedLogFormatProperties throws NullPointerException when only 'logging.structured.gelf.host' is specified #43863
  • Structured logging properties have no effect in a native image #43862
  • Docker Compose support for ClickHouse does not allow an empty password when ALLOW_EMPTY_PASSWORD=yes #43790
  • docker compose ps now fails due to unknown --orphans flag with 2.23 or earlier #43717
  • Build info timestamp is truncated to seconds #43617
  • FileWatcher used for SSL reload does not support symlinks #43604
  • BindableRuntimeHintsRegistrar should handle TypeNotPresentException #43600
  • CapturedOutput is empty when using Log4J2 StatusLogger #43578
  • Spring Boot 3.4 is not compatible with Gson 2.10 #43442
  • NoClassDefFoundError when using JUnit to test a Gradle 7.6.x app that depends on spring-boot-actuator-autoconfigure but not on org.junit.platform:junit-platform-launcher #43340

📔 Documentation

  • Document that the @ConfigurationProperties annotation processor cannot generate description and defaultValue metadata for external types #43929
  • Fix description of management.metrics.graphql.autotime.enabled #43905
  • Document 'base64:' prefix support #43835
  • Document handling of @Fallback beans in ConditionalOnSingleCandidate's javadoc #43826
  • Javadoc of DataSourceBuilder does not reference all supported types #43732
  • Update OpenTelemetry section in Supported Monitoring Systems to refer to OTLP instead #43729
  • Consistently document the minimum supported versions of Gradle #43725
  • Document that system libraries are a reason to customize the builder and switch away from builder-jammy-java-tiny #43716
  • Links to the Javadoc of Jakarta Messaging are invalid #43662
  • Paragraph HTML tags are rendered as-is in Maven Plugin reference documentation #43623
  • Javadoc link for jakarta.xml.bind is invalid #43607
  • Documentation still has references to 'layertools' #43605
  • Javadoc of ConstructorBinding should not use markdown formatting #43599
  • Managed Dependency Coordinates lists Spock and OkHttp dependencies that are not managed #43584

🔨 Dependency Upgrades

  • Upgrade to ActiveMQ 6.1.5 #43791
  • Upgrade to Commons Codec 1.17.2 #43720
  • Upgrade to Couchbase Client 3.7.7 #43843
  • Upgrade to FreeMarker 2.3.34 #43721
  • Upgrade to Hibernate 6.6.5.Final #43910
  • Upgrade to HttpCore5 5.3.2 #43792
  • Upgrade to Infinispan 15.0.12.Final #43911
  • Upgrade to Jersey 3.1.10 #43793
  • Upgrade to jOOQ 3.19.18 #43844
  • Upgrade to Lettuce 6.4.2.RELEASE #43609
  • Upgrade to Logback 1.5.16 #43715
  • Upgrade to Micrometer 1.14.3 #43745
  • Upgrade to Micrometer Tracing 1.4.2 #43746
  • Upgrade to Netty 4.1.117.Final #43845
  • Upgrade to Postgresql 42.7.5 #43846
  • Upgrade to Pulsar 3.3.4 #43912

... (truncated)

Commits
  • f775945 Release v3.4.2
  • 068b960 Merge branch '3.3.x' into 3.4.x
  • 34c8353 Next development version (v3.3.9-SNAPSHOT)
  • f184e98 Merge branch '3.3.x' into 3.4.x
  • 390963f Document when defaultValue and description cannot be extracted
  • ef82719 Fix memory comparison in ProcessInfoTests
  • 1e35a0b Correct the type of logging.structured.json.customizer
  • 24e40e8 Upgrade to Spring Pulsar 1.2.2
  • 30dd62a Merge branch '3.3.x' into 3.4.x
  • a3eaafb Upgrade to Spring Pulsar 1.1.8
  • Additional commits viewable in compare view

Updates org.hibernate.validator:hibernate-validator from 8.0.1.Final to 8.0.2.Final

Changelog

Sourced from org.hibernate.validator:hibernate-validator's changelog.

8.0.2.Final (2024-12-13)

** Bug * HV-2067 UUID version not correctly validated * HV-2002 Brazilian Titulo Eleitoral not correctly validating on some scenarios * HV-1959 Typo fix for Ukrainian localization * HV-1829 Hibernate docs still reference ConstraintDefinitionContributor which was removed in 5.3

** Improvement * HV-2066 update document section 3.1.1 * HV-1981 Use Maven 3.9.6 in CI builds and as a required minimum version for the build * HV-1943 Some french validation messages are not quite accurate

** Task * HV-1990 Test Hibernate Validator against JDK 24 * HV-1989 Update documentation examples to use the min required Java version where applicable * HV-1980 Update gpg plugin configuration * HV-1969 Test Hibernate Validator against JDK 23 * HV-1968 Force user.country when testing

Commits
  • 8420c55 [Jenkins release job] Preparing release 8.0.2.Final
  • a188186 [Jenkins release job] changelog.txt updated by release build 8.0.2.Final
  • 5b8eb7d [Jenkins release job] README.md updated by release build 8.0.2.Final
  • 24ccce7 Specify an explicit plexus-utils dependency for copy-maven-plugin
  • 0a9bfaa Add more rules to gitignore
  • ad8e0b1 Include maven wrapper
  • d4b8210 HV-2067 Adjust UUID's version/variant validation
  • bb039fd HV-1829 Remove mentions of the ConstraintDefinitionContributor from the docs
  • 8733523 HV-2066 Update documentation section 3.1.1
  • b23a4c4 HV-1989 Fix spec version in the CDI extension manifest
  • Additional commits viewable in compare view

Updates io.avaje:avaje-inject-generator from 10.3 to 11.2

Updates io.avaje:avaje-inject-maven-plugin from 10.3 to 11.2

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 9 updates:

| Package | From | To |
| --- | --- | --- |
| [org.avaje:java11-oss](https://github.com/avaje-pom/java11-oss) | `4.3` | `4.5` |
| [io.avaje:avaje-inject](https://github.com/avaje/avaje-inject) | `10.3` | `11.2` |
| io.avaje:avaje-inject-test | `10.3` | `11.2` |
| io.avaje:avaje-inject-generator | `10.3` | `11.2` |
| [jakarta.validation:jakarta.validation-api](https://github.com/jakartaee/validation) | `3.1.0` | `3.1.1` |
| io.avaje:avaje-http-api | `2.7` | `3.0` |
| [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) | `3.3.3` | `3.4.2` |
| [org.hibernate.validator:hibernate-validator](https://github.com/hibernate/hibernate-validator) | `8.0.1.Final` | `8.0.2.Final` |
| io.avaje:avaje-inject-maven-plugin | `10.3` | `11.2` |


Updates `org.avaje:java11-oss` from 4.3 to 4.5
- [Release notes](https://github.com/avaje-pom/java11-oss/releases)
- [Commits](https://github.com/avaje-pom/java11-oss/commits)

Updates `io.avaje:avaje-inject` from 10.3 to 11.2
- [Release notes](https://github.com/avaje/avaje-inject/releases)
- [Commits](avaje/avaje-inject@10.3...11.2)

Updates `io.avaje:avaje-inject-test` from 10.3 to 11.2

Updates `io.avaje:avaje-inject-generator` from 10.3 to 11.2

Updates `jakarta.validation:jakarta.validation-api` from 3.1.0 to 3.1.1
- [Release notes](https://github.com/jakartaee/validation/releases)
- [Commits](jakartaee/validation@3.1.0...3.1.1)

Updates `io.avaje:avaje-http-api` from 2.7 to 3.0

Updates `io.avaje:avaje-inject-test` from 10.3 to 11.2

Updates `org.springframework.boot:spring-boot-dependencies` from 3.3.3 to 3.4.2
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.3...v3.4.2)

Updates `org.hibernate.validator:hibernate-validator` from 8.0.1.Final to 8.0.2.Final
- [Changelog](https://github.com/hibernate/hibernate-validator/blob/8.0.2.Final/changelog.txt)
- [Commits](hibernate/hibernate-validator@8.0.1.Final...8.0.2.Final)

Updates `io.avaje:avaje-inject-generator` from 10.3 to 11.2

Updates `io.avaje:avaje-inject-maven-plugin` from 10.3 to 11.2

---
updated-dependencies:
- dependency-name: org.avaje:java11-oss
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-inject
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-inject-test
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-inject-generator
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: jakarta.validation:jakarta.validation-api
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-http-api
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-inject-test
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: org.springframework.boot:spring-boot-dependencies
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.hibernate.validator:hibernate-validator
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-inject-generator
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-inject-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 18, 2025
@github-actions github-actions bot enabled auto-merge February 18, 2025 04:57
@github-actions github-actions bot merged commit f1e3bfa into main Feb 18, 2025
7 checks passed
@github-actions github-actions bot deleted the dependabot/maven/main/dependencies-bf8bbf86b6 branch February 18, 2025 04:58
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