CMSgov / qpp-conversion-tool

Conversion tool for QPP, particularly focused on QRDA3 -> QPP, built by Flexion.
Creative Commons Zero v1.0 Universal
36 stars 62 forks source link

Bump the maven group across 3 directories with 4 updates #1444

Open dependabot[bot] opened 2 months ago

dependabot[bot] commented 2 months ago

Bumps the maven group with 3 updates in the / directory: org.springframework:spring-web, org.apache.tomcat.embed:tomcat-embed-core and org.springframework.security:spring-security-core. Bumps the maven group with 1 update in the /acceptance-tests directory: org.springframework:spring-web. Bumps the maven group with 3 updates in the /rest-api directory: org.springframework:spring-web, org.apache.tomcat.embed:tomcat-embed-core and org.springframework.security:spring-security-core.

Updates org.springframework:spring-web from 5.3.26 to 6.0.19

Release notes

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

v6.0.19

:star: New Features

  • Log column type for limited support message in JdbcUtils.getResultSetValue #32602
  • Avoid additional unnecessary Annotation array cloning in TypeDescriptor #32478
  • Avoid cloning empty Annotation array in TypeDescriptor #32465

:lady_beetle: Bug Fixes

  • Refine scheme, userinfo, host and port parsing in UriComponentsBuilder #32617
  • MethodIntrospector.selectMethods() fails to detect bridge methods across ApplicationContexts #32587
  • Generic interface on FactoryBean class not autowired in case of targetType mismatch #32585
  • HeaderContentNegotiationStrategy.resolveMediaTypes() throws unexpected InvalidMimeTypeException #32484
  • JmsUtils.commitIfNecessary catches and ignores JMS IllegalStateException, losing message with ActiveMQ Artemis #32479
  • Consistently apply TaskDecorator to ManagedExecutorService as well #32456

:notebook_with_decorative_cover: Documentation

  • Fix broken link to vavr in the reference guide #32495

:hammer: Dependency Upgrades

  • Upgrade to Reactor 2022.0.18 #32593

v6.0.18

:star: New Features

  • Extract reusable method for URI validations #32441
  • Allow UriTemplate to be built with an empty template #32437
  • Refine \*HttpMessageConverter#getContentLength return value null safety #32333

:lady_beetle: Bug Fixes

  • WebClient Observations are missing error #32399
  • AopUtils.getMostSpecificMethod does not return original method for proxy-derived method anymore #32368
  • Better protect against concurrent error handling for async requests #32341
  • ContentCachingResponseWrapper no longer honors Content-Type and Content-Length #32321
  • Hibernate native image support broken by HHH-17643 #32312

:notebook_with_decorative_cover: Documentation

  • Fix order of 2 sections in the Validation chapter of the reference manual #32409

:hammer: Dependency Upgrades

  • Upgrade to Reactor 2022.0.17 #32421

v6.0.17

:star: New Features

... (truncated)

Commits
  • 91cf5eb Release v6.0.19
  • 402246d Refine UriComponentsBuilder parsing
  • 88a68dd Upgrade to Reactor 2022.0.18
  • 7d178c6 Detect bridge methods across ApplicationContexts in MethodIntrospector
  • ba776d7 Log column type for limited support message in getResultSetValue
  • aba5f42 Remove accidental backport of 6.1 class
  • 2bac162 Upgrade to Groovy 4.0.20, Netty 4.1.108, OpenPDF 1.3.43
  • 9412d78 Revised tests for generic FactoryBean type matching (backported)
  • a0bd13c Do not extract FactoryBean generic in case of targetType mismatch
  • 46a0821 Stop linking to Websphere's Javadoc
  • Additional commits viewable in compare view


Updates org.apache.tomcat.embed:tomcat-embed-core from 9.0.83 to 9.0.90

Updates org.apache.tomcat.embed:tomcat-embed-websocket from 9.0.83 to 9.0.90

Updates org.springframework.security:spring-security-core from 5.6.9 to 5.7.12

Release notes

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

5.7.12

:beetle: Bug Fixes

  • Check for null Authentication #14715

5.7.11

:star: New Features

  • Automate spring-security.xsd #13819

5.7.10

:beetle: Bug Fixes

  • Use default PathPatternParser instance #13461

:hammer: Dependency Upgrades

  • Update io.projectreactor to 2020.0.34 #13509
  • Update org.springframework to 5.3.29 #13511
  • Update org.springframework.data to 2021.2.14 #13512
  • Update reactor-netty to 1.0.34 #13510

5.7.9

:star: New Features

  • Convert to Asciidoctor Tabs #13404
  • Use Antora name of security #13328

:beetle: Bug Fixes

:hammer: Dependency Upgrades

  • Update io.projectreactor to 2020.0.33 #13373
  • Update io.rsocket to 1.1.4 #13379
  • Update org.springframework to 5.3.28 #13382
  • Update org.springframework.data to 2021.2.13 #13385

... (truncated)

Commits


Updates org.springframework:spring-web from 5.3.26 to 6.0.19

Release notes

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

v6.0.19

:star: New Features

  • Log column type for limited support message in JdbcUtils.getResultSetValue #32602
  • Avoid additional unnecessary Annotation array cloning in TypeDescriptor #32478
  • Avoid cloning empty Annotation array in TypeDescriptor #32465

:lady_beetle: Bug Fixes

  • Refine scheme, userinfo, host and port parsing in UriComponentsBuilder #32617
  • MethodIntrospector.selectMethods() fails to detect bridge methods across ApplicationContexts #32587
  • Generic interface on FactoryBean class not autowired in case of targetType mismatch #32585
  • HeaderContentNegotiationStrategy.resolveMediaTypes() throws unexpected InvalidMimeTypeException #32484
  • JmsUtils.commitIfNecessary catches and ignores JMS IllegalStateException, losing message with ActiveMQ Artemis #32479
  • Consistently apply TaskDecorator to ManagedExecutorService as well #32456

:notebook_with_decorative_cover: Documentation

  • Fix broken link to vavr in the reference guide #32495

:hammer: Dependency Upgrades

  • Upgrade to Reactor 2022.0.18 #32593

v6.0.18

:star: New Features

  • Extract reusable method for URI validations #32441
  • Allow UriTemplate to be built with an empty template #32437
  • Refine \*HttpMessageConverter#getContentLength return value null safety #32333

:lady_beetle: Bug Fixes

  • WebClient Observations are missing error #32399
  • AopUtils.getMostSpecificMethod does not return original method for proxy-derived method anymore #32368
  • Better protect against concurrent error handling for async requests #32341
  • ContentCachingResponseWrapper no longer honors Content-Type and Content-Length #32321
  • Hibernate native image support broken by HHH-17643 #32312

:notebook_with_decorative_cover: Documentation

  • Fix order of 2 sections in the Validation chapter of the reference manual #32409

:hammer: Dependency Upgrades

  • Upgrade to Reactor 2022.0.17 #32421

v6.0.17

:star: New Features

... (truncated)

Commits
  • 91cf5eb Release v6.0.19
  • 402246d Refine UriComponentsBuilder parsing
  • 88a68dd Upgrade to Reactor 2022.0.18
  • 7d178c6 Detect bridge methods across ApplicationContexts in MethodIntrospector
  • ba776d7 Log column type for limited support message in getResultSetValue
  • aba5f42 Remove accidental backport of 6.1 class
  • 2bac162 Upgrade to Groovy 4.0.20, Netty 4.1.108, OpenPDF 1.3.43
  • 9412d78 Revised tests for generic FactoryBean type matching (backported)
  • a0bd13c Do not extract FactoryBean generic in case of targetType mismatch
  • 46a0821 Stop linking to Websphere's Javadoc
  • Additional commits viewable in compare view


Updates org.springframework:spring-web from 5.3.26 to 6.0.19

Release notes

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

v6.0.19

:star: New Features

  • Log column type for limited support message in JdbcUtils.getResultSetValue #32602
  • Avoid additional unnecessary Annotation array cloning in TypeDescriptor #32478
  • Avoid cloning empty Annotation array in TypeDescriptor #32465

:lady_beetle: Bug Fixes

  • Refine scheme, userinfo, host and port parsing in UriComponentsBuilder #32617
  • MethodIntrospector.selectMethods() fails to detect bridge methods across ApplicationContexts #32587
  • Generic interface on FactoryBean class not autowired in case of targetType mismatch #32585
  • HeaderContentNegotiationStrategy.resolveMediaTypes() throws unexpected InvalidMimeTypeException #32484
  • JmsUtils.commitIfNecessary catches and ignores JMS IllegalStateException, losing message with ActiveMQ Artemis #32479
  • Consistently apply TaskDecorator to ManagedExecutorService as well #32456

:notebook_with_decorative_cover: Documentation

  • Fix broken link to vavr in the reference guide #32495

:hammer: Dependency Upgrades

  • Upgrade to Reactor 2022.0.18 #32593

v6.0.18

:star: New Features

  • Extract reusable method for URI validations #32441
  • Allow UriTemplate to be built with an empty template #32437
  • Refine \*HttpMessageConverter#getContentLength return value null safety #32333

:lady_beetle: Bug Fixes

  • WebClient Observations are missing error #32399
  • AopUtils.getMostSpecificMethod does not return original method for proxy-derived method anymore #32368
  • Better protect against concurrent error handling for async requests #32341
  • ContentCachingResponseWrapper no longer honors Content-Type and Content-Length #32321
  • Hibernate native image support broken by HHH-17643 #32312

:notebook_with_decorative_cover: Documentation

  • Fix order of 2 sections in the Validation chapter of the reference manual #32409

:hammer: Dependency Upgrades

  • Upgrade to Reactor 2022.0.17 #32421

v6.0.17

:star: New Features

... (truncated)

Commits
  • 91cf5eb Release v6.0.19
  • 402246d Refine UriComponentsBuilder parsing
  • 88a68dd Upgrade to Reactor 2022.0.18
  • 7d178c6 Detect bridge methods across ApplicationContexts in MethodIntrospector
  • ba776d7 Log column type for limited support message in getResultSetValue
  • aba5f42 Remove accidental backport of 6.1 class
  • 2bac162 Upgrade to Groovy 4.0.20, Netty 4.1.108, OpenPDF 1.3.43
  • 9412d78 Revised tests for generic FactoryBean type matching (backported)
  • a0bd13c Do not extract FactoryBean generic in case of targetType mismatch
  • 46a0821 Stop linking to Websphere's Javadoc
  • Additional commits viewable in compare view


Updates org.apache.tomcat.embed:tomcat-embed-core from 9.0.83 to 9.0.90

Updates org.apache.tomcat.embed:tomcat-embed-websocket from 9.0.83 to 9.0.90

Updates org.springframework.security:spring-security-core from 5.6.9 to 5.7.12

Release notes

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

5.7.12

:beetle: Bug Fixes

  • Check for null Authentication #14715

5.7.11

:star: New Features

  • Automate spring-security.xsd #13819

5.7.10

:beetle: Bug Fixes

  • Use default PathPatternParser instance #13461

:hammer: Dependency Upgrades

  • Update io.projectreactor to 2020.0.34 #13509
  • Update org.springframework to 5.3.29 #13511
  • Update org.springframework.data to 2021.2.14 #13512
  • Update reactor-netty to 1.0.34 #13510

5.7.9

:star: New Features

  • Convert to Asciidoctor Tabs #13404
  • Use Antora name of security #13328

:beetle: Bug Fixes

:hammer: Dependency Upgrades

  • Update io.projectreactor to 2020.0.33 #13373
  • Update io.rsocket to 1.1.4 #13379
  • Update org.springframework to 5.3.28 #13382
  • Update org.springframework.data to 2021.2.13 #13385

... (truncated)

Commits


You can trigger a rebase of this PR 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/CMSgov/qpp-conversion-tool/network/alerts).

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud