AxonFramework / extension-mongo

Axon Framework extension for Mongo integration as a Dead Letter, Event, Saga and Tracking Token storage solution.
https://axoniq.io/
Apache License 2.0
24 stars 16 forks source link

Bump the maven-dependencies group across 1 directory with 11 updates #431

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the maven-dependencies group with 11 updates in the / directory:

Package From To
org.springframework:spring-test 5.3.34 5.3.37
org.springframework:spring-context-support 5.3.34 5.3.37
org.springframework:spring-orm 5.3.34 5.3.37
org.testcontainers:testcontainers-bom 1.19.7 1.19.8
org.apache.maven.plugins:maven-install-plugin 3.1.1 3.1.2
org.apache.maven.plugins:maven-surefire-plugin 3.2.5 3.3.0
org.apache.maven.plugins:maven-javadoc-plugin 3.6.3 3.7.0
org.apache.maven.plugins:maven-enforcer-plugin 3.4.1 3.5.0
org.springframework.boot:spring-boot-starter 2.7.18 3.3.0
org.springframework.boot:spring-boot-maven-plugin 2.7.18 3.3.0
org.springframework.boot:spring-boot-starter-parent 3.2.5 3.3.0

Updates org.springframework:spring-test from 5.3.34 to 5.3.37

Release notes

Sourced from org.springframework:spring-test's releases.

v5.3.37

:star: New Features

  • AnnotationUtils performance degrades with deep stacks #32923

:lady_beetle: Bug Fixes

  • AspectJ CTW aspects executed twice #32974
  • SpEL compilation fails when indexing into a Map with a primitive #32911
  • SpEL compilation fails when indexing into an array or list with an Integer #32909
  • Application not starting with @EnableTransactionManagement(mode = AdviceMode.ASPECTJ) #32885

:hammer: Dependency Upgrades

  • Upgrade to Reactor 2020.0.45 #33010

v5.3.36

:lady_beetle: Bug Fixes

  • Overridden aspect method runs twice #32868
  • @DateTimeFormat(iso = DateTimeFormat.ISO.DATE\_TIME) cannot convert UTC without milliseconds to java.util.Date #32860
  • Spring AOP fails against registered @Configurable aspect #32840

v5.3.35

:star: New Features

  • Accept ajc-compiled @Aspect classes for Spring AOP proxy usage #32818

:lady_beetle: Bug Fixes

  • DeferredQueryInvocationHandler fails to unwrap QuerySqmImpl class outside of transaction #32770
  • MergedAnnotations search does not find container for repeatable annotation #32751
  • AnnotationConfigWebApplicationContext should propagate ApplicationStartup to BeanFactory #32749
  • Ignore non-String keys in PropertiesPropertySource.getPropertyNames() #32744
  • "multiple subscribers not supported" when using WebClient exchange #32728
  • Deadlock/Stall in ConcurrentWebSocketSessionDecorator with Undertow 2.3.10 #32698

:notebook_with_decorative_cover: Documentation

  • Correct documentation on streaming with MockMvcWebTestClient #32723
  • Update links to HttpOnly documentation at OWASP in ResponseCookie #32668

:hammer: Dependency Upgrades

  • Upgrade to Reactor 2020.0.44 #32788
Commits
  • aca8b5d Release v5.3.37
  • 0ce1ef9 Polishing (aligned with 6.0.x)
  • e26ea00 Upgrade to spring-javaformat-checkstyle 0.0.42 and Netty 4.1.111
  • c10b6c2 Upgrade to Reactor 2020.0.45
  • 63568e6 Skip ajc-compiled aspects for ajc-compiled target classes
  • d410485 Avoid NoSuchMethodException for annotation attribute checks
  • 2384474 Support compilation of map indexing with primitive in SpEL
  • 0f04052 Support compilation of array and list indexing with Integer in SpEL
  • 98aa03c Test detection of original generic method for CGLIB bridge method
  • 3e45b76 Polishing
  • Additional commits viewable in compare view


Updates org.springframework:spring-context-support from 5.3.34 to 5.3.37

Release notes

Sourced from org.springframework:spring-context-support's releases.

v5.3.37

:star: New Features

  • AnnotationUtils performance degrades with deep stacks #32923

:lady_beetle: Bug Fixes

  • AspectJ CTW aspects executed twice #32974
  • SpEL compilation fails when indexing into a Map with a primitive #32911
  • SpEL compilation fails when indexing into an array or list with an Integer #32909
  • Application not starting with @EnableTransactionManagement(mode = AdviceMode.ASPECTJ) #32885

:hammer: Dependency Upgrades

  • Upgrade to Reactor 2020.0.45 #33010

v5.3.36

:lady_beetle: Bug Fixes

  • Overridden aspect method runs twice #32868
  • @DateTimeFormat(iso = DateTimeFormat.ISO.DATE\_TIME) cannot convert UTC without milliseconds to java.util.Date #32860
  • Spring AOP fails against registered @Configurable aspect #32840

v5.3.35

:star: New Features

  • Accept ajc-compiled @Aspect classes for Spring AOP proxy usage #32818

:lady_beetle: Bug Fixes

  • DeferredQueryInvocationHandler fails to unwrap QuerySqmImpl class outside of transaction #32770
  • MergedAnnotations search does not find container for repeatable annotation #32751
  • AnnotationConfigWebApplicationContext should propagate ApplicationStartup to BeanFactory #32749
  • Ignore non-String keys in PropertiesPropertySource.getPropertyNames() #32744
  • "multiple subscribers not supported" when using WebClient exchange #32728
  • Deadlock/Stall in ConcurrentWebSocketSessionDecorator with Undertow 2.3.10 #32698

:notebook_with_decorative_cover: Documentation

  • Correct documentation on streaming with MockMvcWebTestClient #32723
  • Update links to HttpOnly documentation at OWASP in ResponseCookie #32668

:hammer: Dependency Upgrades

  • Upgrade to Reactor 2020.0.44 #32788
Commits
  • aca8b5d Release v5.3.37
  • 0ce1ef9 Polishing (aligned with 6.0.x)
  • e26ea00 Upgrade to spring-javaformat-checkstyle 0.0.42 and Netty 4.1.111
  • c10b6c2 Upgrade to Reactor 2020.0.45
  • 63568e6 Skip ajc-compiled aspects for ajc-compiled target classes
  • d410485 Avoid NoSuchMethodException for annotation attribute checks
  • 2384474 Support compilation of map indexing with primitive in SpEL
  • 0f04052 Support compilation of array and list indexing with Integer in SpEL
  • 98aa03c Test detection of original generic method for CGLIB bridge method
  • 3e45b76 Polishing
  • Additional commits viewable in compare view


Updates org.springframework:spring-orm from 5.3.34 to 5.3.37

Release notes

Sourced from org.springframework:spring-orm's releases.

v5.3.37

:star: New Features

  • AnnotationUtils performance degrades with deep stacks #32923

:lady_beetle: Bug Fixes

  • AspectJ CTW aspects executed twice #32974
  • SpEL compilation fails when indexing into a Map with a primitive #32911
  • SpEL compilation fails when indexing into an array or list with an Integer #32909
  • Application not starting with @EnableTransactionManagement(mode = AdviceMode.ASPECTJ) #32885

:hammer: Dependency Upgrades

  • Upgrade to Reactor 2020.0.45 #33010

v5.3.36

:lady_beetle: Bug Fixes

  • Overridden aspect method runs twice #32868
  • @DateTimeFormat(iso = DateTimeFormat.ISO.DATE\_TIME) cannot convert UTC without milliseconds to java.util.Date #32860
  • Spring AOP fails against registered @Configurable aspect #32840

v5.3.35

:star: New Features

  • Accept ajc-compiled @Aspect classes for Spring AOP proxy usage #32818

:lady_beetle: Bug Fixes

  • DeferredQueryInvocationHandler fails to unwrap QuerySqmImpl class outside of transaction #32770
  • MergedAnnotations search does not find container for repeatable annotation #32751
  • AnnotationConfigWebApplicationContext should propagate ApplicationStartup to BeanFactory #32749
  • Ignore non-String keys in PropertiesPropertySource.getPropertyNames() #32744
  • "multiple subscribers not supported" when using WebClient exchange #32728
  • Deadlock/Stall in ConcurrentWebSocketSessionDecorator with Undertow 2.3.10 #32698

:notebook_with_decorative_cover: Documentation

  • Correct documentation on streaming with MockMvcWebTestClient #32723
  • Update links to HttpOnly documentation at OWASP in ResponseCookie #32668

:hammer: Dependency Upgrades

  • Upgrade to Reactor 2020.0.44 #32788
Commits
  • aca8b5d Release v5.3.37
  • 0ce1ef9 Polishing (aligned with 6.0.x)
  • e26ea00 Upgrade to spring-javaformat-checkstyle 0.0.42 and Netty 4.1.111
  • c10b6c2 Upgrade to Reactor 2020.0.45
  • 63568e6 Skip ajc-compiled aspects for ajc-compiled target classes
  • d410485 Avoid NoSuchMethodException for annotation attribute checks
  • 2384474 Support compilation of map indexing with primitive in SpEL
  • 0f04052 Support compilation of array and list indexing with Integer in SpEL
  • 98aa03c Test detection of original generic method for CGLIB bridge method
  • 3e45b76 Polishing
  • Additional commits viewable in compare view


Updates org.testcontainers:testcontainers-bom from 1.19.7 to 1.19.8

Release notes

Sourced from org.testcontainers:testcontainers-bom's releases.

1.19.8

Testcontainers for Java 1.19.8

🚀 Features & Enhancements

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

Commits


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

Release notes

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

3.1.2

Release Notes - Maven Install Plugin - Version 3.1.2


What's Changed

New Contributors

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

Commits
  • e1494c1 [maven-release-plugin] prepare release maven-install-plugin-3.1.2
  • 6712ae8 Remove workaround, handle it centrally
  • 1fa847f Bump workflow
  • bdc93d5 Quickfix: move to zulu
  • 7b9bf51 [MINSTALL-193] Parent 42, min Maven 3.6.3 (#64)
  • e914367 [MINSTALL-195] Include artifactId in InstallMojo#processProject messages
  • 3ebb448 [MINSTALL-197] Update to parent 41, cleanup (#61)
  • 30d2b53 [MINSTALL-192] - Code cleanups
  • 429ad5b [MNG-6829] Replace StringUtils#isEmpty(String) & #isNotEmpty(String) (#58)
  • f6377c4 configure notifications
  • Additional commits viewable in compare view


Updates org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.0

Commits
  • d0b96a4 [maven-release-plugin] prepare release surefire-3.3.0
  • 71796af Bump org.codehaus.plexus:plexus-component-annotations
  • afb2d4e Bump org.codehaus.plexus:plexus-interpolation from 1.25 to 1.27
  • e6287dd [SUREFIRE-2232] [REGRESSION] StatelessXmlReporter fails to process failed res...
  • 57b7837 Bump org.htmlunit:htmlunit from 3.11.0 to 4.2.0
  • fd440c4 Bump org.xmlunit:xmlunit-core from 2.9.1 to 2.10.0
  • 5c34c43 Bump org.assertj:assertj-core from 3.25.3 to 3.26.0
  • 680fb00 Bump org.apache.commons:commons-compress from 1.26.1 to 1.26.2
  • cad0931 [SUREFIRE-2248] Make "type" attribute on failures and errors in (surefire|fai...
  • a88d786 [SUREFIRE-2047] Upgrade to maven-common-artifact-filters 3.4.0
  • Additional commits viewable in compare view


Updates org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0

Release notes

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

3.7.0

📦 Dependency updates

📝 Documentation updates

👻 Maintenance

  • Bump org.springframework:spring-context from 4.3.29.RELEASE to 5.2.21.RELEASE in /src/it/projects/MJAVADOC-434_fixcompile (#280) @​dependabot
  • Exclude JDK 8 - temurin, adopt-openj9 on macos (#279) @​slawekjaranowski

🔧 Build

Commits
  • 2c28b8d [maven-release-plugin] prepare release maven-javadoc-plugin-3.7.0
  • 5530d68 [MJAVADOC-793] java.lang.NullPointerException: Cannot invoke "String.length()...
  • 08cf68e Revert "Bump org.codehaus.plexus:plexus-archiver from 4.9.1 to 4.9.2"
  • 6446822 Bump org.apache.maven.shared:maven-invoker from 3.2.0 to 3.3.0
  • 49c93ad Bump org.assertj:assertj-core from 3.25.3 to 3.26.0
  • 4e72048 [MJAVADOC-795] Upgrade to Parent 42 and Maven 3.6.3
  • b55dd96 Bump org.codehaus.plexus:plexus-archiver from 4.9.1 to 4.9.2
  • 77ad410 Bump org.apache.commons:commons-text from 1.11.0 to 1.12.0
  • c21568a Bump commons-io:commons-io from 2.16.0 to 2.16.1
  • ded56a9 Exclude JDK 8 - temurin, adopt-openj9 on macos
  • Additional commits viewable in compare view


Updates org.apache.maven.plugins:maven-enforcer-plugin from 3.4.1 to 3.5.0

Release notes

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

3.5.0

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

Commits
  • 21b31b5 [maven-release-plugin] prepare release enforcer-3.5.0
  • e6cd6e9 Remove unused dependency (#316)
  • 29d1c0d [MENFORCER-497] Require Maven 3.6.3+
  • 80e6626 [MENFORCER-503] Pass context to ProfileActivator - fix NPE in Maven 3.9.7
  • 5c7d0bc [MENFORCER-494] Allow banning dynamic versions in whole tree (#294)
  • e687c46 [MENFORCER-501] Bump commons-io:commons-io from 2.16.0 to 2.16.1 (#311)
  • 6665083 [MENFORCER-501] Bump commons-codec:commons-codec from 1.16.1 to 1.17.0 (#312)
  • 3eb6343 Bump project version to 3.5.0-SNAPSHOT
  • 1cf5c5f [MENFORCER-504] Bump org.apache.maven:maven-parent from 41 to 42 (#314)
  • a24b557 Manage ignore artifacts for dependabot in PR
  • Additional commits viewable in compare view


Updates org.springframework:spring-context-support from 5.3.34 to 5.3.37

Release notes

Sourced from org.springframework:spring-context-support's releases.

v5.3.37

:star: New Features

  • AnnotationUtils performance degrades with deep stacks #32923

:lady_beetle: Bug Fixes

  • AspectJ CTW aspects executed twice #32974
  • SpEL compilation fails when indexing into a Map with a primitive #32911
  • SpEL compilation fails when indexing into an array or list with an Integer #32909
  • Application not starting with @EnableTransactionManagement(mode = AdviceMode.ASPECTJ) #32885

:hammer: Dependency Upgrades

  • Upgrade to Reactor 2020.0.45 #33010

v5.3.36

:lady_beetle: Bug Fixes

  • Overridden aspect method runs twice #32868
  • @DateTimeFormat(iso = DateTimeFormat.ISO.DATE\_TIME) cannot convert UTC without milliseconds to java.util.Date #32860
  • Spring AOP fails against registered @Configurable aspect #32840

v5.3.35

:star: New Features

  • Accept ajc-compiled @Aspect classes for Spring AOP proxy usage #32818

:lady_beetle: Bug Fixes

  • DeferredQueryInvocationHandler fails to unwrap QuerySqmImpl class outside of transaction #32770
  • MergedAnnotations search does not find container for repeatable annotation #32751
  • AnnotationConfigWebApplicationContext should propagate ApplicationStartup to BeanFactory #32749
  • Ignore non-String keys in PropertiesPropertySource.getPropertyNames() #32744
  • "multiple subscribers not supported" when using WebClient exchange #32728
  • Deadlock/Stall in ConcurrentWebSocketSessionDecorator with Undertow 2.3.10 #32698

:notebook_with_decorative_cover: Documentation

  • Correct documentation on streaming with MockMvcWebTestClient #32723
  • Update links to HttpOnly documentation at OWASP in ResponseCookie #32668

:hammer: Dependency Upgrades

  • Upgrade to Reactor 2020.0.44 #32788
Commits
  • aca8b5d Release v5.3.37
  • 0ce1ef9 Polishing (aligned with 6.0.x)
  • e26ea00 Upgrade to spring-javaformat-checkstyle 0.0.42 and Netty 4.1.111
  • c10b6c2 Upgrade to Reactor 2020.0.45
  • 63568e6 Skip ajc-compiled aspects for ajc-compiled target classes
  • d410485 Avoid NoSuchMethodException for annotation attribute checks
  • 2384474 Support compilation of map indexing with primitive in SpEL
  • 0f04052 Support compilation of array and list indexing with Integer in SpEL
  • 98aa03c Test detection of original generic method for CGLIB bridge method
  • 3e45b76 Polishing
  • Additional commits viewable in compare view


Updates org.springframework:spring-orm from 5.3.34 to 5.3.37

Release notes

Sourced from org.springframework:spring-orm's releases.

v5.3.37

:star: New Features

  • AnnotationUtils performance degrades with deep stacks #32923

:lady_beetle: Bug Fixes

  • AspectJ CTW aspects executed twice #32974
  • SpEL compilation fails when indexing into a Map with a primitive #32911
  • SpEL compilation fails when indexing into an array or list with an Integer #32909
  • Application not starting with @EnableTransactionManagement(mode = AdviceMode.ASPECTJ) #32885

:hammer: Dependency Upgrades

  • Upgrade to Reactor 2020.0.45 #33010

v5.3.36

:lady_beetle: Bug Fixes

  • Overridden aspect method runs twice #32868
  • @DateTimeFormat(iso = DateTimeFormat.ISO.DATE\_TIME) cannot convert UTC without milliseconds to java.util.Date #32860
  • Spring AOP fails against registered @Configurable aspect #32840

v5.3.35

:star: New Features

  • Accept ajc-compiled @Aspect classes for Spring AOP proxy usage #32818

:lady_beetle: Bug Fixes

  • DeferredQueryInvocationHandler fails to unwrap QuerySqmImpl class outside of transaction #32770
  • MergedAnnotations search does not find container for repeatable annotation #32751
  • AnnotationConfigWebApplicationContext should propagate ApplicationStartup to BeanFactory #32749
  • Ignore non-String keys in PropertiesPropertySource.getPropertyNames() #32744
  • "multiple subscribers not supported" when using WebClient exchange #32728
  • Deadlock/Stall in ConcurrentWebSocketSessionDecorator with Undertow 2.3.10 #32698

:notebook_with_decorative_cover: Documentation

  • Correct documentation on streaming with MockMvcWebTestClient #32723
  • Update links to HttpOnly documentation at OWASP in ResponseCookie #32668

:hammer: Dependency Upgrades

  • Upgrade to Reactor 2020.0.44 #32788
Commits
  • aca8b5d Release v5.3.37
  • 0ce1ef9 Polishing (aligned with 6.0.x)
  • e26ea00 Upgrade to spring-javaformat-checkstyle 0.0.42 and Netty 4.1.111
  • c10b6c2 Upgrade to Reactor 2020.0.45
  • 63568e6 Skip ajc-compiled aspect... _Description has been truncated_
dependabot[bot] commented 2 months ago

Looks like these dependencies are updatable in another way, so this is no longer needed.

smcvb commented 1 month ago

Made obsolete by #432