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 maven group across 3 directories with 4 updates #1444

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 5, 2024

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

⭐ 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

🐞 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

📔 Documentation

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

🔨 Dependency Upgrades

  • Upgrade to Reactor 2022.0.18 #32593

v6.0.18

⭐ 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

🐞 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

📔 Documentation

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

🔨 Dependency Upgrades

  • Upgrade to Reactor 2022.0.17 #32421

v6.0.17

⭐ 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

🪲 Bug Fixes

  • Check for null Authentication #14715

5.7.11

⭐ New Features

  • Automate spring-security.xsd #13819

5.7.10

🪲 Bug Fixes

  • Use default PathPatternParser instance #13461

🔨 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

⭐ New Features

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

🪲 Bug Fixes

🔨 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

⭐ 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

🐞 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

📔 Documentation

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

🔨 Dependency Upgrades

  • Upgrade to Reactor 2022.0.18 #32593

v6.0.18

⭐ 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

🐞 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

📔 Documentation

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

🔨 Dependency Upgrades

  • Upgrade to Reactor 2022.0.17 #32421

v6.0.17

⭐ 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

⭐ 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

🐞 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

📔 Documentation

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

🔨 Dependency Upgrades

  • Upgrade to Reactor 2022.0.18 #32593

v6.0.18

⭐ 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

🐞 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

📔 Documentation

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

🔨 Dependency Upgrades

  • Upgrade to Reactor 2022.0.17 #32421

v6.0.17

⭐ 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

🪲 Bug Fixes

  • Check for null Authentication #14715

5.7.11

⭐ New Features

  • Automate spring-security.xsd #13819

5.7.10

🪲 Bug Fixes

  • Use default PathPatternParser instance #13461

🔨 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

⭐ New Features

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

🪲 Bug Fixes

🔨 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 <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
    You can disable automated security fix PRs for this repo from the Security Alerts page.

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

@dependabot dependabot bot requested review from sivaksb and Jpec07 as code owners July 5, 2024 20:44
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 5, 2024
@dependabot dependabot bot force-pushed the dependabot/maven/maven-41fb501e08 branch from 3ee8c79 to 0c05a71 Compare July 25, 2024 22:21
Bumps the maven group with 3 updates in the / directory: [org.springframework:spring-web](https://github.com/spring-projects/spring-framework), org.apache.tomcat.embed:tomcat-embed-core and [org.springframework.security:spring-security-core](https://github.com/spring-projects/spring-security).
Bumps the maven group with 1 update in the /acceptance-tests directory: [org.springframework:spring-web](https://github.com/spring-projects/spring-framework).
Bumps the maven group with 3 updates in the /rest-api directory: [org.springframework:spring-web](https://github.com/spring-projects/spring-framework), org.apache.tomcat.embed:tomcat-embed-core and [org.springframework.security:spring-security-core](https://github.com/spring-projects/spring-security).


Updates `org.springframework:spring-web` from 5.3.26 to 6.0.19
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.26...v6.0.19)

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](https://github.com/spring-projects/spring-security/releases)
- [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc)
- [Commits](spring-projects/spring-security@5.6.9...5.7.12)

Updates `org.springframework:spring-web` from 5.3.26 to 6.0.19
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.26...v6.0.19)

Updates `org.springframework:spring-web` from 5.3.26 to 6.0.19
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.26...v6.0.19)

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](https://github.com/spring-projects/spring-security/releases)
- [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc)
- [Commits](spring-projects/spring-security@5.6.9...5.7.12)

---
updated-dependencies:
- dependency-name: org.springframework:spring-web
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.tomcat.embed:tomcat-embed-core
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.tomcat.embed:tomcat-embed-websocket
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.springframework.security:spring-security-core
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.springframework:spring-web
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.springframework:spring-web
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.tomcat.embed:tomcat-embed-core
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.tomcat.embed:tomcat-embed-websocket
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.springframework.security:spring-security-core
  dependency-type: direct:production
  dependency-group: maven
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/maven-41fb501e08 branch from 0c05a71 to 7edec8f Compare July 31, 2024 13:37
Copy link

sonarcloud bot commented Jul 31, 2024

Copy link

sonarcloud bot commented Nov 15, 2024

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.

3 participants