Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2024

Bumps the all-deps-minor-and-patch group with 15 updates:

Package From To
org.apache.tomcat:tomcat-catalina 10.1.19 10.1.20
org.springframework:spring-webmvc 6.1.4 6.1.5
org.springframework:spring-tx 6.1.4 6.1.5
org.springframework:spring-tx 6.1.4 6.1.5
org.springframework.boot:spring-boot-starter-security 3.2.3 3.2.4
org.springframework.boot:spring-boot-starter-amqp 3.2.3 3.2.4
org.springframework.boot:spring-boot-configuration-processor 3.2.3 3.2.4
org.springframework.boot:spring-boot-starter-actuator 3.2.3 3.2.4
org.springframework.boot:spring-boot-autoconfigure 3.2.3 3.2.4
org.springframework.boot:spring-boot-starter-validation 3.2.3 3.2.4
org.springframework.boot:spring-boot-starter-web 3.2.3 3.2.4
org.springframework.boot:spring-boot-starter-test 3.2.3 3.2.4
org.springframework.boot:spring-boot-starter-amqp 3.2.3 3.2.4
org.springframework.boot:spring-boot-configuration-processor 3.2.3 3.2.4
org.springframework.boot:spring-boot-starter-actuator 3.2.3 3.2.4
org.springframework.boot:spring-boot-autoconfigure 3.2.3 3.2.4
org.springframework.boot:spring-boot-starter-validation 3.2.3 3.2.4
com.fasterxml.jackson.datatype:jackson-datatype-jsr310 2.16.1 2.17.0
com.squareup.retrofit2:retrofit 2.9.0 2.11.0
com.squareup.retrofit2:converter-jackson 2.9.0 2.11.0
com.squareup.retrofit2:converter-jackson 2.9.0 2.11.0
org.springframework.boot:spring-boot-starter-web 3.2.3 3.2.4
org.springframework.boot:spring-boot-starter-test 3.2.3 3.2.4
org.owasp.dependencycheck 9.0.9 9.1.0

Updates org.apache.tomcat:tomcat-catalina from 10.1.19 to 10.1.20

Updates org.springframework:spring-webmvc from 6.1.4 to 6.1.5

Release notes

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

v6.1.5

⭐ New Features

  • Extract reusable method for URI validations #32440
  • Allow UriTemplate to be built with an empty template #32432
  • Optimize Coroutine invocations #32390
  • Improve exception message when Scheduled tasks that are using Virtual Threads fail on shutdown #32381
  • Add query parameters to MockMvc Kotlin DSL #32371
  • Optimize content type parsing in ServletServerHttpResponse #32361
  • Refine handling of disconnected client error in ExceptionHandlerExceptionResolver #32359
  • Refine \*HttpMessageConverter#getContentLength return value null safety #32325
  • Optimize HttpHeaders.getAcceptLanguageAsLocales #32318
  • SimpleAsyncTaskScheduler: consistently apply default error handling #32298
  • Use Spliterator of underlying collection in MutablePropertyValues / MutablePropertySources #32281

🐞 Bug Fixes

  • SpEL fails to compile expression indexing into boolean array #32400
  • WebClient Observations are missing error #32389
  • WebClient request sent twice instantly when using @Cacheable #32370
  • AopUtils.getMostSpecificMethod does not return original method for proxy-derived method anymore #32365
  • Fix ServletResponseHttpHeaders#get null handling #32362
  • Compiled SpEL expression fails if #root or #this is a non-public type #32356
  • Suspend handler methods fail on nullable value class parameters #32353
  • Better protect against concurrent error handling for async requests #32340
  • Performance degradation due to Kotlin value class checks #32334
  • With value referenced from property file in XML configuration, setter selection can be random in case of overloaded setter methods (e.g. on SimpleClientHttpRequestFactory) #32329
  • constructor-impl of Kotlin value class is not called #32324
  • ContentCachingResponseWrapper no longer honors Content-Type and Content-Length #32317
  • Hibernate native image support broken by HHH-17643 #32311
  • Revisit DatabaseMetadata#getProcedures to only apply fallback if original search yield more than one result #32295
  • Remove Observation.Context from WebClient request #32198

📔 Documentation

  • Refine "Redirecting to a resource" section code sample #32423
  • Javadoc of ReactorNettyClientRequestFactory#setExchangeTimeout methods have wrong default value #32419
  • Fix order of 2 sections in the Validation chapter of the reference manual #32408
  • Fix Javadoc #32403
  • Document that SpEL expressions using array construction cannot be compiled #32401
  • Improve documentation for @Sql execution phases regarding lifecycle #32343
  • Omit parameter names in REST Clients section of reference docs #32335
  • Different transaction name when using TransactionAspectSupport.currentTransactionStatus().transactionName #32310
  • Provide guidelines for using Kotlin properties with proxies (@RequestScope and similar use cases) #32287
  • Correct documentation for userDestinationPrefix in MessageBrokerRegistry #32272

🔨 Dependency Upgrades

  • Upgrade to Micrometer 1.12.4 #32431
  • Upgrade to Reactor 2023.0.4 #32420

... (truncated)

Commits
  • c04290e Release v6.1.5
  • 381f790 Extract reusable checkSchemeAndPort method
  • f5a3658 Upgrade to Protobuf 3.25.3, Woodstox 6.6.1, JsonPath 2.9, QDox 2.1
  • 54a6d89 Additional unit tests for operations on empty UriTemplate
  • 2922a82 Merge pull request #32432 from bsgrd
  • a34ceb4 Polish "Allow UriTemplate to be built with an empty template"
  • 1b25a15 Allow UriTemplate to be built with an empty template
  • 723c94e Polishing
  • e5a69dc Upgrade to Reactor 2023.0.4 and Micrometer 1.12.4
  • c2248c9 Update Javadoc in DefaultUserDestinationResolver
  • Additional commits viewable in compare view

Updates org.springframework:spring-tx from 6.1.4 to 6.1.5

Release notes

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

v6.1.5

⭐ New Features

  • Extract reusable method for URI validations #32440
  • Allow UriTemplate to be built with an empty template #32432
  • Optimize Coroutine invocations #32390
  • Improve exception message when Scheduled tasks that are using Virtual Threads fail on shutdown #32381
  • Add query parameters to MockMvc Kotlin DSL #32371
  • Optimize content type parsing in ServletServerHttpResponse #32361
  • Refine handling of disconnected client error in ExceptionHandlerExceptionResolver #32359
  • Refine \*HttpMessageConverter#getContentLength return value null safety #32325
  • Optimize HttpHeaders.getAcceptLanguageAsLocales #32318
  • SimpleAsyncTaskScheduler: consistently apply default error handling #32298
  • Use Spliterator of underlying collection in MutablePropertyValues / MutablePropertySources #32281

🐞 Bug Fixes

  • SpEL fails to compile expression indexing into boolean array #32400
  • WebClient Observations are missing error #32389
  • WebClient request sent twice instantly when using @Cacheable #32370
  • AopUtils.getMostSpecificMethod does not return original method for proxy-derived method anymore #32365
  • Fix ServletResponseHttpHeaders#get null handling #32362
  • Compiled SpEL expression fails if #root or #this is a non-public type #32356
  • Suspend handler methods fail on nullable value class parameters #32353
  • Better protect against concurrent error handling for async requests #32340
  • Performance degradation due to Kotlin value class checks #32334
  • With value referenced from property file in XML configuration, setter selection can be random in case of overloaded setter methods (e.g. on SimpleClientHttpRequestFactory) #32329
  • constructor-impl of Kotlin value class is not called #32324
  • ContentCachingResponseWrapper no longer honors Content-Type and Content-Length #32317
  • Hibernate native image support broken by HHH-17643 #32311
  • Revisit DatabaseMetadata#getProcedures to only apply fallback if original search yield more than one result #32295
  • Remove Observation.Context from WebClient request #32198

📔 Documentation

  • Refine "Redirecting to a resource" section code sample #32423
  • Javadoc of ReactorNettyClientRequestFactory#setExchangeTimeout methods have wrong default value #32419
  • Fix order of 2 sections in the Validation chapter of the reference manual #32408
  • Fix Javadoc #32403
  • Document that SpEL expressions using array construction cannot be compiled #32401
  • Improve documentation for @Sql execution phases regarding lifecycle #32343
  • Omit parameter names in REST Clients section of reference docs #32335
  • Different transaction name when using TransactionAspectSupport.currentTransactionStatus().transactionName #32310
  • Provide guidelines for using Kotlin properties with proxies (@RequestScope and similar use cases) #32287
  • Correct documentation for userDestinationPrefix in MessageBrokerRegistry #32272

🔨 Dependency Upgrades

  • Upgrade to Micrometer 1.12.4 #32431
  • Upgrade to Reactor 2023.0.4 #32420

... (truncated)

Commits
  • c04290e Release v6.1.5
  • 381f790 Extract reusable checkSchemeAndPort method
  • f5a3658 Upgrade to Protobuf 3.25.3, Woodstox 6.6.1, JsonPath 2.9, QDox 2.1
  • 54a6d89 Additional unit tests for operations on empty UriTemplate
  • 2922a82 Merge pull request #32432 from bsgrd
  • a34ceb4 Polish "Allow UriTemplate to be built with an empty template"
  • 1b25a15 Allow UriTemplate to be built with an empty template
  • 723c94e Polishing
  • e5a69dc Upgrade to Reactor 2023.0.4 and Micrometer 1.12.4
  • c2248c9 Update Javadoc in DefaultUserDestinationResolver
  • Additional commits viewable in compare view

Updates org.springframework:spring-tx from 6.1.4 to 6.1.5

Release notes

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

v6.1.5

⭐ New Features

  • Extract reusable method for URI validations #32440
  • Allow UriTemplate to be built with an empty template #32432
  • Optimize Coroutine invocations #32390
  • Improve exception message when Scheduled tasks that are using Virtual Threads fail on shutdown #32381
  • Add query parameters to MockMvc Kotlin DSL #32371
  • Optimize content type parsing in ServletServerHttpResponse #32361
  • Refine handling of disconnected client error in ExceptionHandlerExceptionResolver #32359
  • Refine \*HttpMessageConverter#getContentLength return value null safety #32325
  • Optimize HttpHeaders.getAcceptLanguageAsLocales #32318
  • SimpleAsyncTaskScheduler: consistently apply default error handling #32298
  • Use Spliterator of underlying collection in MutablePropertyValues / MutablePropertySources #32281

🐞 Bug Fixes

  • SpEL fails to compile expression indexing into boolean array #32400
  • WebClient Observations are missing error #32389
  • WebClient request sent twice instantly when using @Cacheable #32370
  • AopUtils.getMostSpecificMethod does not return original method for proxy-derived method anymore #32365
  • Fix ServletResponseHttpHeaders#get null handling #32362
  • Compiled SpEL expression fails if #root or #this is a non-public type #32356
  • Suspend handler methods fail on nullable value class parameters #32353
  • Better protect against concurrent error handling for async requests #32340
  • Performance degradation due to Kotlin value class checks #32334
  • With value referenced from property file in XML configuration, setter selection can be random in case of overloaded setter methods (e.g. on SimpleClientHttpRequestFactory) #32329
  • constructor-impl of Kotlin value class is not called #32324
  • ContentCachingResponseWrapper no longer honors Content-Type and Content-Length #32317
  • Hibernate native image support broken by HHH-17643 #32311
  • Revisit DatabaseMetadata#getProcedures to only apply fallback if original search yield more than one result #32295
  • Remove Observation.Context from WebClient request #32198

📔 Documentation

  • Refine "Redirecting to a resource" section code sample #32423
  • Javadoc of ReactorNettyClientRequestFactory#setExchangeTimeout methods have wrong default value #32419
  • Fix order of 2 sections in the Validation chapter of the reference manual #32408
  • Fix Javadoc #32403
  • Document that SpEL expressions using array construction cannot be compiled #32401
  • Improve documentation for @Sql execution phases regarding lifecycle #32343
  • Omit parameter names in REST Clients section of reference docs #32335
  • Different transaction name when using TransactionAspectSupport.currentTransactionStatus().transactionName #32310
  • Provide guidelines for using Kotlin properties with proxies (@RequestScope and similar use cases) #32287
  • Correct documentation for userDestinationPrefix in MessageBrokerRegistry #32272

🔨 Dependency Upgrades

  • Upgrade to Micrometer 1.12.4 #32431
  • Upgrade to Reactor 2023.0.4 #32420

... (truncated)

Commits
  • c04290e Release v6.1.5
  • 381f790 Extract reusable checkSchemeAndPort method
  • f5a3658 Upgrade to Protobuf 3.25.3, Woodstox 6.6.1, JsonPath 2.9, QDox 2.1
  • 54a6d89 Additional unit tests for operations on empty UriTemplate
  • 2922a82 Merge pull request #32432 from bsgrd
  • a34ceb4 Polish "Allow UriTemplate to be built with an empty template"
  • 1b25a15 Allow UriTemplate to be built with an empty template
  • 723c94e Polishing
  • e5a69dc Upgrade to Reactor 2023.0.4 and Micrometer 1.12.4
  • c2248c9 Update Javadoc in DefaultUserDestinationResolver
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-starter-security from 3.2.3 to 3.2.4

Release notes

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

v3.2.4

⭐ New Features

  • Add TWENTY_TWO to JavaVersion enum #39825

🐞 Bug Fixes

  • Thread name prefix is not always set when using virtual threads #39958
  • spring-boot-maven-plugin doesn't work with Java 22 #39927
  • Resolving a BuildpackReference created from a URL-like String can fail on Windows #39793
  • SpringProfile arbiter fails without a Spring's environment #39786
  • bootStartScripts tasks should be an instance of org.gradle.api.tasks.application.CreateStartScripts rather than its superclass org.gradle.jvm.application.tasks.CreateStartScripts #39764
  • When using Logback, log messages appear in a single line when application name contains brackets #39564

📔 Documentation

  • Document support for Java 22 #40046
  • Fix web session javadoc typo #39821
  • Fix typo in Custom HTTP Exchange Recording section #39784
  • Make description of virtual threads and JVM exit easier to understand by removing "no-non" double-negative #39732

🔨 Dependency Upgrades

  • Upgrade to Angus Mail 2.0.3 #39973
  • Upgrade to Glassfish JAXB 4.0.5 #39975
  • Upgrade to GraphQL Java 21.4 #40021
  • Upgrade to Groovy 4.0.20 #39976
  • Upgrade to Infinispan 14.0.27.Final #40026
  • Upgrade to Jakarta Activation 2.1.3 #39978
  • Upgrade to Jakarta Mail 2.1.3 #39979
  • Upgrade to Jakarta XML Bind 4.0.2 #39980
  • Upgrade to Jaybird 5.0.4.java11 #39981
  • Upgrade to Jetty 12.0.7 #39982
  • Upgrade to jOOQ 3.18.13 #39983
  • Upgrade to Kotlin 1.9.23 #39984
  • Upgrade to Lettuce 6.3.2.RELEASE #39985
  • Upgrade to Micrometer 1.12.4 #39879
  • Upgrade to Micrometer Tracing 1.2.4 #39880
  • Upgrade to Neo4j Java Driver 5.18.0 #39936
  • Upgrade to Postgresql 42.6.2 #39986
  • Upgrade to Pulsar 3.1.3 #39987
  • Upgrade to Reactor Bom 2023.0.4 #39907
  • Upgrade to Spring AMQP 3.1.3 #39881
  • Upgrade to Spring Authorization Server 1.2.3 #39915
  • Upgrade to Spring Data Bom 2023.1.4 #39882
  • Upgrade to Spring Framework 6.1.5 #39883
  • Upgrade to Spring HATEOAS 2.2.1 #39950
  • Upgrade to Spring Integration 6.2.3 #39884
  • Upgrade to Spring Kafka 3.1.3 #39885
  • Upgrade to Spring Pulsar 1.0.4 #39886

... (truncated)

Commits
  • f2988d3 Release v3.2.4
  • ddbefd9 Document support for Java 22
  • 9236759 Switch to Liberica distribution for Java 22 CI
  • 06058b1 Upgrade to Spring Integration 6.2.3
  • dedb2c5 Upgrade to Spring Authorization Server 1.2.3
  • bfa7dfb Merge branch '3.1.x' into 3.2.x
  • 73c3f31 Upgrade to Spring Integration 6.1.7
  • 2649d0d Upgrade to Spring Authorization Server 1.1.6
  • 488f243 Upgrade to Spring Session 3.2.2
  • 5705e0b Upgrade to Spring Pulsar 1.0.4
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-starter-amqp from 3.2.3 to 3.2.4

Release notes

Sourced from org.springframework.boot:spring-boot-starter-amqp's releases.

v3.2.4

⭐ New Features

  • Add TWENTY_TWO to JavaVersion enum #39825

🐞 Bug Fixes

  • Thread name prefix is not always set when using virtual threads #39958
  • spring-boot-maven-plugin doesn't work with Java 22 #39927
  • Resolving a BuildpackReference created from a URL-like String can fail on Windows #39793
  • SpringProfile arbiter fails without a Spring's environment #39786
  • bootStartScripts tasks should be an instance of org.gradle.api.tasks.application.CreateStartScripts rather than its superclass org.gradle.jvm.application.tasks.CreateStartScripts #39764
  • When using Logback, log messages appear in a single line when application name contains brackets #39564

📔 Documentation

  • Document support for Java 22 #40046
  • Fix web session javadoc typo #39821
  • Fix typo in Custom HTTP Exchange Recording section #39784
  • Make description of virtual threads and JVM exit easier to understand by removing "no-non" double-negative #39732

🔨 Dependency Upgrades

  • Upgrade to Angus Mail 2.0.3 #39973
  • Upgrade to Glassfish JAXB 4.0.5 #39975
  • Upgrade to GraphQL Java 21.4 #40021
  • Upgrade to Groovy 4.0.20 #39976
  • Upgrade to Infinispan 14.0.27.Final #40026
  • Upgrade to Jakarta Activation 2.1.3 #39978
  • Upgrade to Jakarta Mail 2.1.3 #39979
  • Upgrade to Jakarta XML Bind 4.0.2 #39980
  • Upgrade to Jaybird 5.0.4.java11 #39981
  • Upgrade to Jetty 12.0.7 #39982
  • Upgrade to jOOQ 3.18.13 #39983
  • Upgrade to Kotlin 1.9.23 #39984
  • Upgrade to Lettuce 6.3.2.RELEASE #39985
  • Upgrade to Micrometer 1.12.4 #39879
  • Upgrade to Micrometer Tracing 1.2.4 #39880
  • Upgrade to Neo4j Java Driver 5.18.0 #39936
  • Upgrade to Postgresql 42.6.2 #39986
  • Upgrade to Pulsar 3.1.3 #39987
  • Upgrade to Reactor Bom 2023.0.4 #39907
  • Upgrade to Spring AMQP 3.1.3 #39881
  • Upgrade to Spring Authorization Server 1.2.3 #39915
  • Upgrade to Spring Data Bom 2023.1.4 #39882
  • Upgrade to Spring Framework 6.1.5 #39883
  • Upgrade to Spring HATEOAS 2.2.1 #39950
  • Upgrade to Spring Integration 6.2.3 #39884
  • Upgrade to Spring Kafka 3.1.3 #39885
  • Upgrade to Spring Pulsar 1.0.4 #39886

... (truncated)

Commits
  • f2988d3 Release v3.2.4
  • ddbefd9 Document support for Java 22
  • 9236759 Switch to Liberica distribution for Java 22 CI
  • 06058b1 Upgrade to Spring Integration 6.2.3
  • dedb2c5 Upgrade to Spring Authorization Server 1.2.3
  • bfa7dfb Merge branch '3.1.x' into 3.2.x
  • 73c3f31 Upgrade to Spring Integration 6.1.7
  • 2649d0d Upgrade to Spring Authorization Server 1.1.6
  • 488f243 Upgrade to Spring Session 3.2.2
  • 5705e0b Upgrade to Spring Pulsar 1.0.4
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-configuration-processor from 3.2.3 to 3.2.4

Release notes

Sourced from org.springframework.boot:spring-boot-configuration-processor's releases.

v3.2.4

⭐ New Features

  • Add TWENTY_TWO to JavaVersion enum #39825

🐞 Bug Fixes

  • Thread name prefix is not always set when using virtual threads #39958
  • spring-boot-maven-plugin doesn't work with Java 22 #39927
  • Resolving a BuildpackReference created from a URL-like String can fail on Windows #39793
  • SpringProfile arbiter fails without a Spring's environment #39786
  • bootStartScripts tasks should be an instance of org.gradle.api.tasks.application.CreateStartScripts rather than its superclass org.gradle.jvm.application.tasks.CreateStartScripts #39764
  • When using Logback, log messages appear in a single line when application name contains brackets #39564

📔 Documentation

  • Document support for Java 22 #40046
  • Fix web session javadoc typo #39821
  • Fix typo in Custom HTTP Exchange Recording section #39784
  • Make description of virtual threads and JVM exit easier to understand by removing "no-non" double-negative #39732

🔨 Dependency Upgrades

  • Upgrade to Angus Mail 2.0.3 #39973
  • Upgrade to Glassfish JAXB 4.0.5 #39975
  • Upgrade to GraphQL Java 21.4 #40021
  • Upgrade to Groovy 4.0.20 #39976
  • Upgrade to Infinispan 14.0.27.Final #40026
  • Upgrade to Jakarta Activation 2.1.3 #39978
  • Upgrade to Jakarta Mail 2.1.3 #39979
  • Upgrade to Jakarta XML Bind 4.0.2 #39980
  • Upgrade to Jaybird 5.0.4.java11 #39981
  • Upgrade to Jetty 12.0.7 #39982
  • Upgrade to jOOQ 3.18.13 #39983
  • Upgrade to Kotlin 1.9.23 #39984
  • Upgrade to Lettuce 6.3.2.RELEASE #39985
  • Upgrade to Micrometer 1.12.4 #39879
  • Upgrade to Micrometer Tracing 1.2.4 #39880
  • Upgrade to Neo4j Java Driver 5.18.0 #39936
  • Upgrade to Postgresql 42.6.2 #39986
  • Upgrade to Pulsar 3.1.3 #39987
  • Upgrade to Reactor Bom 2023.0.4 #39907
  • Upgrade to Spring AMQP 3.1.3 #39881
  • Upgrade to Spring Authorization Server 1.2.3 #39915
  • Upgrade to Spring Data Bom 2023.1.4 #39882
  • Upgrade to Spring Framework 6.1.5 #39883
  • Upgrade to Spring HATEOAS 2.2.1 #39950
  • Upgrade to Spring Integration 6.2.3 #39884
  • Upgrade to Spring Kafka 3.1.3 #39885
  • Upgrade to Spring Pulsar 1.0.4 #39886

... (truncated)

Commits
  • f2988d3 Release v3.2.4
  • ddbefd9 Document support for Java 22
  • 9236759 Switch to Liberica distribution for Java 22 CI
  • 06058b1 Upgrade to Spring Integration 6.2.3
  • dedb2c5 Upgrade to Spring Authorization Server 1.2.3
  • bfa7dfb Merge branch '3.1.x' into 3.2.x
  • 73c3f31 Upgrade to Spring Integration 6.1.7
  • 2649d0d Upgrade to Spring Authorization Server 1.1.6
  • 488f243 Upgrade to Spring Session 3.2.2
  • 5705e0b Upgrade to Spring Pulsar 1.0.4
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-starter-actuator from 3.2.3 to 3.2.4

Release notes

Sourced from org.springframework.boot:spring-boot-starter-actuator's releases.

v3.2.4

⭐ New Features

  • Add TWENTY_TWO to JavaVersion enum #39825

🐞 Bug Fixes

  • Thread name prefix is not always set when using virtual threads #39958
  • spring-boot-maven-plugin doesn't work with Java 22 #39927
  • Resolving a BuildpackReference created from a URL-like String can fail on Windows #39793
  • SpringProfile arbiter fails without a Spring's environment #39786
  • bootStartScripts tasks should be an instance of org.gradle.api.tasks.application.CreateStartScripts rather than its superclass org.gradle.jvm.application.tasks.CreateStartScripts #39764
  • When using Logback, log messages appear in a single line when application name contains brackets #39564

📔 Documentation

  • Document support for Java 22 #40046
  • Fix web session javadoc typo #39821
  • Fix typo in Custom HTTP Exchange Recording section #39784
  • Make description of virtual threads and JVM exit easier to understand by removing "no-non" double-negative #39732

🔨 Dependency Upgrades

  • Upgrade to Angus Mail 2.0.3 #39973
  • Upgrade to Glassfish JAXB 4.0.5 #39975
  • Upgrade to GraphQL Java 21.4 #40021
  • Upgrade to Groovy 4.0.20 #39976
  • Upgrade to Infinispan 14.0.27.Final #40026
  • Upgrade to Jakarta Activation 2.1.3 #39978
  • Upgrade to Jakarta Mail 2.1.3 #39979
  • Upgrade to Jakarta XML Bind 4.0.2 #39980
  • Upgrade to Jaybird 5.0.4.java11 #39981
  • Upgrade to Jetty 12.0.7 #39982
  • Upgrade to jOOQ 3.18.13 #39983
  • Upgrade to Kotlin 1.9.23 #39984
  • Upgrade to Lettuce 6.3.2.RELEASE #39985
  • Upgrade to Micrometer 1.12.4 #39879
  • Upgrade to Micrometer Tracing 1.2.4 #39880
  • Upgrade to Neo4j Java Driver 5.18.0 #39936
  • Upgrade to Postgresql 42.6.2 #39986
  • Upgrade to Pulsar 3.1.3 #39987
  • Upgrade to Reactor Bom 2023.0.4 #39907
  • Upgrade to Spring AMQP 3.1.3 #39881
  • Upgrade to Spring Authorization Server 1.2.3 #39915
  • Upgrade to Spring Data Bom 2023.1.4 #39882
  • Upgrade to Spring Framework 6.1.5 #39883
  • Upgrade to Spring HATEOAS 2.2.1 #39950
  • Upgrade to Spring Integration 6.2.3 #39884
  • Upgrade to Spring Kafka 3.1.3 #39885
  • Upgrade to Spring Pulsar 1.0.4 #39886

... (truncated)

Commits
  • f2988d3 Release v3.2.4
  • ddbefd9 Document support for Java 22
  • 9236759 Switch to Liberica distribution for Java 22 CI
  • 06058b1 Upgrade to Spring Integration 6.2.3
  • dedb2c5 Upgrade to Spring Authorization Server 1.2.3
  • bfa7dfb Merge branch '3.1.x' into 3.2.x
  • 73c3f31 Upgrade to Spring Integration 6.1.7
  • 2649d0d Upgrade to Spring Authorization Server 1.1.6
  • 488f243 Upgrade to Spring Session 3.2.2
  • 5705e0b Upgrade to Spring Pulsar 1.0.4
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-autoconfigure from 3.2.3 to 3.2.4

Release notes

Sourced from org.springframework.boot:spring-boot-autoconfigure's releases.

v3.2.4

⭐ New Features

  • Add TWENTY_TWO to JavaVersion enum #39825

🐞 Bug Fixes

  • Thread name prefix is not always set when using virtual threads #39958
  • spring-boot-maven-plugin doesn't work with Java 22 #39927
  • Resolving a BuildpackReference created from a URL-like String can fail on Windows #39793
  • SpringProfile arbiter fails without a Spring's environment #39786
  • bootStartScripts tasks should be an instance of org.gradle.api.tasks.application.CreateStartScripts rather than its superclass org.gradle.jvm.application.tasks.CreateStartScripts #39764
  • When using Logback, log messages appear in a single line when application name contains brackets #39564

📔 Documentation

  • Document support for Java 22 #40046
  • Fix web session javadoc typo #39821
  • Fix typo in Custom HTTP Exchange Recording section #39784
  • Make description of virtual threads and JVM exit easier to understand by removing "no-non" double-negative #39732

🔨 Dependency Upgrades

Bumps the all-deps-minor-and-patch group with 15 updates:

| Package | From | To |
| --- | --- | --- |
| org.apache.tomcat:tomcat-catalina | `10.1.19` | `10.1.20` |
| [org.springframework:spring-webmvc](https://github.com/spring-projects/spring-framework) | `6.1.4` | `6.1.5` |
| [org.springframework:spring-tx](https://github.com/spring-projects/spring-framework) | `6.1.4` | `6.1.5` |
| [org.springframework:spring-tx](https://github.com/spring-projects/spring-framework) | `6.1.4` | `6.1.5` |
| [org.springframework.boot:spring-boot-starter-security](https://github.com/spring-projects/spring-boot) | `3.2.3` | `3.2.4` |
| [org.springframework.boot:spring-boot-starter-amqp](https://github.com/spring-projects/spring-boot) | `3.2.3` | `3.2.4` |
| [org.springframework.boot:spring-boot-configuration-processor](https://github.com/spring-projects/spring-boot) | `3.2.3` | `3.2.4` |
| [org.springframework.boot:spring-boot-starter-actuator](https://github.com/spring-projects/spring-boot) | `3.2.3` | `3.2.4` |
| [org.springframework.boot:spring-boot-autoconfigure](https://github.com/spring-projects/spring-boot) | `3.2.3` | `3.2.4` |
| [org.springframework.boot:spring-boot-starter-validation](https://github.com/spring-projects/spring-boot) | `3.2.3` | `3.2.4` |
| [org.springframework.boot:spring-boot-starter-web](https://github.com/spring-projects/spring-boot) | `3.2.3` | `3.2.4` |
| [org.springframework.boot:spring-boot-starter-test](https://github.com/spring-projects/spring-boot) | `3.2.3` | `3.2.4` |
| [org.springframework.boot:spring-boot-starter-amqp](https://github.com/spring-projects/spring-boot) | `3.2.3` | `3.2.4` |
| [org.springframework.boot:spring-boot-configuration-processor](https://github.com/spring-projects/spring-boot) | `3.2.3` | `3.2.4` |
| [org.springframework.boot:spring-boot-starter-actuator](https://github.com/spring-projects/spring-boot) | `3.2.3` | `3.2.4` |
| [org.springframework.boot:spring-boot-autoconfigure](https://github.com/spring-projects/spring-boot) | `3.2.3` | `3.2.4` |
| [org.springframework.boot:spring-boot-starter-validation](https://github.com/spring-projects/spring-boot) | `3.2.3` | `3.2.4` |
| com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.16.1` | `2.17.0` |
| [com.squareup.retrofit2:retrofit](https://github.com/square/retrofit) | `2.9.0` | `2.11.0` |
| [com.squareup.retrofit2:converter-jackson](https://github.com/square/retrofit) | `2.9.0` | `2.11.0` |
| [com.squareup.retrofit2:converter-jackson](https://github.com/square/retrofit) | `2.9.0` | `2.11.0` |
| [org.springframework.boot:spring-boot-starter-web](https://github.com/spring-projects/spring-boot) | `3.2.3` | `3.2.4` |
| [org.springframework.boot:spring-boot-starter-test](https://github.com/spring-projects/spring-boot) | `3.2.3` | `3.2.4` |
| org.owasp.dependencycheck | `9.0.9` | `9.1.0` |


Updates `org.apache.tomcat:tomcat-catalina` from 10.1.19 to 10.1.20

Updates `org.springframework:spring-webmvc` from 6.1.4 to 6.1.5
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.4...v6.1.5)

Updates `org.springframework:spring-tx` from 6.1.4 to 6.1.5
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.4...v6.1.5)

Updates `org.springframework:spring-tx` from 6.1.4 to 6.1.5
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.4...v6.1.5)

Updates `org.springframework.boot:spring-boot-starter-security` from 3.2.3 to 3.2.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.3...v3.2.4)

Updates `org.springframework.boot:spring-boot-starter-amqp` from 3.2.3 to 3.2.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.3...v3.2.4)

Updates `org.springframework.boot:spring-boot-configuration-processor` from 3.2.3 to 3.2.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.3...v3.2.4)

Updates `org.springframework.boot:spring-boot-starter-actuator` from 3.2.3 to 3.2.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.3...v3.2.4)

Updates `org.springframework.boot:spring-boot-autoconfigure` from 3.2.3 to 3.2.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.3...v3.2.4)

Updates `org.springframework.boot:spring-boot-starter-validation` from 3.2.3 to 3.2.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.3...v3.2.4)

Updates `org.springframework.boot:spring-boot-starter-web` from 3.2.3 to 3.2.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.3...v3.2.4)

Updates `org.springframework.boot:spring-boot-starter-test` from 3.2.3 to 3.2.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.3...v3.2.4)

Updates `org.springframework.boot:spring-boot-starter-amqp` from 3.2.3 to 3.2.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.3...v3.2.4)

Updates `org.springframework.boot:spring-boot-configuration-processor` from 3.2.3 to 3.2.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.3...v3.2.4)

Updates `org.springframework.boot:spring-boot-starter-actuator` from 3.2.3 to 3.2.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.3...v3.2.4)

Updates `org.springframework.boot:spring-boot-autoconfigure` from 3.2.3 to 3.2.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.3...v3.2.4)

Updates `org.springframework.boot:spring-boot-starter-validation` from 3.2.3 to 3.2.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.3...v3.2.4)

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.16.1 to 2.17.0

Updates `com.squareup.retrofit2:retrofit` from 2.9.0 to 2.11.0
- [Release notes](https://github.com/square/retrofit/releases)
- [Changelog](https://github.com/square/retrofit/blob/trunk/CHANGELOG.md)
- [Commits](square/retrofit@2.9.0...2.11.0)

Updates `com.squareup.retrofit2:converter-jackson` from 2.9.0 to 2.11.0
- [Release notes](https://github.com/square/retrofit/releases)
- [Changelog](https://github.com/square/retrofit/blob/trunk/CHANGELOG.md)
- [Commits](square/retrofit@2.9.0...2.11.0)

Updates `com.squareup.retrofit2:converter-jackson` from 2.9.0 to 2.11.0
- [Release notes](https://github.com/square/retrofit/releases)
- [Changelog](https://github.com/square/retrofit/blob/trunk/CHANGELOG.md)
- [Commits](square/retrofit@2.9.0...2.11.0)

Updates `org.springframework.boot:spring-boot-starter-web` from 3.2.3 to 3.2.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.3...v3.2.4)

Updates `org.springframework.boot:spring-boot-starter-test` from 3.2.3 to 3.2.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.3...v3.2.4)

Updates `org.owasp.dependencycheck` from 9.0.9 to 9.1.0

---
updated-dependencies:
- dependency-name: org.apache.tomcat:tomcat-catalina
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps-minor-and-patch
- dependency-name: org.springframework:spring-webmvc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps-minor-and-patch
- dependency-name: org.springframework:spring-tx
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps-minor-and-patch
- dependency-name: org.springframework:spring-tx
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps-minor-and-patch
- dependency-name: org.springframework.boot:spring-boot-starter-security
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps-minor-and-patch
- dependency-name: org.springframework.boot:spring-boot-starter-amqp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps-minor-and-patch
- dependency-name: org.springframework.boot:spring-boot-configuration-processor
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps-minor-and-patch
- dependency-name: org.springframework.boot:spring-boot-starter-actuator
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps-minor-and-patch
- dependency-name: org.springframework.boot:spring-boot-autoconfigure
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps-minor-and-patch
- dependency-name: org.springframework.boot:spring-boot-starter-validation
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps-minor-and-patch
- dependency-name: org.springframework.boot:spring-boot-starter-web
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps-minor-and-patch
- dependency-name: org.springframework.boot:spring-boot-starter-test
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps-minor-and-patch
- dependency-name: org.springframework.boot:spring-boot-starter-amqp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps-minor-and-patch
- dependency-name: org.springframework.boot:spring-boot-configuration-processor
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps-minor-and-patch
- dependency-name: org.springframework.boot:spring-boot-starter-actuator
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps-minor-and-patch
- dependency-name: org.springframework.boot:spring-boot-autoconfigure
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps-minor-and-patch
- dependency-name: org.springframework.boot:spring-boot-starter-validation
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps-minor-and-patch
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps-minor-and-patch
- dependency-name: com.squareup.retrofit2:retrofit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps-minor-and-patch
- dependency-name: com.squareup.retrofit2:converter-jackson
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps-minor-and-patch
- dependency-name: com.squareup.retrofit2:converter-jackson
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps-minor-and-patch
- dependency-name: org.springframework.boot:spring-boot-starter-web
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps-minor-and-patch
- dependency-name: org.springframework.boot:spring-boot-starter-test
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps-minor-and-patch
- dependency-name: org.owasp.dependencycheck
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps-minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 1, 2024
@dependabot dependabot bot requested review from Jorich, pr11t and rammrain April 1, 2024 22:13
@sonarqubecloud
Copy link

sonarqubecloud bot commented Apr 1, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link
Member

@rammrain rammrain left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 2, 2024

Dependabot tried to merge this PR, but received the following error from GitHub:

At least 1 approving review is required by reviewers with write access.

@rammrain rammrain self-requested a review April 2, 2024 07:43
Copy link
Member

@rammrain rammrain left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot dependabot bot merged commit d777316 into master Apr 2, 2024
@dependabot dependabot bot deleted the dependabot/gradle/all-deps-minor-and-patch-8ca798c3f1 branch April 2, 2024 07:43
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.

1 participant