AxonFramework / AxonFramework

Framework for Evolutionary Message-Driven Microservices on the JVM
https://axoniq.io/
Apache License 2.0
3.32k stars 790 forks source link

Bump the maven-dependencies group with 11 updates #3114

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the maven-dependencies group with 11 updates:

Package From To
org.postgresql:postgresql 42.7.3 42.7.4
net.bytebuddy:byte-buddy 1.14.19 1.15.0
net.bytebuddy:byte-buddy-agent 1.14.19 1.15.0
org.springframework.security:spring-security-bom 5.8.13 5.8.14
org.apache.maven.plugins:maven-install-plugin 3.1.2 3.1.3
org.apache.maven.plugins:maven-surefire-plugin 3.3.1 3.4.0
org.apache.maven.plugins:maven-failsafe-plugin 3.3.1 3.4.0
org.apache.maven.plugins:maven-deploy-plugin 3.1.2 3.1.3
io.dropwizard.metrics:metrics-core 4.2.26 4.2.27
org.springframework.boot:spring-boot-starter-parent 3.3.2 3.3.3
org.springframework.boot:spring-boot-testcontainers 3.3.2 3.3.3

Updates org.postgresql:postgresql from 42.7.3 to 42.7.4

Release notes

Sourced from org.postgresql:postgresql's releases.

v42.7.4

Changes

⬆️ Dependencies

... (truncated)

Changelog

Sourced from org.postgresql:postgresql's changelog.

[42.7.4] (2024-08-22 08:00:00 -0400)

Added

Fixed

Deprecated

Commits
  • a23fa70 Prepare for 42.7.4 release (#3359)
  • d232e60 fix: remove preDescribe from internalExecuteBatch
  • 257653b Rename release.yml to release-notes.yml
  • 64a18d6 Create release.yml
  • 84bdec6 fix(deps): update dependency com.github.spotbugs:com.github.spotbugs.gradle.p...
  • 89182c1 chore(deps): update dependency gradle to v8.10
  • 1f68373 fix(deps): update dependency org.roaringbitmap:roaringbitmap to v1.2.1
  • f1c8707 chore(deps): update codecov/codecov-action digest to 2439dfc
  • ba1513e fix(deps): update dependency com.google.errorprone:error_prone_core to v2.30.0
  • 6abdb5f fix(deps): update dependency spotbugs to v4.8.6
  • Additional commits viewable in compare view


Updates net.bytebuddy:byte-buddy from 1.14.19 to 1.15.0

Release notes

Sourced from net.bytebuddy:byte-buddy's releases.

Byte Buddy 1.15.0

  • Introduce AsmClassWriter and AsmClassReader abstractions that allow for plugging different implementations of readers and writers.
  • Add configuration extension to the Android Gradle plugin and make it behave like regular Gradle plugin with standard configuration.
  • Throw TypeNotPresentException upon discovering undeclared type variables as it was recently fixed on the JVM.
Changelog

Sourced from net.bytebuddy:byte-buddy's changelog.

23. August 2024: version 1.15.0

  • Introduce AsmClassWriter and AsmClassReader abstractions that allow for plugging different implementations of readers and writers.
  • Add configuration extension to the Android Gradle plugin and make it behave like regular Gradle plugin with standard configuration.
  • Throw TypeNotPresentException upon discovering undeclared type variables as it was recently fixed on the JVM.
Commits
  • 7047adb [maven-release-plugin] prepare release byte-buddy-1.15.0
  • 6d05733 [release] Release new version
  • 28472f9 Add missing javadoc.
  • 16a83a4 Remove use of raw type.
  • d94182e Removing one raw type warning from ByteBuddyAndroidPlugin (#1702)
  • 98bb6cd Make build work again.
  • 7e87eca Use reflection and translation to piggy back Android task on top of regular G...
  • c5507cc Avoid duplication og Gradle plugin logic.
  • d11652d Merge branch 'master' into android-extension
  • c274e42 Allow explicit specification of the experimental property.
  • Additional commits viewable in compare view


Updates net.bytebuddy:byte-buddy-agent from 1.14.19 to 1.15.0

Release notes

Sourced from net.bytebuddy:byte-buddy-agent's releases.

Byte Buddy 1.15.0

  • Introduce AsmClassWriter and AsmClassReader abstractions that allow for plugging different implementations of readers and writers.
  • Add configuration extension to the Android Gradle plugin and make it behave like regular Gradle plugin with standard configuration.
  • Throw TypeNotPresentException upon discovering undeclared type variables as it was recently fixed on the JVM.
Changelog

Sourced from net.bytebuddy:byte-buddy-agent's changelog.

23. August 2024: version 1.15.0

  • Introduce AsmClassWriter and AsmClassReader abstractions that allow for plugging different implementations of readers and writers.
  • Add configuration extension to the Android Gradle plugin and make it behave like regular Gradle plugin with standard configuration.
  • Throw TypeNotPresentException upon discovering undeclared type variables as it was recently fixed on the JVM.
Commits
  • 7047adb [maven-release-plugin] prepare release byte-buddy-1.15.0
  • 6d05733 [release] Release new version
  • 28472f9 Add missing javadoc.
  • 16a83a4 Remove use of raw type.
  • d94182e Removing one raw type warning from ByteBuddyAndroidPlugin (#1702)
  • 98bb6cd Make build work again.
  • 7e87eca Use reflection and translation to piggy back Android task on top of regular G...
  • c5507cc Avoid duplication og Gradle plugin logic.
  • d11652d Merge branch 'master' into android-extension
  • c274e42 Allow explicit specification of the experimental property.
  • Additional commits viewable in compare view


Updates net.bytebuddy:byte-buddy-agent from 1.14.19 to 1.15.0

Release notes

Sourced from net.bytebuddy:byte-buddy-agent's releases.

Byte Buddy 1.15.0

  • Introduce AsmClassWriter and AsmClassReader abstractions that allow for plugging different implementations of readers and writers.
  • Add configuration extension to the Android Gradle plugin and make it behave like regular Gradle plugin with standard configuration.
  • Throw TypeNotPresentException upon discovering undeclared type variables as it was recently fixed on the JVM.
Changelog

Sourced from net.bytebuddy:byte-buddy-agent's changelog.

23. August 2024: version 1.15.0

  • Introduce AsmClassWriter and AsmClassReader abstractions that allow for plugging different implementations of readers and writers.
  • Add configuration extension to the Android Gradle plugin and make it behave like regular Gradle plugin with standard configuration.
  • Throw TypeNotPresentException upon discovering undeclared type variables as it was recently fixed on the JVM.
Commits
  • 7047adb [maven-release-plugin] prepare release byte-buddy-1.15.0
  • 6d05733 [release] Release new version
  • 28472f9 Add missing javadoc.
  • 16a83a4 Remove use of raw type.
  • d94182e Removing one raw type warning from ByteBuddyAndroidPlugin (#1702)
  • 98bb6cd Make build work again.
  • 7e87eca Use reflection and translation to piggy back Android task on top of regular G...
  • c5507cc Avoid duplication og Gradle plugin logic.
  • d11652d Merge branch 'master' into android-extension
  • c274e42 Allow explicit specification of the experimental property.
  • Additional commits viewable in compare view


Updates org.springframework.security:spring-security-bom from 5.8.13 to 5.8.14

Release notes

Sourced from org.springframework.security:spring-security-bom's releases.

5.8.14

:star: New Features

  • Document the role of CredentialsContainer #15319

:beetle: Bug Fixes

  • Clarify url Parameter Usage in AD Provider Constructor #15409
  • Using sec:authorize in JSPX causes 'java.lang.NullPointerException: Cannot invoke "jakarta.servlet.ServletRegistration.getClassName()" because "registration" is null' #15363

:hammer: Dependency Upgrades

  • Bump com.github.spullara.mustache.java:compiler from 0.9.13 to 0.9.14 #15375
  • Bump io.projectreactor.netty:reactor-netty from 1.0.46 to 1.0.47 #15391
  • Bump io.projectreactor.netty:reactor-netty from 1.0.47 to 1.0.48 #15606
  • Bump io.projectreactor:reactor-bom from 2020.0.45 to 2020.0.46 #15390
  • Bump io.projectreactor:reactor-bom from 2020.0.46 to 2020.0.47 #15604
  • Bump org-eclipse-jetty from 9.4.54.v20240208 to 9.4.55.v20240627 #15360
  • Bump org.skyscreamer:jsonassert from 1.5.1 to 1.5.2 #15291
  • Bump org.skyscreamer:jsonassert from 1.5.1 to 1.5.3 #15335
  • Bump org.springframework:spring-framework-bom from 5.3.37 to 5.3.39 #15615

:nut_and_bolt: Build Updates

  • Automate check of expected branch version #15226
  • Bump @antora/collector-extension from 1.0.0-alpha.4 to 1.0.0-alpha.6 in /docs #15447
  • Bump @antora/collector-extension from 1.0.0-alpha.6 to 1.0.0-alpha.7 in /docs #15484
  • Bump @antora/collector-extension from 1.0.0-alpha.7 to 1.0.0-beta.1 in /docs #15558
  • Bump @antora/collector-extension from 1.0.0-beta.1 to 1.0.0-beta.2 in /docs #15633
  • Bump @springio/antora-extensions from 1.11.1 to 1.12.0 in /docs #15417
  • Bump @springio/antora-extensions from 1.12.0 to 1.13.0 in /docs #15523
  • Bump @springio/antora-extensions from 1.13.0 to 1.13.1 in /docs #15559
  • Bump @springio/antora-extensions from 1.13.1 to 1.14.2 in /docs #15632
  • Bump @springio/asciidoctor-extensions from 1.0.0-alpha.10 to 1.0.0-alpha.11 in /docs #15416
  • Bump @springio/asciidoctor-extensions from 1.0.0-alpha.11 to 1.0.0-alpha.12 in /docs #15524
  • Bump antora from 3.2.0-alpha.4 to 3.2.0-alpha.5 in /docs #15330
  • Bump antora from 3.2.0-alpha.5 to 3.2.0-alpha.6 in /docs #15481
  • Bump com.gradle.develocity from 3.17.5 to 3.17.6 #15463

:heart: Contributors

We'd like to thank all the contributors who worked on this release!

Commits
  • 0115e8a Release 5.8.14
  • 6b69edb Bump @​antora/collector-extension in /docs
  • 0ba2617 Bump @​springio/antora-extensions from 1.13.1 to 1.14.2 in /docs
  • 85775fe Bump org.springframework:spring-framework-bom from 5.3.37 to 5.3.39
  • 1ca5316 Bump io.projectreactor.netty:reactor-netty from 1.0.47 to 1.0.48
  • 47a521c Bump io.projectreactor:reactor-bom from 2020.0.46 to 2020.0.47
  • 751c6a7 Bump @​springio/antora-extensions from 1.13.0 to 1.13.1 in /docs
  • 7d7b59b Bump @​antora/collector-extension in /docs
  • 7149622 Revert "Migrate slack notifications to GChat"
  • e9e0ec8 Bump @​springio/antora-extensions from 1.12.0 to 1.13.0 in /docs
  • Additional commits viewable in compare view


Updates org.apache.maven.plugins:maven-install-plugin from 3.1.2 to 3.1.3

Release notes

Sourced from org.apache.maven.plugins:maven-install-plugin's releases.

3.1.3

Release Notes - Maven Install Plugin - Version 3.1.3


What's Changed

Full Changelog: https://github.com/apache/maven-install-plugin/compare/maven-install-plugin-3.1.2...maven-install-plugin-3.1.3

Commits
  • 8bc98ab [maven-release-plugin] prepare release maven-install-plugin-3.1.3
  • e3fd877 Remove deprecation warnings:
  • 49abeeb [MINSTALL-196] Consider packaging in install-file mojo (#81)
  • 30ca28e [MINSTALL-203] Upgrade parent 43 (#83)
  • 75955fb Build with Maven 4
  • 4fe1f05 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view


Updates org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.4.0

Commits
  • 3ae062d [maven-release-plugin] prepare release surefire-3.4.0
  • f0de8c0 Bump org.htmlunit:htmlunit from 4.3.0 to 4.4.0
  • 817695a Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.16.0
  • 675c02a Bump org.apache.commons:commons-compress from 1.26.2 to 1.27.0
  • 4bd36a1 [SUREFIRE-1385] Add new parameter "promoteUserPropertiesToSystemProperties" (...
  • 1d19ec8 [Doc] Failsafe Verify goal should mention failsafe
  • a93783a [SUREFIRE-2251] [REGRESSION] java.lang.NoSuchMethodException: org.apache.mave...
  • daa011b Bump org.assertj:assertj-core from 3.26.0 to 3.26.3
  • 805f6b7 Improve internal field order
  • 26ae10d Remove outdated invoker conditions
  • Additional commits viewable in compare view


Updates org.apache.maven.plugins:maven-failsafe-plugin from 3.3.1 to 3.4.0

Commits
  • 3ae062d [maven-release-plugin] prepare release surefire-3.4.0
  • f0de8c0 Bump org.htmlunit:htmlunit from 4.3.0 to 4.4.0
  • 817695a Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.16.0
  • 675c02a Bump org.apache.commons:commons-compress from 1.26.2 to 1.27.0
  • 4bd36a1 [SUREFIRE-1385] Add new parameter "promoteUserPropertiesToSystemProperties" (...
  • 1d19ec8 [Doc] Failsafe Verify goal should mention failsafe
  • a93783a [SUREFIRE-2251] [REGRESSION] java.lang.NoSuchMethodException: org.apache.mave...
  • daa011b Bump org.assertj:assertj-core from 3.26.0 to 3.26.3
  • 805f6b7 Improve internal field order
  • 26ae10d Remove outdated invoker conditions
  • Additional commits viewable in compare view


Updates org.apache.maven.plugins:maven-deploy-plugin from 3.1.2 to 3.1.3

Release notes

Sourced from org.apache.maven.plugins:maven-deploy-plugin's releases.

3.1.3

Release Notes - Maven Deploy Plugin - Version 3.1.3


What's Changed

New Contributors

Full Changelog: https://github.com/apache/maven-deploy-plugin/compare/maven-deploy-plugin-3.1.2...maven-deploy-plugin-3.1.3

Commits
  • 96bc864 [maven-release-plugin] prepare release maven-deploy-plugin-3.1.3
  • 00c14ad Remove deprecation warning:
  • 07948ea [MDEPLOY-320] Simplify and unify message (#64)
  • 14cc4c3 [MDEPLOY-311] Consider packaging in deploy-file mojo (#71)
  • c814011 [MDEPLOY-322] Use parent POM 43 (#74)
  • 23cdae6 [MDEPLOY-319] Remove unfinished test - MDEPLOY-318-invalid-pom
  • ac740a7 [MDEPLOY-319] Cleanup of test code
  • da2ad90 Build with Maven4 (#57)
  • 6962699 Bump resolverVersion from 1.9.18 to 1.9.20 (#55)
  • ec081cf [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view


Updates io.dropwizard.metrics:metrics-core from 4.2.26 to 4.2.27

Commits
  • 365166b [maven-release-plugin] prepare release v4.2.27
  • cdd374b Update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.4.0 (#...
  • 3debbe8 Revert "Update dependency org.glassfish.jersey:jersey-bom to v3.0.15"
  • 45ca8a5 Update dependency org.apache.maven.plugins:maven-site-plugin to v3.20.0 (#4363)
  • 5c8fe66 Update dependency maven to v3.9.9
  • 77695d3 Update dependency net.bytebuddy:byte-buddy to v1.14.19
  • 9c717e9 Update logback15.version to v1.5.7
  • 05749c5 Update github/codeql-action digest to 429e197
  • d0a0204 Update github/codeql-action digest to 29d86d2
  • f14bf22 Update dependency org.apache.maven.plugins:maven-gpg-plugin to v3.2.5
  • Additional commits viewable in compare view


Updates org.springframework.boot:spring-boot-starter-parent from 3.3.2 to 3.3.3

Release notes

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

v3.3.3

:star: New Features

  • Add TWENTY_THREE to JavaVersion enum #41716

:lady_beetle: Bug Fixes

  • Extending DefaultErrorAttributes and overriding getErrorAttributes() gets called twice #41995
  • When using WebFlux, server.error.include-binding-errors=ALWAYS no longer has an effect when the BindingResult exception is the cause of a ResponseStatusException #41987
  • PropertiesLauncher does not respect classpath.idx when adding jars in BOOT-INF/lib to the classpath #41970
  • Web extension for SBOM endpoint isn't available under /cloudfoundryapplication #41890
  • Launcher's ClassLoader is no longer parallel capable #41873
  • spring-boot-testcontainers causes unwanted container initialization during AOT processing #41859
  • ReactiveElasticsearchRepositoriesAutoConfiguration should back off when Reactor is not on the classpath #41678
  • mvn spring-boot:build-image fails when 'classifier' is set to non-default value #41661
  • Spring Boot Maven plugin AOT cannot handle Maven modules with module-info.java #41647
  • Docker publishRegistry in Maven plugin configuration is validated when publish option is false #41641
  • Using Gradle's new file permission API is implemented in a way that prevents removal of the old API #41607
  • Some @ControllerEndpoint and @RestControllerEndpoint infrastructure remains undeprecated #41596
  • Constructor binding of EnumMap fails due to missing key type #41563

:notebook_with_decorative_cover: Documentation

  • Improve documented logging property descriptions and default values #41989
  • Explain that enabling virtual threads disables traditional thread pools #41976
  • Harmonize code sample for MyUserHandler in reference documentation #41949
  • Document when environment variable property mapping applies #41945
  • Javadoc of slice test annotations should describe more accurately which components are considered #41935
  • Fix duplicate words #41920
  • Document the need to explicitly reset mock servers when using mock server customizers directly #41849
  • Correct grammar in 'Running your Application with Maven' #41840
  • Document more clearly that username and password are not used when spring.data.redis.url is set #41748
  • Pulsar configuration does not have default value for several entries in the metadata #41683
  • management.otlp.metrics.export.aggregation-temporality does not have a default value in the metadata #41676
  • management.newrelic.metrics.export.client-provider-type does not have a default value in the metadata #41670
  • server.error.include-path does not have a default value in the metadata #41667
  • The effect upon Actuator of defining your own SecurityFilterChain is documented inconsistently #41638
  • "Use Spring Data repositories" How-to incorrectly refers to Repository annotations #41628
  • "Use Spring Data repositories" How-to incorrectly refers to Repository annotations #41627
  • Update link to documentation for log4j-spring-boot #41622
  • Fix link to Flyway reference documentation #41593
  • Document configuration property binding's support for using @Name to customize a property name #41585
  • Add hint for new dependencies required for Flyway #41574
  • Document that spring-boot:repackage should not be run from the command-line #22317

:hammer: Dependency Upgrades

  • Upgrade to ActiveMQ 6.1.3 #41782
  • Upgrade to Awaitility 4.2.2 #41707

... (truncated)

Commits
  • 27f852a Release v3.3.3
  • f0d2503 Merge branch '3.2.x' into 3.3.x
  • 1822b2f Include spring-boot-starter-parent in Integration tests repository
  • d4e1aed Merge branch '3.2.x' into 3.3.x
  • 0b24ee8 Improve loading of jar entry certificates
  • 29e4607 Merge branch '3.2.x' into 3.3.x
  • 112cfc8 Remove processed annotations plugin declaration
  • 05b73ce Call getErrorAttributes() only once
  • d974686 Upgrade to apachepulsar/pulsar 3.2.4
  • 459d899 Add release type attribute for Antora documentation generation
  • Additional commits viewable in compare view


Updates org.springframework.boot:spring-boot-testcontainers from 3.3.2 to 3.3.3

Release notes

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

v3.3.3

:star: New Features

  • Add TWENTY_THREE to JavaVersion enum #41716

:lady_beetle: Bug Fixes

  • Extending DefaultErrorAttributes and overriding getErrorAttributes() gets called twice #41995
  • When using WebFlux, server.error.include-binding-errors=ALWAYS no longer has an effect when the BindingResult exception is the cause of a ResponseStatusException #41987
  • PropertiesLauncher does not respect classpath.idx when adding jars in BOOT-INF/lib to the classpath #41970
  • Web extension for SBOM endpoint isn't available under /cloudfoundryapplication #41890
  • Launcher's ClassLoader is no longer parallel capable #41873
  • spring-boot-testcontainers causes unwanted container initialization during AOT processing #41859
  • ReactiveElasticsearchRepositoriesAutoConfiguration should back off when Reactor is not on the classpath #41678
  • mvn spring-boot:build-image fails when 'classifier' is set to non-default value #41661
  • Spring Boot Maven plugin AOT cannot handle Maven modules with module-info.java #41647
  • Docker publishRegistry in Maven plugin configuration is validated when publish option is false #41641
  • Using Gradle's new file permission API is implemented in a way that prevents removal of the old API #41607
  • Some @ControllerEndpoint and @RestControllerEndpoint infrastructure remains undeprecated #41596
  • Constructor binding of EnumMap fails due to missing key type #41563

:notebook_with_decorative_cover: Documentation

  • Improve documented logging property descriptions and default values