-
Notifications
You must be signed in to change notification settings - Fork 47
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 cia.project.versions.spring from 5.3.15 to 5.3.16 #3935
Bump cia.project.versions.spring from 5.3.15 to 5.3.16 #3935
Conversation
Bumps `cia.project.versions.spring` from 5.3.15 to 5.3.16. Updates `spring-orm` from 5.3.15 to 5.3.16 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v5.3.15...v5.3.16) Updates `spring-jdbc` from 5.3.15 to 5.3.16 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v5.3.15...v5.3.16) Updates `spring-expression` from 5.3.15 to 5.3.16 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v5.3.15...v5.3.16) Updates `spring-context-support` from 5.3.15 to 5.3.16 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v5.3.15...v5.3.16) Updates `spring-beans` from 5.3.15 to 5.3.16 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v5.3.15...v5.3.16) Updates `spring-oxm` from 5.3.15 to 5.3.16 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v5.3.15...v5.3.16) Updates `spring-test` from 5.3.15 to 5.3.16 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v5.3.15...v5.3.16) Updates `spring-context` from 5.3.15 to 5.3.16 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v5.3.15...v5.3.16) Updates `spring-aspects` from 5.3.15 to 5.3.16 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v5.3.15...v5.3.16) Updates `spring-web` from 5.3.15 to 5.3.16 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v5.3.15...v5.3.16) Updates `spring-jms` from 5.3.15 to 5.3.16 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v5.3.15...v5.3.16) Updates `spring-aop` from 5.3.15 to 5.3.16 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v5.3.15...v5.3.16) Updates `spring-webmvc` from 5.3.15 to 5.3.16 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v5.3.15...v5.3.16) --- updated-dependencies: - dependency-name: org.springframework:spring-orm dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-jdbc dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-expression dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-context-support dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-beans dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-oxm dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-test dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-context dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-aspects dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-web dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-jms dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-aop dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-webmvc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Micro-Learning Topic: Stack overflow (Detected by phrase)Matched on "stack overflow"Also referred to as Stack buffer overflows. This vulnerability occurs when data received by a program is written to a memory location on the stack and the allocated space is not large enough to take the whole input. If proper boundary checks are not implemented, or unsafe functions like sprintf, fgets etc. are used which don't require a destination size limit the stack memory after the target buffer may be written to, allowing an attacker to alter the normal behaviour of the program. Most modern compilers now have a secure switch which may reorder stack variables and generate extra code to protect against this type of vulnerability. Try this challenge in Secure Code Warrior |
No description provided. |
Bumps
cia.project.versions.spring
from 5.3.15 to 5.3.16.Updates
spring-orm
from 5.3.15 to 5.3.16Release notes
Sourced from spring-orm's releases.
... (truncated)
Commits
ab5a6a5
Release v5.3.16f8a59c2
Polishing1166577
Upgrade to Netty 4.1.74, Jetty 9.4.45, Undertow 2.2.16, Hibernate Validator 6...36dc4e4
Add mavenCentral() to pluginManagement repositories3ac6014
Improve documentation for uri(URI) method in WebTestCliente3ceb9b
Polish@Target
declarations for stereotype annotations5ab966f
Polish contribution7276752
Fix CronExpression issue with DST685a195
Deprecate SocketUtils3188c0f
Ensure fix for gh-28012 is actually testedUpdates
spring-jdbc
from 5.3.15 to 5.3.16Release notes
Sourced from spring-jdbc's releases.
... (truncated)
Commits
ab5a6a5
Release v5.3.16f8a59c2
Polishing1166577
Upgrade to Netty 4.1.74, Jetty 9.4.45, Undertow 2.2.16, Hibernate Validator 6...36dc4e4
Add mavenCentral() to pluginManagement repositories3ac6014
Improve documentation for uri(URI) method in WebTestCliente3ceb9b
Polish@Target
declarations for stereotype annotations5ab966f
Polish contribution7276752
Fix CronExpression issue with DST685a195
Deprecate SocketUtils3188c0f
Ensure fix for gh-28012 is actually testedUpdates
spring-expression
from 5.3.15 to 5.3.16Release notes
Sourced from spring-expression's releases.
... (truncated)
Commits
ab5a6a5
Release v5.3.16f8a59c2
Polishing1166577
Upgrade to Netty 4.1.74, Jetty 9.4.45, Undertow 2.2.16, Hibernate Validator 6...36dc4e4
Add mavenCentral() to pluginManagement repositories3ac6014
Improve documentation for uri(URI) method in WebTestCliente3ceb9b
Polish@Target
declarations for stereotype annotations5ab966f
Polish contribution7276752
Fix CronExpression issue with DST685a195
Deprecate SocketUtils3188c0f
Ensure fix for gh-28012 is actually testedUpdates
spring-context-support
from 5.3.15 to 5.3.16Release notes
Sourced from spring-context-support's releases.
... (truncated)
Commits
ab5a6a5
Release v5.3.16f8a59c2
Polishing1166577
Upgrade to Netty 4.1.74, Jetty 9.4.45, Undertow 2.2.16, Hibernate Validator 6...36dc4e4
Add mavenCentral() to pluginManagement repositories3ac6014
Improve documentation for uri(URI) method in WebTestCliente3ceb9b
Polish@Target
declarations for stereotype annotations5ab966f
Polish contribution7276752
Fix CronExpression issue with DST685a195
Deprecate SocketUtils3188c0f
Ensure fix for gh-28012 is actually testedUpdates
spring-beans
from 5.3.15 to 5.3.16Release notes
Sourced from spring-beans's releases.
... (truncated)
Commits
ab5a6a5
Release v5.3.16f8a59c2
Polishing1166577
Upgrade to Netty 4.1.74, Jetty 9.4.45, Undertow 2.2.16, Hibernate Validator 6...36dc4e4
Add mavenCentral() to pluginManagement repositories3ac6014
Improve documentation for uri(URI) method in WebTestCliente3ceb9b
Polish@Target
declarations for stereotype annotations5ab966f
Polish contribution7276752
Fix CronExpression issue with DST685a195
Deprecate SocketUtils3188c0f
Ensure fix for gh-28012 is actually testedUpdates
spring-oxm
from 5.3.15 to 5.3.16Release notes
Sourced from spring-oxm's releases.
... (truncated)
Commits
ab5a6a5
Release v5.3.16f8a59c2
Polishing1166577
Upgrade to Netty 4.1.74, Jetty 9.4.45, Undertow 2.2.16, Hibernate Validator 6...36dc4e4
Add mavenCentral() to pluginManagement repositories3ac6014
Improve documentation for uri(URI) method in WebTestCliente3ceb9b
Polish@Target
declarations for stereotype annotations5ab966f
Polish contribution7276752
Fix CronExpression issue with DST685a195
Deprecate SocketUtils3188c0f
Ensure fix for gh-28012 is actually testedUpdates
spring-test
from 5.3.15 to 5.3.16Release notes
Sourced from spring-test's releases.
... (truncated)
Commits
ab5a6a5
Release v5.3.16f8a59c2
Polishing1166577
Upgrade to Netty 4.1.74, Jetty 9.4.45, Undertow 2.2.16, Hibernate Validator 6...36dc4e4
Add mavenCentral() to pluginManagement repositories3ac6014
Improve documentation for uri(URI) method in WebTestCliente3ceb9b
Polish@Target
declarations for stereotype annotations5ab966f
Polish contribution7276752
Fix CronExpression issue with DST685a195
Deprecate SocketUtils3188c0f
Ensure fix for gh-28012 is actually testedUpdates
spring-context
from 5.3.15 to 5.3.16Release notes
Sourced from spring-context's releases.