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 11 directories with 9 updates #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 4, 2024

Bumps the maven group with 1 update in the /samples/server/petstore/jaxrs-datelib-j8 directory: ch.qos.logback:logback-classic.
Bumps the maven group with 4 updates in the /samples/server/petstore/spring-mvc directory: junit:junit, org.springframework:spring-core, io.springfox:springfox-swagger-ui and org.apache.httpcomponents:httpclient.
Bumps the maven group with 4 updates in the /samples/server/petstore/spring-mvc-j8-async directory: junit:junit, org.springframework:spring-core, io.springfox:springfox-swagger-ui and org.apache.httpcomponents:httpclient.
Bumps the maven group with 4 updates in the /samples/server/petstore/spring-mvc-j8-localdatetime directory: junit:junit, org.springframework:spring-core, io.springfox:springfox-swagger-ui and org.apache.httpcomponents:httpclient.
Bumps the maven group with 1 update in the /samples/server/petstore/springboot directory: io.springfox:springfox-swagger-ui.
Bumps the maven group with 1 update in the /samples/server/petstore/springboot-beanvalidation directory: io.springfox:springfox-swagger-ui.
Bumps the maven group with 1 update in the /samples/server/petstore/springboot-delegate directory: io.springfox:springfox-swagger-ui.
Bumps the maven group with 1 update in the /samples/server/petstore/springboot-delegate-j8 directory: io.springfox:springfox-swagger-ui.
Bumps the maven group with 1 update in the /samples/server/petstore/springboot-implicitHeaders directory: io.springfox:springfox-swagger-ui.
Bumps the maven group with 1 update in the /samples/server/petstore/springboot-useoptional directory: io.springfox:springfox-swagger-ui.
Bumps the maven group with 3 updates in the /samples/server/petstore/undertow directory: ch.qos.logback:logback-classic, org.apache.httpcomponents:httpclient and io.undertow:undertow-core.

Updates ch.qos.logback:logback-classic from 1.1.7 to 1.2.13

Commits

Updates ch.qos.logback:logback-core from 1.1.7 to 1.2.13

Commits

Updates junit:junit from 4.13.1 to 4.13.2

Release notes

Sourced from junit:junit's releases.

JUnit 4.13.2

Please refer to the release notes for details.

Commits
  • 05fe2a6 [maven-release-plugin] prepare release r4.13.2
  • ff57344 Add build for JDK 17-ea
  • 02aaa01 Improve check that thread is stopped
  • e9a75f4 Merge test for exception type and message
  • d27ad52 Rename DelegateStatement to DelegatingStatement
  • b83dc2e Better name for test that stops statement
  • 527f3a3 Replace InfiniteLoop with RunForASecond
  • 2db6394 Tidy up FailOnTimeoutTest
  • 64634e1 Update 4.13.2 release notes to document pull 1654
  • f8ee412 Fix serialization of AssumptionViolatedException (#1654)
  • Additional commits viewable in compare view

Updates org.springframework:spring-core from 4.3.9.RELEASE to 5.2.24.RELEASE

Release notes

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

v5.2.24.RELEASE

⭐ New Features

  • Limit string concatenation in SpEL expressions #30332
  • Limit SpEL expression length #30330
  • Disable variable assignment in SimpleEvaluationContext #30328

5.2.23.RELEASE

⭐ New Features

  • Improve diagnostics in SpEL for matches operator #30150
  • Improve diagnostics in SpEL for repeated text #30149
  • Increase scope of regex pattern cache for the SpEL matches operator #30148

v5.2.22.RELEASE

⭐ New Features

  • Refine CachedIntrospectionResults property introspection #28446

🐞 Bug Fixes

  • Ignore invalid STOMP frame #28444

v5.2.21.RELEASE

⭐ New Features

  • Remove DNS lookups during websocket connection initiation #28281

🐞 Bug Fixes

  • Improve documentation and matching algorithm in data binders #28334
  • CodeGenerationException thrown when using AnnotationMBeanExporter on JDK 17 #28279
  • ResponseEntity objects are accumulated in ConcurrentReferenceHashMap #28273
  • NotWritablePropertyException when attempting to declaratively configure ClassLoader properties #28272

v5.2.20.RELEASE

⭐ New Features

  • Restrict access to property paths on Class references #28262
  • Improve diagnostics in SpEL for large array creation #28257

v5.2.19.RELEASE

⭐ New Features

  • Declare serialVersionUID on DefaultAopProxyFactory #27785
  • Use ByteArrayDecoder in DefaultClientResponse::createException #27667

🐞 Bug Fixes

  • ProxyFactoryBean getObject called before setInterceptorNames, silently creating an invalid proxy [SPR-7582] #27817

... (truncated)

Commits
  • 2ed1b6e Release v5.2.24.RELEASE
  • e246b47 Disable variable assignment in SimpleEvaluationContext
  • 965a639 Limit SpEL expression length
  • cbbb287 Limit string concatenation in SpEL expressions
  • 18403cd Change max regex length in SpEL expressions to 1000
  • ad19127 Next development version (v5.2.24.BUILD-SNAPSHOT)
  • b9b31af Improve diagnostics in SpEL for matches operator
  • 4542b53 Improve diagnostics in SpEL for repeated text
  • 52c93b1 Increase scope of regex pattern cache for the SpEL matches operator
  • 9c6cb74 Polishing
  • Additional commits viewable in compare view

Updates org.springframework:spring-webmvc from 4.3.9.RELEASE to 5.2.24.RELEASE

Release notes

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

v5.2.24.RELEASE

⭐ New Features

  • Limit string concatenation in SpEL expressions #30332
  • Limit SpEL expression length #30330
  • Disable variable assignment in SimpleEvaluationContext #30328

5.2.23.RELEASE

⭐ New Features

  • Improve diagnostics in SpEL for matches operator #30150
  • Improve diagnostics in SpEL for repeated text #30149
  • Increase scope of regex pattern cache for the SpEL matches operator #30148

v5.2.22.RELEASE

⭐ New Features

  • Refine CachedIntrospectionResults property introspection #28446

🐞 Bug Fixes

  • Ignore invalid STOMP frame #28444

v5.2.21.RELEASE

⭐ New Features

  • Remove DNS lookups during websocket connection initiation #28281

🐞 Bug Fixes

  • Improve documentation and matching algorithm in data binders #28334
  • CodeGenerationException thrown when using AnnotationMBeanExporter on JDK 17 #28279
  • ResponseEntity objects are accumulated in ConcurrentReferenceHashMap #28273
  • NotWritablePropertyException when attempting to declaratively configure ClassLoader properties #28272

v5.2.20.RELEASE

⭐ New Features

  • Restrict access to property paths on Class references #28262
  • Improve diagnostics in SpEL for large array creation #28257

v5.2.19.RELEASE

⭐ New Features

  • Declare serialVersionUID on DefaultAopProxyFactory #27785
  • Use ByteArrayDecoder in DefaultClientResponse::createException #27667

🐞 Bug Fixes

  • ProxyFactoryBean getObject called before setInterceptorNames, silently creating an invalid proxy [SPR-7582] #27817

... (truncated)

Commits
  • 2ed1b6e Release v5.2.24.RELEASE
  • e246b47 Disable variable assignment in SimpleEvaluationContext
  • 965a639 Limit SpEL expression length
  • cbbb287 Limit string concatenation in SpEL expressions
  • 18403cd Change max regex length in SpEL expressions to 1000
  • ad19127 Next development version (v5.2.24.BUILD-SNAPSHOT)
  • b9b31af Improve diagnostics in SpEL for matches operator
  • 4542b53 Improve diagnostics in SpEL for repeated text
  • 52c93b1 Increase scope of regex pattern cache for the SpEL matches operator
  • 9c6cb74 Polishing
  • Additional commits viewable in compare view

Updates org.springframework:spring-web from 4.3.9.RELEASE to 5.2.24.RELEASE

Release notes

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

v5.2.24.RELEASE

⭐ New Features

  • Limit string concatenation in SpEL expressions #30332
  • Limit SpEL expression length #30330
  • Disable variable assignment in SimpleEvaluationContext #30328

5.2.23.RELEASE

⭐ New Features

  • Improve diagnostics in SpEL for matches operator #30150
  • Improve diagnostics in SpEL for repeated text #30149
  • Increase scope of regex pattern cache for the SpEL matches operator #30148

v5.2.22.RELEASE

⭐ New Features

  • Refine CachedIntrospectionResults property introspection #28446

🐞 Bug Fixes

  • Ignore invalid STOMP frame #28444

v5.2.21.RELEASE

⭐ New Features

  • Remove DNS lookups during websocket connection initiation #28281

🐞 Bug Fixes

  • Improve documentation and matching algorithm in data binders #28334
  • CodeGenerationException thrown when using AnnotationMBeanExporter on JDK 17 #28279
  • ResponseEntity objects are accumulated in ConcurrentReferenceHashMap #28273
  • NotWritablePropertyException when attempting to declaratively configure ClassLoader properties #28272

v5.2.20.RELEASE

⭐ New Features

  • Restrict access to property paths on Class references #28262
  • Improve diagnostics in SpEL for large array creation #28257

v5.2.19.RELEASE

⭐ New Features

  • Declare serialVersionUID on DefaultAopProxyFactory #27785
  • Use ByteArrayDecoder in DefaultClientResponse::createException #27667

🐞 Bug Fixes

  • ProxyFactoryBean getObject called before setInterceptorNames, silently creating an invalid proxy [SPR-7582] #27817

... (truncated)

Commits
  • 2ed1b6e Release v5.2.24.RELEASE
  • e246b47 Disable variable assignment in SimpleEvaluationContext
  • 965a639 Limit SpEL expression length
  • cbbb287 Limit string concatenation in SpEL expressions
  • 18403cd Change max regex length in SpEL expressions to 1000
  • ad19127 Next development version (v5.2.24.BUILD-SNAPSHOT)
  • b9b31af Improve diagnostics in SpEL for matches operator
  • 4542b53 Improve diagnostics in SpEL for repeated text
  • 52c93b1 Increase scope of regex pattern cache for the SpEL matches operator
  • 9c6cb74 Polishing
  • Additional commits viewable in compare view

Updates io.springfox:springfox-swagger-ui from 2.7.0 to 2.10.0

Release notes

Sourced from io.springfox:springfox-swagger-ui's releases.

2.9.2 Release

JUDITH VRUGT, NATIONAL GEOGRAPHIC YOUR SHOT © JUDITH VRUGT, NATIONAL GEOGRAPHIC YOUR SHOT

Thank you for the patience with this release. More importantly, thank you for your contributions in helping identify bugs and issues and improving the library with your contributions!

Pull requests and contributions

Bugs

Feature

  • (#2180) Is it possible to document OAuth 2 scopes for different HTTP methods? feature @​Beontra

2.9.0 Release

test ©️Photograph by Alex Geifman courtesy National Geographic

2.9.0 Release

This is the last release supporting jdk 7 and spring 4.x. The next planned release is 3.0 which will have jdk 8 as a pre-requisite. There was a large effort to ensure a stable release before moving to the next major release. A big thank you again for the numerous feature/bug requests for making this product better and supporting this library.

A special thank you to @​kasecato, @​MaksimOrlov, @​neumaennl, @​rgoers and @​Fyro-Ing for working on some much requested features.

NOTE: All deprecations will be removed when we move to 3.0

NOTE: This release isnt available via maven central due to issues publishing to maven central. Still working through the issues. It is available via jcenter.

... (truncated)

Changelog

Sourced from io.springfox:springfox-swagger-ui's changelog.

2.9.2 Release Notes

This is mostly a service release. Predominantly to publish the repository to maven along with minor improvements

Pull requests and contributions

Bugs

Feature

  • (#2180) Is it possible to document OAuth 2 scopes for different HTTP methods? feature @​Beontra

Maintenance

2.9.0 Release Notes

This is the last release supporting jdk 6 and spring 4.x. The next planned release is 3.0 which will have jdk 8 as a pre-requisite. There was a large effort to ensure a stable release before moving to the next major release. A big thank you again for the numerous feature/bug requests for making this product better and supporting this library.

A special thank you to @​kasecato, @​MaksimOrlov, @​neumaennl, @​rgoers and @​Fyro-Ing for working on some much requested features.

NOTE: All deprecations will be removed when we move to 3.0

Pull Requests

... (truncated)

Commits
  • 2026ff1 Changed the command to include all as gradle properties
  • 87a402f Fixed javadoc error. This is already fixed in openapi branch
  • 02805e1 Updated java version
  • 31e90fa Changing version prior to release
  • 93e4352 Added release script to the repository
  • c651680 Merge pull request #3307 from springfox/bugfix/model-enhancement
  • 16e8941 Returning cache to life.
  • e136026 Merge pull request #3304 from springfox/bugfix/model-enhancement
  • 500ddcf #3303
  • 4c181b6 Merge branch 'bugfix/model-enhancement'
  • Additional commits viewable in compare view

Updates org.apache.httpcomponents:httpclient from 4.5.2 to 4.5.13

Updates junit:junit from 4.13.1 to 4.13.2

Release notes

Sourced from junit:junit's releases.

JUnit 4.13.2

Please refer to the release notes for details.

Commits
  • 05fe2a6 [maven-release-plugin] prepare release r4.13.2
  • ff57344 Add build for JDK 17-ea
  • 02aaa01 Improve check that thread is stopped
  • e9a75f4 Merge test for exception type and message
  • d27ad52 Rename DelegateStatement to DelegatingStatement
  • b83dc2e Better name for test that stops statement
  • 527f3a3 Replace InfiniteLoop with RunForASecond
  • 2db6394 Tidy up FailOnTimeoutTest
  • 64634e1 Update 4.13.2 release notes to document pull 1654
  • f8ee412 Fix serialization of AssumptionViolatedException (#1654)
  • Additional commits viewable in compare view

Updates org.springframework:spring-core from 4.3.9.RELEASE to 5.2.24.RELEASE

Release notes

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

v5.2.24.RELEASE

⭐ New Features

  • Limit string concatenation in SpEL expressions #30332
  • Limit SpEL expression length #30330
  • Disable variable assignment in SimpleEvaluationContext #30328

5.2.23.RELEASE

⭐ New Features

  • Improve diagnostics in SpEL for matches operator #30150
  • Improve diagnostics in SpEL for repeated text #30149
  • Increase scope of regex pattern cache for the SpEL matches operator #30148

v5.2.22.RELEASE

⭐ New Features

  • Refine CachedIntrospectionResults property introspection #28446

🐞 Bug Fixes

  • Ignore invalid STOMP frame #28444

v5.2.21.RELEASE

⭐ New Features

  • Remove DNS lookups during websocket connection initiation #28281

🐞 Bug Fixes

  • Improve documentation and matching algorithm in data binders #28334
  • CodeGenerationException thrown when using AnnotationMBeanExporter on JDK 17 #28279
  • ResponseEntity objects are accumulated in ConcurrentReferenceHashMap #28273
  • NotWritablePropertyException when attempting to declaratively configure ClassLoader properties #28272

v5.2.20.RELEASE

⭐ New Features

  • Restrict access to property paths on Class references #28262
  • Improve diagnostics in SpEL for large array creation #28257

v5.2.19.RELEASE

⭐ New Features

  • Declare serialVersionUID on DefaultAopProxyFactory #27785
  • Use ByteArrayDecoder in DefaultClientResponse::createException #27667

🐞 Bug Fixes

  • ProxyFactoryBean getObject called before setInterceptorNames, silently creating an invalid proxy [SPR-7582] #27817

... (truncated)

Commits
  • 2ed1b6e Release v5.2.24.RELEASE
  • e246b47 Disable variable assignment in SimpleEvaluationContext
  • 965a639 Limit SpEL expression length
  • cbbb287 Limit string concatenation in SpEL expressions
  • 18403cd Change max regex length in SpEL expressions to 1000
  • ad19127 Next development version (v5.2.24.BUILD-SNAPSHOT)
  • b9b31af Improve diagnostics in SpEL for matches operator
  • 4542b53 Improve diagnostics in SpEL for repeated text
  • 52c93b1 Increase scope of regex pattern cache for the SpEL matches operator
  • 9c6cb74 Polishing
  • Additional commits viewable in compare view

Updates org.springframework:spring-webmvc from 4.3.9.RELEASE to 5.2.24.RELEASE

Release notes

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

v5.2.24.RELEASE

⭐ New Features

  • Limit string concatenation in SpEL expressions #30332
  • Limit SpEL expression length #30330
  • Disable variable assignment in SimpleEvaluationContext #30328

5.2.23.RELEASE

⭐ New Features

  • Improve diagnostics in SpEL for matches operator #30150
  • Improve diagnostics in SpEL for repeated text #30149
  • Increase scope of regex pattern cache for the SpEL matches operator #30148

v5.2.22.RELEASE

⭐ New Features

  • Refine CachedIntrospectionResults property introspection #28446

🐞 Bug Fixes

  • Ignore invalid STOMP frame #28444

v5.2.21.RELEASE

⭐ New Features

  • Remove DNS lookups during websocket connection initiation #28281

🐞 Bug Fixes

  • Improve documentation and matching algorithm in data binders #28334
  • CodeGenerationException thrown when using AnnotationMBeanExporter on JDK 17 #28279
  • ResponseEntity objects are accumulated in ConcurrentReferenceHashMap #28273
  • NotWritablePropertyException when attempting to declaratively configure ClassLoader properties #28272

v5.2.20.RELEASE

⭐ New Features

  • Restrict access to property paths on Class references #28262
  • Improve diagnostics in SpEL for large array creation #28257

v5.2.19.RELEASE

⭐ New Features

  • Declare serialVersionUID on DefaultAopProxyFactory #27785
  • Use ByteArrayDecoder in DefaultClientResponse::createException #27667

🐞 Bug Fixes

  • ProxyFactoryBean getObject called before setInterceptorNames, silently creating an invalid proxy [SPR-7582] #27817

... (truncated)

Commits
  • 2ed1b6e Release v5.2.24.RELEASE
  • e246b47 Disable variable assignment in SimpleEvaluationContext
  • 965a639 Limit SpEL expression length
  • cbbb287 Limit string concatenation in SpEL expressions
  • 18403cd Change max regex length in SpEL expressions to 1000
  • ad19127 Next development version (v5.2.24.BUILD-SNAPSHOT)
  • b9b31af Improve diagnostics in SpEL for matches operator
  • 4542b53 Improve diagnostics in SpEL for repeated text
  • 52c93b1 Increase scope of regex pattern cache for the SpEL matches operator
  • 9c6cb74 Polishing
  • Additional commits viewable in compare view

Updates org.springframework:spring-web from 4.3.9.RELEASE to 5.2.24.RELEASE

Release notes

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

v5.2.24.RELEASE

⭐ New Features

  • Limit string concatenation in SpEL expressions #30332
  • Limit SpEL expression length #30330
  • Disable variable assignment in SimpleEvaluationContext #30328

5.2.23.RELEASE

⭐ New Features

  • Improve diagnostics in SpEL for matches operator #30150
  • Improve diagnostics in SpEL for repeated text #30149
  • Increase scope of regex pattern cache for the SpEL matches operator #30148

v5.2.22.RELEASE

⭐ New Features

  • Refine CachedIntrospectionResults property introspection #28446

🐞 Bug Fixes

  • Ignore invalid STOMP frame #28444

v5.2.21.RELEASE

⭐ New Features

  • Remove DNS lookups during websocket connection initiation #28281

🐞 Bug Fixes

  • Improve documentation and matching algorithm in data binders #28334
  • CodeGenerationException thrown when using AnnotationMBeanExporter on JDK 17 #28279
  • ResponseEntity objects are accumulated in ConcurrentReferenceHashMap #28273
  • NotWritablePropertyException when attempting to declaratively configure ClassLoader properties #28272

v5.2.20.RELEASE

⭐ New Features

  • Restrict access to property paths on Class references #28262
  • Improve diagnostics in SpEL for large array creation #28257

v5.2.19.RELEASE

⭐ New Features

  • Declare serialVersionUID on DefaultAopProxyFactory #27785
  • Use ByteArrayDecoder in DefaultClientResponse::createException #27667

🐞 Bug Fixes

  • ProxyFactoryBean getObject called before setInterceptorNames, silently creating an invalid proxy [SPR-7582] #27817

... (truncated)

Commits
  • 2ed1b6e Release v5.2.24.RELEASE
  • e246b47 Disable variable assignment in SimpleEvaluationContext
  • 965a639 Limit SpEL expression length
  • cbbb287 Limit string concatenation in SpEL expressions
  • 18403cd Change max regex length in SpEL expressions to 1000
  • ad19127 Next development version (v5.2.24.BUILD-SNAPSHOT)
  • b9b31af Improve diagnostics in SpEL for matches operator

Bumps the maven group with 1 update in the /samples/server/petstore/jaxrs-datelib-j8 directory: [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback).
Bumps the maven group with 4 updates in the /samples/server/petstore/spring-mvc directory: [junit:junit](https://github.com/junit-team/junit4), [org.springframework:spring-core](https://github.com/spring-projects/spring-framework), [io.springfox:springfox-swagger-ui](https://github.com/springfox/springfox) and org.apache.httpcomponents:httpclient.
Bumps the maven group with 4 updates in the /samples/server/petstore/spring-mvc-j8-async directory: [junit:junit](https://github.com/junit-team/junit4), [org.springframework:spring-core](https://github.com/spring-projects/spring-framework), [io.springfox:springfox-swagger-ui](https://github.com/springfox/springfox) and org.apache.httpcomponents:httpclient.
Bumps the maven group with 4 updates in the /samples/server/petstore/spring-mvc-j8-localdatetime directory: [junit:junit](https://github.com/junit-team/junit4), [org.springframework:spring-core](https://github.com/spring-projects/spring-framework), [io.springfox:springfox-swagger-ui](https://github.com/springfox/springfox) and org.apache.httpcomponents:httpclient.
Bumps the maven group with 1 update in the /samples/server/petstore/springboot directory: [io.springfox:springfox-swagger-ui](https://github.com/springfox/springfox).
Bumps the maven group with 1 update in the /samples/server/petstore/springboot-beanvalidation directory: [io.springfox:springfox-swagger-ui](https://github.com/springfox/springfox).
Bumps the maven group with 1 update in the /samples/server/petstore/springboot-delegate directory: [io.springfox:springfox-swagger-ui](https://github.com/springfox/springfox).
Bumps the maven group with 1 update in the /samples/server/petstore/springboot-delegate-j8 directory: [io.springfox:springfox-swagger-ui](https://github.com/springfox/springfox).
Bumps the maven group with 1 update in the /samples/server/petstore/springboot-implicitHeaders directory: [io.springfox:springfox-swagger-ui](https://github.com/springfox/springfox).
Bumps the maven group with 1 update in the /samples/server/petstore/springboot-useoptional directory: [io.springfox:springfox-swagger-ui](https://github.com/springfox/springfox).
Bumps the maven group with 3 updates in the /samples/server/petstore/undertow directory: [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback), org.apache.httpcomponents:httpclient and [io.undertow:undertow-core](https://github.com/undertow-io/undertow).


Updates `ch.qos.logback:logback-classic` from 1.1.7 to 1.2.13
- [Commits](qos-ch/logback@v_1.1.7...v_1.2.13)

Updates `ch.qos.logback:logback-core` from 1.1.7 to 1.2.13
- [Commits](qos-ch/logback@v_1.1.7...v_1.2.13)

Updates `junit:junit` from 4.13.1 to 4.13.2
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md)
- [Commits](junit-team/junit4@r4.13.1...r4.13.2)

Updates `org.springframework:spring-core` from 4.3.9.RELEASE to 5.2.24.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v4.3.9.RELEASE...v5.2.24.RELEASE)

Updates `org.springframework:spring-webmvc` from 4.3.9.RELEASE to 5.2.24.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v4.3.9.RELEASE...v5.2.24.RELEASE)

Updates `org.springframework:spring-web` from 4.3.9.RELEASE to 5.2.24.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v4.3.9.RELEASE...v5.2.24.RELEASE)

Updates `io.springfox:springfox-swagger-ui` from 2.7.0 to 2.10.0
- [Release notes](https://github.com/springfox/springfox/releases)
- [Changelog](https://github.com/springfox/springfox/blob/master/docs/release-notes.md)
- [Commits](springfox/springfox@2.7.0...2.10.0)

Updates `org.apache.httpcomponents:httpclient` from 4.5.2 to 4.5.13

Updates `junit:junit` from 4.13.1 to 4.13.2
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md)
- [Commits](junit-team/junit4@r4.13.1...r4.13.2)

Updates `org.springframework:spring-core` from 4.3.9.RELEASE to 5.2.24.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v4.3.9.RELEASE...v5.2.24.RELEASE)

Updates `org.springframework:spring-webmvc` from 4.3.9.RELEASE to 5.2.24.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v4.3.9.RELEASE...v5.2.24.RELEASE)

Updates `org.springframework:spring-web` from 4.3.9.RELEASE to 5.2.24.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v4.3.9.RELEASE...v5.2.24.RELEASE)

Updates `io.springfox:springfox-swagger-ui` from 2.7.0 to 2.10.0
- [Release notes](https://github.com/springfox/springfox/releases)
- [Changelog](https://github.com/springfox/springfox/blob/master/docs/release-notes.md)
- [Commits](springfox/springfox@2.7.0...2.10.0)

Updates `org.apache.httpcomponents:httpclient` from 4.5.2 to 4.5.13

Updates `junit:junit` from 4.13.1 to 4.13.2
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md)
- [Commits](junit-team/junit4@r4.13.1...r4.13.2)

Updates `org.springframework:spring-core` from 4.3.9.RELEASE to 5.2.24.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v4.3.9.RELEASE...v5.2.24.RELEASE)

Updates `org.springframework:spring-webmvc` from 4.3.9.RELEASE to 5.2.24.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v4.3.9.RELEASE...v5.2.24.RELEASE)

Updates `org.springframework:spring-web` from 4.3.9.RELEASE to 5.2.24.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v4.3.9.RELEASE...v5.2.24.RELEASE)

Updates `io.springfox:springfox-swagger-ui` from 2.7.0 to 2.10.0
- [Release notes](https://github.com/springfox/springfox/releases)
- [Changelog](https://github.com/springfox/springfox/blob/master/docs/release-notes.md)
- [Commits](springfox/springfox@2.7.0...2.10.0)

Updates `org.apache.httpcomponents:httpclient` from 4.5.2 to 4.5.13

Updates `io.springfox:springfox-swagger-ui` from 2.7.0 to 2.10.0
- [Release notes](https://github.com/springfox/springfox/releases)
- [Changelog](https://github.com/springfox/springfox/blob/master/docs/release-notes.md)
- [Commits](springfox/springfox@2.7.0...2.10.0)

Updates `io.springfox:springfox-swagger-ui` from 2.7.0 to 2.10.0
- [Release notes](https://github.com/springfox/springfox/releases)
- [Changelog](https://github.com/springfox/springfox/blob/master/docs/release-notes.md)
- [Commits](springfox/springfox@2.7.0...2.10.0)

Updates `io.springfox:springfox-swagger-ui` from 2.7.0 to 2.10.0
- [Release notes](https://github.com/springfox/springfox/releases)
- [Changelog](https://github.com/springfox/springfox/blob/master/docs/release-notes.md)
- [Commits](springfox/springfox@2.7.0...2.10.0)

Updates `io.springfox:springfox-swagger-ui` from 2.7.0 to 2.10.0
- [Release notes](https://github.com/springfox/springfox/releases)
- [Changelog](https://github.com/springfox/springfox/blob/master/docs/release-notes.md)
- [Commits](springfox/springfox@2.7.0...2.10.0)

Updates `io.springfox:springfox-swagger-ui` from 2.7.0 to 2.10.0
- [Release notes](https://github.com/springfox/springfox/releases)
- [Changelog](https://github.com/springfox/springfox/blob/master/docs/release-notes.md)
- [Commits](springfox/springfox@2.7.0...2.10.0)

Updates `io.springfox:springfox-swagger-ui` from 2.7.0 to 2.10.0
- [Release notes](https://github.com/springfox/springfox/releases)
- [Changelog](https://github.com/springfox/springfox/blob/master/docs/release-notes.md)
- [Commits](springfox/springfox@2.7.0...2.10.0)

Updates `ch.qos.logback:logback-classic` from 1.1.7 to 1.2.13
- [Commits](qos-ch/logback@v_1.1.7...v_1.2.13)

Updates `org.apache.httpcomponents:httpclient` from 4.5.2 to 4.5.13

Updates `io.undertow:undertow-core` from 1.4.0.Final to 2.2.36.Final
- [Release notes](https://github.com/undertow-io/undertow/releases)
- [Commits](undertow-io/undertow@1.4.0.Final...2.2.36.Final)

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: ch.qos.logback:logback-core
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: junit:junit
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: org.springframework:spring-core
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.springframework:spring-webmvc
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.springframework:spring-web
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: io.springfox:springfox-swagger-ui
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.httpcomponents:httpclient
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: junit:junit
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: org.springframework:spring-core
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.springframework:spring-webmvc
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.springframework:spring-web
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: io.springfox:springfox-swagger-ui
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.httpcomponents:httpclient
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: junit:junit
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: org.springframework:spring-core
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.springframework:spring-webmvc
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.springframework:spring-web
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: io.springfox:springfox-swagger-ui
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.httpcomponents:httpclient
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: io.springfox:springfox-swagger-ui
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: io.springfox:springfox-swagger-ui
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: io.springfox:springfox-swagger-ui
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: io.springfox:springfox-swagger-ui
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: io.springfox:springfox-swagger-ui
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: io.springfox:springfox-swagger-ui
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.httpcomponents:httpclient
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: io.undertow:undertow-core
  dependency-type: direct:production
  dependency-group: maven
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 4, 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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants