Skip to content

Bump the maven group across 3 directories with 13 updates - #4

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/header/maven-5bbe980bf6
Open

Bump the maven group across 3 directories with 13 updates#4
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/header/maven-5bbe980bf6

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubOct 17, 2025

Copy link
Copy Markdown

Bumps the maven group with 8 updates in the /header directory:

PackageFromTo
org.apache.avro:avro1.11.31.11.4
com.google.protobuf:protobuf-java3.21.93.25.5
com.rabbitmq:amqp-client5.14.25.18.0
org.springframework.security:spring-security-core5.7.115.7.14
org.springframework:spring-web5.2.25.RELEASE6.1.21
commons-io:commons-io2.8.02.14.0
org.json:json2023061820231013
commons-beanutils:commons-beanutils1.9.41.11.0

Bumps the maven group with 7 updates in the /test directory:

PackageFromTo
com.rabbitmq:amqp-client5.14.25.18.0
org.springframework.security:spring-security-core5.7.115.7.14
org.springframework:spring-web5.2.25.RELEASE6.1.21
commons-io:commons-io2.8.02.14.0
org.json:json2023061820231013
commons-beanutils:commons-beanutils1.9.41.11.0
org.eclipse.jetty:jetty-server9.4.51.v202302179.4.56.v20240826

Bumps the maven group with 7 updates in the /utils directory:

PackageFromTo
com.rabbitmq:amqp-client5.14.25.18.0
org.springframework.security:spring-security-core5.7.115.7.14
org.springframework:spring-web5.2.25.RELEASE6.1.21
commons-io:commons-io2.8.02.14.0
org.json:json2023061820231013
commons-beanutils:commons-beanutils1.9.41.11.0
org.apache.poi:poi-ooxml5.2.25.4.0

Updates org.apache.avro:avro from 1.11.3 to 1.11.4

Updates com.google.protobuf:protobuf-java from 3.21.9 to 3.25.5

Commits
  • 9d0ec0f Updating version.json and repo version numbers to: 25.5
  • 4a197e7 Merge pull request #18387 from protocolbuffers/cp-lp-25
  • b5a7cf7 Remove RecursiveGroup test case which doesn't exist in 25.x pre-Editions
  • f000b7e Fix merge conflict by adding optional label to proto2 unittest_lite.proto
  • 4728531 Add recursion check when parsing unknown fields in Java.
  • 850fcce Internal change
  • b704498 Internal change
  • e673479 Fix cord handling in DynamicMessage and oneofs. (#18375)
  • 8a60b65 Merge pull request #17704 from protocolbuffers/cp-segv
  • 94a2663 Fixed a SEGV when deep copying a non-reified sub-message.
  • Additional commits viewable in compare view

Updates com.rabbitmq:amqp-client from 5.14.2 to 5.18.0

Release notes

Sourced from com.rabbitmq:amqp-client's releases.

v5.18.0

Changes between 5.17.0 and 5.18.0

This is a minor release with usability improvements and dependency upgrades. It is compatible with 5.17.x. All users of the 5.x.x series are encouraged to upgrade.

Inbound message size is now enforced, with default limit being 64 MiB.

Thanks to @​JHahnHRO and Sérgio Faria (@​sergio91pt) for their contribution.

Add ability to specify maximum message size

GitHub issue: #1062

Do not confirmSelect more than once per channel

GitHub PR: #1057

Make RpcClient (Auto)Closeable

GitHub issue: #1032

Bump dependencies

GitHub issue: #999

Dependency

Maven

<dependency>
<groupId>com.rabbitmq</groupId>
<artifactId>amqp-client</artifactId>
<version>5.18.0</version>
</dependency>

Gradle

compile 'com.rabbitmq:amqp-client:5.18.0'

v5.17.1

Changes between 5.17.0 and 5.17.1

This is a minor release with a usability improvement. It is compatible with 5.17.0.

Inbound message size is now enforced, with the default limit being 64 MiB.

... (truncated)

Commits
  • dcc284e [maven-release-plugin] prepare release v5.18.0
  • 75d1d1e Set release version to 5.18.0
  • dc7952e Merge pull request #1064 from rabbitmq/dependabot/maven/5.x.x-stable/org.mock...
  • e2fa38f Bump mockito-core from 5.3.1 to 5.4.0
  • 04f1801 Tweak error message
  • 714aae6 Add max inbound message size to ConnectionFactory
  • 83cf551 Fix flaky test
  • 0dc9ea2 Do not confirmSelect more than once per channel
  • 129dc6a Merge pull request #1060 from rabbitmq/dependabot/maven/5.x.x-stable/io.micro...
  • 671efdc Bump micrometer-core from 1.11.0 to 1.11.1
  • Additional commits viewable in compare view

Updates org.springframework.security:spring-security-core from 5.7.11 to 5.7.14

Release notes

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

5.7.14

⭐ New Features

  • Support ServerExchangeRejectedHandler @Bean#15975

🪲 Bug Fixes

  • Support ServerWebExchangeFirewall @Bean#15974

5.7.13

No release notes provided.

5.7.12

🪲 Bug Fixes

  • Check for null Authentication #14715
Commits

Updates org.springframework:spring-web from 5.2.25.RELEASE to 6.1.21

Release notes

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

v6.1.21

🐞 Bug Fixes

  • Encode non-printable character in Content-Disposition parameter #35035
  • Allow update of existing WebSession after max sessions limit is reached #35018
  • Enhanced configuration class fails to call package-visible superclass constructor on WebSphere #34951

🔨 Dependency Upgrades

  • Upgrade to Reactor 2023.0.19 #35022

v6.1.20

⭐ New Features

  • Add option for case-insensitive match to PatternMatchUtils #34802

🐞 Bug Fixes

  • HttpComponentsClientHttpRequestFactory setConnectionRequestTimeout not working with httpclient 5.3.1 #34854
  • Accidental ClassLoader defineClass enforcement after #34677#34839

📔 Documentation

  • Clarify CompositePropertySource behavior for EnumerablePropertySource contract #34887

🔨 Dependency Upgrades

  • Upgrade to Reactor 2023.0.18 #34899

v6.1.19

⭐ New Features

  • Suggest compilation with -parameters when AspectJAdviceParameterNameDiscoverer fails against ambiguity #34618

🐞 Bug Fixes

  • PropertyBatchUpdateException: causes of nested PropertyAccessExceptions not shown in output #34698
  • Change in Jar usecache behavior with Spring 6.1.x causing java.lang.IllegalStateException: zip file closed #34694
  • Startup performance regression due to CGLIB class load attempts in Spring 6.1.x #34693
  • IllegalAccessError for package-private member of AzureStorageConfiguration on WebSphere #34690
  • @Configuration classes can no longer be abstract without @Bean methods #34689
  • Generated-code for LinkedHashMap is missing static keyword #34661
  • AbstractReactiveTransactionManager throws IllegalStateException when rollback fails after commit attempt #34619

📔 Documentation

  • Add javadoc notes on potential exception suppression in ListableBeanFactory#getBeansOfType#34631
  • Remove remaining references to Forwarded headers in MvcUriComponentsBuilder #34626
  • MvcUriComponentsBuilder javadocs inaccurately reflects usage of forwarded headers #34620

... (truncated)

Commits
  • fa36b34 Release v6.1.21
  • 498ccda Upgrade to Gradle 8.14.2
  • fd68ea6 Encode non-printable character in Content-Disposition parameter
  • 28caa39 Upgrade to Reactor 2023.0.19
  • 8ecc553 Polish contribution
  • cd44efa Allow update of existing WebSession after max sessions limit is reached
  • 59d2895 Fix InMemoryWebSessionStoreTests.startsSessionImplicitly() test
  • a876bb4 Polish WebSession support and tests
  • 3b6beca Check for package-visible constructor in case of ClassLoader mismatch
  • 59ffbd7 Test conversion support in PropertySourcesPlaceholderConfigurer
  • Additional commits viewable in compare view

Updates org.springframework:spring-context from 5.2.25.RELEASE to 6.1.21

Release notes

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

v6.1.21

🐞 Bug Fixes

  • Encode non-printable character in Content-Disposition parameter #35035
  • Allow update of existing WebSession after max sessions limit is reached #35018
  • Enhanced configuration class fails to call package-visible superclass constructor on WebSphere #34951

🔨 Dependency Upgrades

  • Upgrade to Reactor 2023.0.19 #35022

v6.1.20

⭐ New Features

  • Add option for case-insensitive match to PatternMatchUtils #34802

🐞 Bug Fixes

  • HttpComponentsClientHttpRequestFactory setConnectionRequestTimeout not working with httpclient 5.3.1 #34854
  • Accidental ClassLoader defineClass enforcement after #34677#34839

📔 Documentation

  • Clarify CompositePropertySource behavior for EnumerablePropertySource contract #34887

🔨 Dependency Upgrades

  • Upgrade to Reactor 2023.0.18 #34899

v6.1.19

⭐ New Features

  • Suggest compilation with -parameters when AspectJAdviceParameterNameDiscoverer fails against ambiguity #34618

🐞 Bug Fixes

  • PropertyBatchUpdateException: causes of nested PropertyAccessExceptions not shown in output #34698
  • Change in Jar usecache behavior with Spring 6.1.x causing java.lang.IllegalStateException: zip file closed #34694
  • Startup performance regression due to CGLIB class load attempts in Spring 6.1.x #34693
  • IllegalAccessError for package-private member of AzureStorageConfiguration on WebSphere #34690
  • @Configuration classes can no longer be abstract without @Bean methods #34689
  • Generated-code for LinkedHashMap is missing static keyword #34661
  • AbstractReactiveTransactionManager throws IllegalStateException when rollback fails after commit attempt #34619

📔 Documentation

  • Add javadoc notes on potential exception suppression in ListableBeanFactory#getBeansOfType#34631
  • Remove remaining references to Forwarded headers in MvcUriComponentsBuilder #34626
  • MvcUriComponentsBuilder javadocs inaccurately reflects usage of forwarded headers #34620

... (truncated)

Commits
  • fa36b34 Release v6.1.21
  • 498ccda Upgrade to Gradle 8.14.2
  • fd68ea6 Encode non-printable character in Content-Disposition parameter
  • 28caa39 Upgrade to Reactor 2023.0.19
  • 8ecc553 Polish contribution
  • cd44efa Allow update of existing WebSession after max sessions limit is reached
  • 59d2895 Fix InMemoryWebSessionStoreTests.startsSessionImplicitly() test
  • a876bb4 Polish WebSession support and tests
  • 3b6beca Check for package-visible constructor in case of ClassLoader mismatch
  • 59ffbd7 Test conversion support in PropertySourcesPlaceholderConfigurer
  • Additional commits viewable in compare view

Updates org.springframework.security:spring-security-web from 5.7.11 to 5.7.14

Release notes

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

5.7.14

⭐ New Features

  • Support ServerExchangeRejectedHandler @Bean#15975

🪲 Bug Fixes

  • Support ServerWebExchangeFirewall @Bean#15974

5.7.13

No release notes provided.

5.7.12

🪲 Bug Fixes

  • Check for null Authentication #14715
Commits

Updates org.springframework:spring-webmvc from 5.2.25.RELEASE to 6.1.21

Release notes

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

v6.1.21

🐞 Bug Fixes

  • Encode non-printable character in Content-Disposition parameter #35035
  • Allow update of existing WebSession after max sessions limit is reached #35018
  • Enhanced configuration class fails to call package-visible superclass constructor on WebSphere #34951

🔨 Dependency Upgrades

  • Upgrade to Reactor 2023.0.19 #35022

v6.1.20

⭐ New Features

  • Add option for case-insensitive match to PatternMatchUtils #34802

🐞 Bug Fixes

  • HttpComponentsClientHttpRequestFactory setConnectionRequestTimeout not working with httpclient 5.3.1 #34854
  • Accidental ClassLoader defineClass enforcement after #34677#34839

📔 Documentation

  • Clarify CompositePropertySource behavior for EnumerablePropertySource contract #34887

🔨 Dependency Upgrades

  • Upgrade to Reactor 2023.0.18 #34899

v6.1.19

⭐ New Features

  • Suggest compilation with -parameters when AspectJAdviceParameterNameDiscoverer fails against ambiguity #34618

🐞 Bug Fixes

  • PropertyBatchUpdateException: causes of nested PropertyAccessExceptions not shown in output #34698
  • Change in Jar usecache behavior with Spring 6.1.x causing java.lang.IllegalStateException: zip file closed #34694
  • Startup performance regression due to CGLIB class load attempts in Spring 6.1.x #34693
  • IllegalAccessError for package-private member of AzureStorageConfiguration on WebSphere #34690
  • @Configuration classes can no longer be abstract without @Bean methods #34689
  • Generated-code for LinkedHashMap is missing static keyword #34661
  • AbstractReactiveTransactionManager throws IllegalStateException when rollback fails after commit attempt #34619

📔 Documentation

  • Add javadoc notes on potential exception suppression in ListableBeanFactory#getBeansOfType#34631
  • Remove remaining references to Forwarded headers in MvcUriComponentsBuilder #34626
  • MvcUriComponentsBuilder javadocs inaccurately reflects usage of forwarded headers #34620

... (truncated)

Commits
  • fa36b34 Release v6.1.21
  • 498ccda Upgrade to Gradle 8.14.2
  • fd68ea6 Encode non-printable character in Content-Disposition parameter
  • 28caa39 Upgrade to Reactor 2023.0.19
  • 8ecc553 Polish contribution
  • cd44efa Allow update of existing WebSession after max sessions limit is reached
  • 59d2895 Fix InMemoryWebSessionStoreTests.startsSessionImplicitly() test
  • a876bb4 Polish WebSession support and tests
  • 3b6beca Check for package-visible constructor in case of ClassLoader mismatch
  • 59ffbd7 Test conversion support in PropertySourcesPlaceholderConfigurer
  • Additional commits viewable in compare view

Updates commons-io:commons-io from 2.8.0 to 2.14.0

Updates org.json:json from 20230618 to 20231013

Release notes

Sourced from org.json:json's releases.

20231013

Pull RequestDescription
#793Reverted #761
#792update the docs for release 20231013
#783optLong vs getLong inconsistencies
#782Fix XMLTest.testIndentComplicatedJsonObjectWithArrayAndWithConfig() for Windows
#779add validity check for JSONObject constructors
#778Fix XMLTest.testIndentComplicatedJsonObjectWithArrayAndWithConfig() for Windows
#776Update [JUnit to version 4.13.2
#774Removing unneeded synchronization
#773Add optJSONArray method to JSONObject with a default value
#772Disallow nested objects and arrays as keys in objects
#779Unit test cleanup
#769Addressed Java 17 compile warnings
#764Update CodeQL action version
#761Add module-info
#759JSON parsing should detect embedded 
#753Updated new object methods
#752Fixes possible unit test bug when compiling/testing on Windows
Changelog

Sourced from org.json:json's changelog.

20231013 First release with minimum Java version 1.8. Recent commits, including fixes for CVE-2023-5072.

Commits

Updates commons-beanutils:commons-beanutils from 1.9.4 to 1.11.0

Updates com.rabbitmq:amqp-client from 5.14.2 to 5.18.0

Release notes

Sourced from com.rabbitmq:amqp-client's releases.

v5.18.0

Changes between 5.17.0 and 5.18.0

This is a minor release with usability improvements and dependency upgrades. It is compatible with 5.17.x. All users of the 5.x.x series are encouraged to upgrade.

Inbound message size is now enforced, with default limit being 64 MiB.

Thanks to @​JHahnHRO and Sérgio Faria (@​sergio91pt) for their contribution.

Add ability to specify maximum message size

GitHub issue: #1062

Do not confirmSelect more than once per channel

GitHub PR: #1057

Make RpcClient (Auto)Closeable

GitHub issue: #1032

Bump dependencies

GitHub issue: #999

Dependency

Maven

<dependency>
<groupId>com.rabbitmq</groupId>
<artifactId>amqp-client</artifactId>
<version>5.18.0</version>
</dependency>

Gradle

compile 'com.rabbitmq:amqp-client:5.18.0'

v5.17.1

Changes between 5.17.0 and 5.17.1

This is a minor release with a usability improvement. It is compatible with 5.17.0.

Inbound message size is now enforced, with the default limit being 64 MiB.

... (truncated)

Commits
  • dcc284e [maven-release-plugin] prepare release v5.18.0
  • 75d1d1e Set release version to 5.18.0
  • dc7952e Merge pull request #1064 from rabbitmq/dependabot/maven/5.x.x-stable/org.mock...
  • e2fa38f Bump mockito-core from 5.3.1 to 5.4.0
  • 04f1801 Tweak error message
  • 714aae6 Add max inbound message size to ConnectionFactory
  • 83cf551 Fix flaky test
  • 0dc9ea2 Do not confirmSelect more than once per channel
  • 129dc6a Merge pull request #1060 from rabbitmq/dependabot/maven/5.x.x-stable/io.micro...
  • 671efdc Bump micrometer-core from 1.11.0 to 1.11.1
  • Additional commits viewable in compare view

Updates org.springframework.security:spring-security-core from 5.7.11 to 5.7.14

Release notes

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

5.7.14

⭐ New Features

  • Support ServerExchangeRejectedHandler @Bean#15975

🪲 Bug Fixes

  • Support ServerWebExchangeFirewall @Bean#15974

5.7.13

No release notes provided.

5.7.12

🪲 Bug Fixes

  • Check for null Authentication #14715
Commits

Updates org.springframework:spring-web from 5.2.25.RELEASE to 6.1.21

Release notes

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

v6.1.21

🐞 Bug Fixes

  • Encode non-printable character in Content-Disposition parameter #35035
  • Allow update of existing WebSession after max sessions limit is reached #35018
  • Enhanced configuration class fails to call package-visible superclass constructor on WebSphere #34951

🔨 Dependency Upgrades

  • Upgrade to Reactor 2023.0.19 #35022

v6.1.20

⭐ New Features

  • Add option for case-insensitive match to PatternMatchUtils #34802

🐞 Bug Fixes

  • HttpComponentsClientHttpRequestFactory setConnectionRequestTimeout not working with httpclient 5.3.1 #34854
  • Accidental ClassLoader defineClass enforcement after #34677#34839

📔 Documentation

  • Clarify CompositePropertySource behavior for EnumerablePropertySource contract #34887

🔨 Dependency Upgrades

  • Upgrade to Reactor 2023.0.18 #34899

v6.1.19

⭐ New Features

  • Suggest compilation with -parameters when AspectJAdviceParameterNameDiscoverer fails against ambiguity #34618

🐞 Bug Fixes

  • PropertyBatchUpdateException: causes of nested PropertyAccessExceptions not shown in output #34698
  • Change in Jar usecache behavior with Spring 6.1.x causing java.lang.IllegalStateException: zip file closed #34694
  • Startup performance regression due to CGLIB class load attempts in Spring 6.1.x #34693
  • IllegalAccessError for package-private member of AzureStorageConfiguration on WebSphere #34690
  • @Configuration classes can no longer be abstract without @Bean methods #34689
  • Generated-code for LinkedHashMap is missing static keyword #34661
  • AbstractReactiveTransactionManager throws IllegalStateException when rollback fails after commit attempt #34619

📔 Documentation

  • Add javadoc notes on potential exception suppression in ListableBeanFactory#getBeansOfType#34631
  • Remove remaining references to Forwarded headers in MvcUriComponentsBuilder #34626
  • MvcUriComponentsBuilder javadocs inaccurately reflects usage of forwarded headers #34620

... (truncated)

Commits
  • fa36b34 Release v6.1.21
  • 498ccda Upgrade to Gradle 8.14.2
  • fd68ea6 Encode non-printable character in Content-Disposition parameter
  • 28caa39 Upgrade to Reactor 2023.0.19
  • 8ecc553 Polish contribution
  • cd44efa Allow update of existing WebSession after max sessions limit is reached
  • 59d2895 Fix InMemoryWebSessionStoreTests.startsSessionImplicitly() test
  • a876bb4 Polish WebSession support and tests
  • 3b6beca Check for package-visible constructor in case of ClassLoader mismatch
  • 59ffbd7 Test conversion support in PropertySourcesPlaceholderConfigurer
  • Additional commits viewable in compare view

Updates org.springframework:spring-context from 5.2.25.RELEASE to 6.1.21

Release notes

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

v6.1.21

🐞 Bug Fixes

  • Encode non-printable character in Content-Disposition parameter #35035
  • Allow update of existing WebSession after max sessions limit is reached #35018
  • Enhanced configuration class fails to call package-visible superclass constructor on WebSphere #34951

🔨 Dependency Upgrades

  • Upgrade to Reactor 2023.0.19 #35022

v6.1.20

⭐ New Features

  • Add option for case-insensitive match to PatternMatchUtils #34802

🐞 Bug Fixes

  • HttpComponentsClientHttpRequestFactory setConnectionRequestTimeout not working with httpclient 5.3.1 #34854
  • Accidental ClassLoader defineClass enforcement after #34677#34839

📔 Documentation

  • Clarify CompositePropertySource behavior for EnumerablePropertySource contract #34887

🔨 Dependency Upgrades

  • Upgrade to Reactor 2023.0.18 #34899

v6.1.19

⭐ New Features

  • Suggest compilation with -parameters when AspectJAdviceParameterNameDiscoverer fails against ambiguity #34618

🐞 Bug Fixes

  • PropertyBatchUpdateException: causes of nested PropertyAccessExceptions not shown in output #34698
  • Change in Jar usecache behavior with Spring 6.1.x causing java.lang.IllegalStateException: zip file closed #34694
  • Startup performance regression due to CGLIB class load attempts in Spring 6.1.x #34693
  • IllegalAccessError for package-private member of AzureStorageConfiguration on WebSphere #34690
  • @Configuration classes can no longer be abstract without @Bean methods #34689
  • Generated-code for LinkedHashMap is missing static keyword #34661
  • AbstractReactiveTransactionManager throws IllegalStateException when rollback fails after commit attempt #34619

📔 Documentation

  • Add javadoc notes on potential exception suppression in ListableBeanFactory#getBeansOfType#34631
  • Remove remaining references to Forwarded headers in MvcUriComponentsBuilder #34626
  • MvcUriComponentsBuilder javadocs inaccurately reflects usage of forwarded headers #34620

... (truncated)

Commits
  • fa36b34 Release v6.1.21
  • 498ccda Upgrade to Gradle 8.14.2
  • fd68ea6 Encode non-printable character in Content-Disposition parameter
  • 28caa39 Upgrade to Reactor 2023.0.19
  • 8ecc553 Polish contribution
  • cd44efa Allow update of existing WebSession after max sessions limit is reached
  • 59d2895 Fix InMemoryWebSessionStoreTests.startsSessionImplicitly() test
  • a876bb4 Polish WebSession support and tests
  • 3b6beca Check for package-visible constructor in case of ClassLoader mismatch
  • 59ffbd7 Test conversion support in PropertySourcesPlaceholderConfigurer
  • Additional commits viewable in compare view

Updates org.springframework.security:spring-security-web from 5.7.11 to 5.7.14

Release notes

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

5.7.14

⭐ New Features

  • Support ServerExchangeRejectedHandler @Bean#15975

🪲 Bug Fixes

  • Support ServerWebExchangeFirewall @Bean#15974

5.7.13

No release notes provided.

5.7.12

🪲 Bug Fixes

  • Check for null Authentication #14715
Commits

Updates org.springframework:spring-webmvc from 5.2.25.RELEASE to 6.1.21

Release notes

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

v6.1.21

🐞 Bug Fixes

  • Encode non-printable character in Content-Disposition parameter #35035
  • Allow update of existing WebSession after max sessions limit is reached #35018
  • Enhanced configuration class fails to call package-visible superclass constructor on WebSphere #34951

🔨 Dependency Upgrades

  • Upgrade to Reactor 2023.0.19 #35022

v6.1.20

⭐ New Features

  • Add option for case-insensitive match to PatternMatchUtils #34802

🐞 Bug Fixes

  • HttpComponentsClientHttpRequestFactory setConnectionRequestTimeout not working with httpclient 5.3.1 #34854
  • Accidental ClassLoader defineClass enforcement after #34677#34839

📔 Documentation

  • Clarify CompositePropertySource behavior for EnumerablePropertySource contract #34887

🔨 Dependency Upgrades

  • Upgrade to Reactor 2023.0.18

Bumps the maven group with 8 updates in the /header directory:
| Package | From | To |
| --- | --- | --- |
| org.apache.avro:avro | `1.11.3` | `1.11.4` |
| [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) | `3.21.9` | `3.25.5` |
| [com.rabbitmq:amqp-client](https://github.com/rabbitmq/rabbitmq-java-client) | `5.14.2` | `5.18.0` |
| [org.springframework.security:spring-security-core](https://github.com/spring-projects/spring-security) | `5.7.11` | `5.7.14` |
| [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) | `5.2.25.RELEASE` | `6.1.21` |
| commons-io:commons-io | `2.8.0` | `2.14.0` |
| [org.json:json](https://github.com/douglascrockford/JSON-java) | `20230618` | `20231013` |
| commons-beanutils:commons-beanutils | `1.9.4` | `1.11.0` |
Bumps the maven group with 7 updates in the /test directory:
| Package | From | To |
| --- | --- | --- |
| [com.rabbitmq:amqp-client](https://github.com/rabbitmq/rabbitmq-java-client) | `5.14.2` | `5.18.0` |
| [org.springframework.security:spring-security-core](https://github.com/spring-projects/spring-security) | `5.7.11` | `5.7.14` |
| [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) | `5.2.25.RELEASE` | `6.1.21` |
| commons-io:commons-io | `2.8.0` | `2.14.0` |
| [org.json:json](https://github.com/douglascrockford/JSON-java) | `20230618` | `20231013` |
| commons-beanutils:commons-beanutils | `1.9.4` | `1.11.0` |
| org.eclipse.jetty:jetty-server | `9.4.51.v20230217` | `9.4.56.v20240826` |
Bumps the maven group with 7 updates in the /utils directory:
| Package | From | To |
| --- | --- | --- |
| [com.rabbitmq:amqp-client](https://github.com/rabbitmq/rabbitmq-java-client) | `5.14.2` | `5.18.0` |
| [org.springframework.security:spring-security-core](https://github.com/spring-projects/spring-security) | `5.7.11` | `5.7.14` |
| [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) | `5.2.25.RELEASE` | `6.1.21` |
| commons-io:commons-io | `2.8.0` | `2.14.0` |
| [org.json:json](https://github.com/douglascrockford/JSON-java) | `20230618` | `20231013` |
| commons-beanutils:commons-beanutils | `1.9.4` | `1.11.0` |
| org.apache.poi:poi-ooxml | `5.2.2` | `5.4.0` |
Updates `org.apache.avro:avro` from 1.11.3 to 1.11.4
Updates `com.google.protobuf:protobuf-java` from 3.21.9 to 3.25.5
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v3.21.9...v3.25.5)
Updates `com.rabbitmq:amqp-client` from 5.14.2 to 5.18.0
- [Release notes](https://github.com/rabbitmq/rabbitmq-java-client/releases)
- [Commits](rabbitmq/rabbitmq-java-client@v5.14.2...v5.18.0)
Updates `org.springframework.security:spring-security-core` from 5.7.11 to 5.7.14
- [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.7.11...5.7.14)
Updates `org.springframework:spring-web` from 5.2.25.RELEASE to 6.1.21
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.2.25.RELEASE...v6.1.21)
Updates `org.springframework:spring-context` from 5.2.25.RELEASE to 6.1.21
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.2.25.RELEASE...v6.1.21)
Updates `org.springframework.security:spring-security-web` from 5.7.11 to 5.7.14
- [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.7.11...5.7.14)
Updates `org.springframework:spring-webmvc` from 5.2.25.RELEASE to 6.1.21
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.2.25.RELEASE...v6.1.21)
Updates `commons-io:commons-io` from 2.8.0 to 2.14.0
Updates `org.json:json` from 20230618 to 20231013
- [Release notes](https://github.com/douglascrockford/JSON-java/releases)
- [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md)
- [Commits](https://github.com/douglascrockford/JSON-java/commits)
Updates `commons-beanutils:commons-beanutils` from 1.9.4 to 1.11.0
Updates `com.rabbitmq:amqp-client` from 5.14.2 to 5.18.0
- [Release notes](https://github.com/rabbitmq/rabbitmq-java-client/releases)
- [Commits](rabbitmq/rabbitmq-java-client@v5.14.2...v5.18.0)
Updates `org.springframework.security:spring-security-core` from 5.7.11 to 5.7.14
- [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.7.11...5.7.14)
Updates `org.springframework:spring-web` from 5.2.25.RELEASE to 6.1.21
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.2.25.RELEASE...v6.1.21)
Updates `org.springframework:spring-context` from 5.2.25.RELEASE to 6.1.21
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.2.25.RELEASE...v6.1.21)
Updates `org.springframework.security:spring-security-web` from 5.7.11 to 5.7.14
- [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.7.11...5.7.14)
Updates `org.springframework:spring-webmvc` from 5.2.25.RELEASE to 6.1.21
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.2.25.RELEASE...v6.1.21)
Updates `commons-io:commons-io` from 2.8.0 to 2.14.0
Updates `org.json:json` from 20230618 to 20231013
- [Release notes](https://github.com/douglascrockford/JSON-java/releases)
- [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md)
- [Commits](https://github.com/douglascrockford/JSON-java/commits)
Updates `commons-beanutils:commons-beanutils` from 1.9.4 to 1.11.0
Updates `org.eclipse.jetty:jetty-server` from 9.4.51.v20230217 to 9.4.56.v20240826
Updates `com.rabbitmq:amqp-client` from 5.14.2 to 5.18.0
- [Release notes](https://github.com/rabbitmq/rabbitmq-java-client/releases)
- [Commits](rabbitmq/rabbitmq-java-client@v5.14.2...v5.18.0)
Updates `org.springframework.security:spring-security-core` from 5.7.11 to 5.7.14
- [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.7.11...5.7.14)
Updates `org.springframework:spring-web` from 5.2.25.RELEASE to 6.1.21
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.2.25.RELEASE...v6.1.21)
Updates `org.springframework:spring-context` from 5.2.25.RELEASE to 6.1.21
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.2.25.RELEASE...v6.1.21)
Updates `org.springframework.security:spring-security-web` from 5.7.11 to 5.7.14
- [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.7.11...5.7.14)
Updates `org.springframework:spring-webmvc` from 5.2.25.RELEASE to 6.1.21
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.2.25.RELEASE...v6.1.21)
Updates `commons-io:commons-io` from 2.8.0 to 2.14.0
Updates `org.json:json` from 20230618 to 20231013
- [Release notes](https://github.com/douglascrockford/JSON-java/releases)
- [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md)
- [Commits](https://github.com/douglascrockford/JSON-java/commits)
Updates `commons-beanutils:commons-beanutils` from 1.9.4 to 1.11.0
Updates `org.apache.poi:poi-ooxml` from 5.2.2 to 5.4.0
---
updated-dependencies:
- dependency-name: org.apache.avro:avro
dependency-version: 1.11.4
dependency-type: direct:production
dependency-group: maven
- dependency-name: com.google.protobuf:protobuf-java
dependency-version: 3.25.5
dependency-type: direct:production
dependency-group: maven
- dependency-name: com.rabbitmq:amqp-client
dependency-version: 5.18.0
dependency-type: direct:production
dependency-group: maven
- dependency-name: org.springframework.security:spring-security-core
dependency-version: 5.7.14
dependency-type: direct:production
dependency-group: maven
- dependency-name: org.springframework:spring-web
dependency-version: 6.1.21
dependency-type: direct:production
dependency-group: maven
- dependency-name: org.springframework:spring-context
dependency-version: 6.1.21
dependency-type: direct:production
dependency-group: maven
- dependency-name: org.springframework.security:spring-security-web
dependency-version: 5.7.14
dependency-type: direct:production
dependency-group: maven
- dependency-name: org.springframework:spring-webmvc
dependency-version: 6.1.21
dependency-type: direct:production
dependency-group: maven
- dependency-name: commons-io:commons-io
dependency-version: 2.14.0
dependency-type: direct:production
dependency-group: maven
- dependency-name: org.json:json
dependency-version: '20231013'
dependency-type: direct:production
dependency-group: maven
- dependency-name: commons-beanutils:commons-beanutils
dependency-version: 1.11.0
dependency-type: direct:production
dependency-group: maven
- dependency-name: com.rabbitmq:amqp-client
dependency-version: 5.18.0
dependency-type: direct:production
dependency-group: maven
- dependency-name: org.springframework.security:spring-security-core
dependency-version: 5.7.14
dependency-type: direct:production
dependency-group: maven
- dependency-name: org.springframework:spring-web
dependency-version: 6.1.21
dependency-type: direct:production
dependency-group: maven
- dependency-name: org.springframework:spring-context
dependency-version: 6.1.21
dependency-type: direct:production
dependency-group: maven
- dependency-name: org.springframework.security:spring-security-web
dependency-version: 5.7.14
dependency-type: direct:production
dependency-group: maven
- dependency-name: org.springframework:spring-webmvc
dependency-version: 6.1.21
dependency-type: direct:production
dependency-group: maven
- dependency-name: commons-io:commons-io
dependency-version: 2.14.0
dependency-type: direct:production
dependency-group: maven
- dependency-name: org.json:json
dependency-version: '20231013'
dependency-type: direct:production
dependency-group: maven
- dependency-name: commons-beanutils:commons-beanutils
dependency-version: 1.11.0
dependency-type: direct:production
dependency-group: maven
- dependency-name: org.eclipse.jetty:jetty-server
dependency-version: 9.4.56.v20240826
dependency-type: direct:production
dependency-group: maven
- dependency-name: com.rabbitmq:amqp-client
dependency-version: 5.18.0
dependency-type: direct:production
dependency-group: maven
- dependency-name: org.springframework.security:spring-security-core
dependency-version: 5.7.14
dependency-type: direct:production
dependency-group: maven
- dependency-name: org.springframework:spring-web
dependency-version: 6.1.21
dependency-type: direct:production
dependency-group: maven
- dependency-name: org.springframework:spring-context
dependency-version: 6.1.21
dependency-type: direct:production
dependency-group: maven
- dependency-name: org.springframework.security:spring-security-web
dependency-version: 5.7.14
dependency-type: direct:production
dependency-group: maven
- dependency-name: org.springframework:spring-webmvc
dependency-version: 6.1.21
dependency-type: direct:production
dependency-group: maven
- dependency-name: commons-io:commons-io
dependency-version: 2.14.0
dependency-type: direct:production
dependency-group: maven
- dependency-name: org.json:json
dependency-version: '20231013'
dependency-type: direct:production
dependency-group: maven
- dependency-name: commons-beanutils:commons-beanutils
dependency-version: 1.11.0
dependency-type: direct:production
dependency-group: maven
- dependency-name: org.apache.poi:poi-ooxml
dependency-version: 5.4.0
dependency-type: direct:production
dependency-group: maven
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Oct 17, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filejavaPull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants