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 all-minor-patch group with 36 updates #274

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2025

Bumps the all-minor-patch group with 36 updates:

Package From To
org.springframework.boot:spring-boot-starter-parent 3.4.2 3.4.3
com.google.cloud:libraries-bom 26.53.0 26.55.0
org.springframework:spring-web 6.2.2 6.2.3
org.springframework:spring-aspects 6.2.2 6.2.3
org.springframework:spring-core 6.2.2 6.2.3
jakarta.validation:jakarta.validation-api 3.1.0 3.1.1
org.openapitools:openapi-generator-maven-plugin 7.11.0 7.12.0
io.netty:netty-all 4.1.117.Final 4.1.119.Final
org.apache.httpcomponents.core5:httpcore5 5.3.2 5.3.3
org.apache.httpcomponents.core5:httpcore5-h2 5.3.2 5.3.3
org.apache.httpcomponents.client5:httpclient5 5.4.1 5.4.2
org.springframework.boot:spring-boot-starter-web 3.4.2 3.4.3
org.springframework.boot:spring-boot-starter-actuator 3.4.2 3.4.3
org.springframework.boot:spring-boot-starter-security 3.4.2 3.4.3
org.springframework.boot:spring-boot-starter-validation 3.4.2 3.4.3
org.springframework.boot:spring-boot-starter-data-jpa 3.4.2 3.4.3
org.springframework.boot:spring-boot-configuration-processor 3.4.2 3.4.3
org.springframework.boot:spring-boot-starter-test 3.4.2 3.4.3
org.springframework.boot:spring-boot-maven-plugin 3.4.2 3.4.3
no.nav.security:token-validation-spring 5.0.16 5.0.17
no.nav.security:token-client-spring 5.0.16 5.0.17
no.nav.security:token-validation-spring-test 5.0.16 5.0.17
org.flywaydb:flyway-core 11.3.1 11.3.4
org.flywaydb:flyway-database-postgresql 11.3.1 11.3.4
com.fasterxml.jackson.module:jackson-module-kotlin 2.18.2 2.18.3
com.fasterxml.jackson.core:jackson-core 2.18.2 2.18.3
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml 2.18.2 2.18.3
com.fasterxml.jackson.core:jackson-databind 2.18.2 2.18.3
io.micrometer:micrometer-registry-prometheus 1.14.3 1.14.4
io.micrometer:micrometer-core 1.14.3 1.14.4
com.google.cloud:google-cloud-bigquery 2.47.0 2.48.1
com.microsoft.graph:microsoft-graph-core 3.5.0 3.6.1
com.microsoft.graph:microsoft-graph 6.27.0 6.30.1
com.azure:azure-identity 1.15.0 1.15.3
io.rest-assured:spring-mock-mvc 5.5.0 5.5.1
io.mockk:mockk-jvm 1.13.16 1.13.17

Updates org.springframework.boot:spring-boot-starter-parent from 3.4.2 to 3.4.3

Release notes

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

v3.4.3

⭐ New Features

  • Add TWENTY_FOUR to JavaVersion enum #44209

🐞 Bug Fixes

  • Console output may be lost when using Log4j2 with something that replaces System.out #44380
  • Maven plugin does not consistently use ArgFile for classpath argument on Windows #44328
  • Reactive Jetty web server does not fail fast when configured to use a server name bundle which Jetty does not support #44319
  • When web server application context refresh fails, the original failure is lost if stopping or destroying the web server throws an exception #44317
  • View resolver for Thymeleaf should back off if spring-webmvc is not present #44296
  • WebServer is not destroyed when ReactiveWebServerApplicationContext refresh fails #44294
  • Non-default DataSource candidates are not considered in H2ConsoleAutoConfiguration #44293
  • Banner placeholder and defaults do not work during development #44255
  • Mustache templates return with ISO-8859-1 charset rather than UTF-8 in Content-Type response header #44193
  • Servlet EndpointRequest doesn't match web server namespace correctly #44188
  • java.lang.ClassCastException when using default management security with WebFlux and health probes enabled #44052
  • Logback configuration that relies on inner-classes does not work in a native image #44025
  • IllegalStateException: Unable to register SSL bundle after 3.3.8 or 3.4.2 #43989
  • Metrics and health do not include non-default candidate beans #43481

📔 Documentation

  • Document that auto-configuration classes should be identified using their binary names #44303
  • Correct typo in MVC security when explaining when UserDetailsService auto-configuration will back off #44301
  • Link to JarLauncher's javadoc #44170
  • When using observability annotations, recommend that care is taken to avoid double instrumentation #44145
  • Fix typo in Running Your Application #44035
  • Document Kubernetes preStop handler when using a Docker image without a shell #44022
  • Source snippet in Developing Your First Spring Boot Application section uses the root package #43983
  • Correct the location of MyApplication.java in "Developing Your First Spring Boot Application" #43975
  • Add links to Jackson Javadoc #43971
  • Warn that some Quartz database schema scripts must be modified before use #43958

🔨 Dependency Upgrades

  • Upgrade to Commons Pool2 2.12.1 #44173
  • Upgrade to Couchbase Client 3.7.8 #44269
  • Upgrade to Groovy 4.0.25 #44174
  • Upgrade to Hibernate 6.6.8.Final #44332
  • Upgrade to HttpClient5 5.4.2 #44176
  • Upgrade to HttpCore5 5.3.3 #44177
  • Upgrade to Infinispan 15.0.13.Final #44178
  • Upgrade to jOOQ 3.19.19 #44368
  • Upgrade to Json-smart 2.5.2 #44264
  • Upgrade to Maven Clean Plugin 3.4.1 #44349
  • Upgrade to Micrometer 1.14.4 #44115
  • Upgrade to Micrometer Tracing 1.4.3 #44116
  • Upgrade to Native Build Tools Plugin 0.10.5 #44179

... (truncated)

Commits
  • 2f53c0a Release v3.4.3
  • f99171f Merge branch '3.3.x' into 3.4.x
  • 70e0744 Next development version (v3.3.10-SNAPSHOT)
  • 07d9db3 Merge pull request #44380 from nosan
  • 2295809 Register Log42J StatusListener
  • 575655c Upgrade Tomcat 11 smoke tests to Tomcat 11.0.4
  • c74397a Merge branch '3.3.x' into 3.4.x
  • c718461 Protect against NoSuchMethodException on setReadOnly
  • 7dc9bf2 Upgrade to Testcontainers Redis Module 2.2.4
  • 7d1fc06 Upgrade to Testcontainers 1.20.5
  • Additional commits viewable in compare view

Updates com.google.cloud:libraries-bom from 26.53.0 to 26.55.0

Release notes

Sourced from com.google.cloud:libraries-bom's releases.

v26.55.0

GCP Libraries BOM 26.55.0

Here are the differences from the previous version (26.54.0)

The group ID of the following artifacts is com.google.cloud.

Notable Changes

google-cloud-bigquery 2.48.0 (prev: 2.47.0)

google-cloud-bigtable 2.52.0 (prev: 2.51.2)

  • Automated backups are supported in the admin client (#2472) (48633e6)

  • Extend timeouts for check consistency (47ca299)

google-cloud-pubsub 1.137.0 (prev: 1.136.1)

  • Add support for message transforms to Topic and Subscription (3889a05)

google-cloud-spanner 6.87.0 (prev: 6.86.0)

  • Add AddSplitPoints API (a5ebcd3)

  • Add option for multiplexed sessions with partitioned operations (#3635) (dc89b4d)

  • Add option to indicate that a statement is the last in a transaction (#3647) (b04ea80)

  • Adding gfe_latencies metric to built-in metrics (#3490) (314dadc)

  • spanner: Support multiplexed session for read-write transactions (#3608) (bda78ed)

  • spanner: End spans for read-write methods (#3629) (4a1f99c)

  • spanner: Release resources in TransactionManager (#3638) (e0a3e5b)

google-cloud-spanner-jdbc 2.27.0 (prev: 2.26.1)

Other libraries

  • [aiplatform] A new field response_id is added to message .google.cloud.aiplatform.v1.GenerateContentResponse (8791ef3)
  • [aiplatform] Add additional Probe options to v1 model.proto (dab28be)
  • [aiplatform] add Notebooks Runtime Software Configuration (dab28be)
  • [aiplatform] add Notebooks Runtime Software Configuration (dab28be)
  • [aiplatform] Add rag_files_count to RagCorpus to count number of associated files (dab28be)
  • [aiplatform] Add RolloutOptions to DeployedModel in v1beta1 endpoint.proto, add additional Probe options in v1beta1 model.proto (dab28be)
  • [aiplatform] EvaluateDataset API v1beta1 initial release (dab28be)
  • [batch] promote cancel job API to GA (8791ef3)
  • [compute] Update Compute Engine API to revision 20250119 (#981) (dab28be)
  • [dataplex] Added value NONE to the SyncMode enum (dab28be)
  • [dialogflow] add PhoneNumbers API (dab28be)
  • [netapp] add support for Quota Rule apis (dab28be)
  • [run] add BuildConfig to Services for configuring Run functions (dab28be)

... (truncated)

Commits
  • 013af60 chore: release main (#6938)
  • 6346a67 deps: update dependency com.google.cloud:google-cloud-spanner-jdbc to v2.27.0...
  • b91d4b9 deps: update dependency com.google.cloud:google-cloud-spanner-bom to v6.87.0 ...
  • b1d5b8a deps: update dependency com.google.cloud:google-cloud-bigtable-bom to v2.52.0...
  • b3efd4b deps: update dependency com.google.cloud:gapic-libraries-bom to v1.52.0 (#6950)
  • df3e1b6 deps: update dependency com.google.cloud:google-cloud-pubsublite-bom to v1.15...
  • 558ffbf deps: update dependency com.google.cloud:google-cloud-nio to v0.127.31 (#6948)
  • 3406982 deps: update dependency com.google.cloud:google-cloud-logging-logback to v0.1...
  • 165383e deps: update dependency com.google.cloud:google-cloud-firestore-bom to v3.30....
  • 267d0b0 deps: update dependency com.google.cloud:google-cloud-storage-bom to v2.48.2 ...
  • Additional commits viewable in compare view

Updates org.springframework:spring-web from 6.2.2 to 6.2.3

Release notes

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

v6.2.3

⭐ New Features

  • Add form fields to MockMvc Kotlin DSL #34412
  • Make ProblemDetail implement Serializable #34409
  • Support @MockitoSpyBean at the type level on test classes #34408
  • Expose order values of TestExecutionListener implementations as constants #34404
  • ContentDisposition should match attributes in a case-insensitive fashion #34383
  • Provide access to servletPath in ServletRequestPathUtils #34379
  • Use ConversionService to convert POJO to array for SpEL varargs invocations #34371
  • Provide a more actionable CGLIB error message with native #34370
  • Wrap disconnected client exceptions as AsyncRequestNotUsableException in Servlet container onError callback #34363
  • Support RFC 8441 WebSocket upgrade with HTTP/2 CONNECT #34362
  • Optimize default property editor allocations for bean instance creation #34361
  • Continue with pre-instantiation when current bean is in creation already #34349
  • Allow filtering bean instances returned by ObjectProvider#stream() #34318
  • GenericConversionService finds wrong converter for partially unresolvable generic types #34298
  • Avoid re-creating HandlerMethod unless handler is resolved through the BeanFactory #34277
  • UrlResource should leniently handle HTTP endpoints which do not support HEAD #34217
  • Add API counterpart for handling Fallback and 'defaultCandidate=false' beans #34203
  • Add support for multidimensional arrays #34183
  • Add getters to ServerResponseResultHandler #34066
  • Improve diagnostics when a Bean Override cannot be selected by type #34006
  • Expression performance regression due to missing annotation types on context classes #33948

🐞 Bug Fixes

  • PathMatchingResourcePatternResolver failing against non-jar file in classpath #34417
  • GenericTypeResolver Since 6.2.0, generics cannot be obtained correctly in multi-layer interface inheritance (possible regression of #24963) #34386
  • Test Bean Overrides honor fallback qualifier instead of @Primary semantics #34374
  • HTTP interface client raises IllegalArgumentException if query param name contains a colon #34364
  • Quartz-style Nth Day of Week cron expressions can overflow to other month #34360
  • Component scan fails to find jar entries in WEB-INF/classes with embedded Tomcat #34348
  • Check hasNext when when accessing sessionIds from UserDestinationResult #34333
  • Property binding to Map that implements Iterable no longer works #34332
  • GenericTypeResolver returns EmptyType #34328
  • Duplicate BeanOverrideHandler discovered in @Nested test class hierarchy when upgrading to Spring 6.2.2 #34324
  • AnnotationBeanNameGenerator issues warning about explicitly aliased value attribute #34317
  • Stop assuming that AspectJ Advice has JoinPoint as the first argument #34316
  • Constructor binding fails for simple types List/Map/Array and for nested container combinations #34305
  • Change in BeanFactoryUtils.beanNamesForTypeIncludingAncestors() Behavior in Spring Framework 6.2.x causing ClassCastExceptions #34300
  • Data binding does not filter HTTP headers for constructor binding #34292
  • Escaped character in nested placeholder not detected properly and leads to invalid parts #34289
  • ReflectJvmMapping.getKotlinFunction returns null for Kotlin properties #34284
  • ConfigurationClassEnhancer should explicitly set custom ClassLoader on CGLIB Enhancer (aligned with CglibAopProxy) #34274
  • Connection reset exception from RestTemplate call in Spring Web MVC controller is ignored #34264
  • AsyncExecution fails to detect the return type of an annotated method from an interface with a generic #33957
  • Ensure Locale context is available for WebFlux method validation #33810

📔 Documentation

... (truncated)

Commits
  • debd312 Release v6.2.3
  • a8be11e Upgrade to TestNG 7.11
  • dfc10c1 Wait for lenient bean creation in non-locked threads as well
  • bbb593d Consistently ignore non-jar files in classpath
  • b2134ee Avoid Gradle build warnings about @⁠SuppressFBWarnings from FindBugs
  • 440a259 Clean up warnings in Gradle build
  • 6174055 Link to @⁠MockitoBean, @⁠MockitoSpyBean, & @⁠TestBean Javadoc from ref docs
  • e31ce35 Support @⁠MockitoSpyBean at the type level on test classes
  • b336bbe Wait for lenient bean creation in locked thread when necessary
  • 056757b Refine tests in MockMvcExtensionsTests
  • Additional commits viewable in compare view

Updates org.springframework:spring-aspects from 6.2.2 to 6.2.3

Release notes

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

v6.2.3

⭐ New Features

  • Add form fields to MockMvc Kotlin DSL #34412
  • Make ProblemDetail implement Serializable #34409
  • Support @MockitoSpyBean at the type level on test classes #34408
  • Expose order values of TestExecutionListener implementations as constants #34404
  • ContentDisposition should match attributes in a case-insensitive fashion #34383
  • Provide access to servletPath in ServletRequestPathUtils #34379
  • Use ConversionService to convert POJO to array for SpEL varargs invocations #34371
  • Provide a more actionable CGLIB error message with native #34370
  • Wrap disconnected client exceptions as AsyncRequestNotUsableException in Servlet container onError callback #34363
  • Support RFC 8441 WebSocket upgrade with HTTP/2 CONNECT #34362
  • Optimize default property editor allocations for bean instance creation #34361
  • Continue with pre-instantiation when current bean is in creation already #34349
  • Allow filtering bean instances returned by ObjectProvider#stream() #34318
  • GenericConversionService finds wrong converter for partially unresolvable generic types #34298
  • Avoid re-creating HandlerMethod unless handler is resolved through the BeanFactory #34277
  • UrlResource should leniently handle HTTP endpoints which do not support HEAD #34217
  • Add API counterpart for handling Fallback and 'defaultCandidate=false' beans #34203
  • Add support for multidimensional arrays #34183
  • Add getters to ServerResponseResultHandler #34066
  • Improve diagnostics when a Bean Override cannot be selected by type #34006
  • Expression performance regression due to missing annotation types on context classes #33948

🐞 Bug Fixes

  • PathMatchingResourcePatternResolver failing against non-jar file in classpath #34417
  • GenericTypeResolver Since 6.2.0, generics cannot be obtained correctly in multi-layer interface inheritance (possible regression of #24963) #34386
  • Test Bean Overrides honor fallback qualifier instead of @Primary semantics #34374
  • HTTP interface client raises IllegalArgumentException if query param name contains a colon #34364
  • Quartz-style Nth Day of Week cron expressions can overflow to other month #34360
  • Component scan fails to find jar entries in WEB-INF/classes with embedded Tomcat #34348
  • Check hasNext when when accessing sessionIds from UserDestinationResult #34333
  • Property binding to Map that implements Iterable no longer works #34332
  • GenericTypeResolver returns EmptyType #34328
  • Duplicate BeanOverrideHandler discovered in @Nested test class hierarchy when upgrading to Spring 6.2.2 #34324
  • AnnotationBeanNameGenerator issues warning about explicitly aliased value attribute #34317
  • Stop assuming that AspectJ Advice has JoinPoint as the first argument #34316
  • Constructor binding fails for simple types List/Map/Array and for nested container combinations #34305
  • Change in BeanFactoryUtils.beanNamesForTypeIncludingAncestors() Behavior in Spring Framework 6.2.x causing ClassCastExceptions #34300
  • Data binding does not filter HTTP headers for constructor binding #34292
  • Escaped character in nested placeholder not detected properly and leads to invalid parts #34289
  • ReflectJvmMapping.getKotlinFunction returns null for Kotlin properties #34284
  • ConfigurationClassEnhancer should explicitly set custom ClassLoader on CGLIB Enhancer (aligned with CglibAopProxy) #34274
  • Connection reset exception from RestTemplate call in Spring Web MVC controller is ignored #34264
  • AsyncExecution fails to detect the return type of an annotated method from an interface with a generic #33957
  • Ensure Locale context is available for WebFlux method validation #33810

📔 Documentation

... (truncated)

Commits
  • debd312 Release v6.2.3
  • a8be11e Upgrade to TestNG 7.11
  • dfc10c1 Wait for lenient bean creation in non-locked threads as well
  • bbb593d Consistently ignore non-jar files in classpath
  • b2134ee Avoid Gradle build warnings about @⁠SuppressFBWarnings from FindBugs
  • 440a259 Clean up warnings in Gradle build
  • 6174055 Link to @⁠MockitoBean, @⁠MockitoSpyBean, & @⁠TestBean Javadoc from ref docs
  • e31ce35 Support @⁠MockitoSpyBean at the type level on test classes
  • b336bbe Wait for lenient bean creation in locked thread when necessary
  • 056757b Refine tests in MockMvcExtensionsTests
  • Additional commits viewable in compare view

Updates org.springframework:spring-core from 6.2.2 to 6.2.3

Release notes

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

v6.2.3

⭐ New Features

  • Add form fields to MockMvc Kotlin DSL #34412
  • Make ProblemDetail implement Serializable #34409
  • Support @MockitoSpyBean at the type level on test classes #34408
  • Expose order values of TestExecutionListener implementations as constants #34404
  • ContentDisposition should match attributes in a case-insensitive fashion #34383
  • Provide access to servletPath in ServletRequestPathUtils #34379
  • Use ConversionService to convert POJO to array for SpEL varargs invocations #34371
  • Provide a more actionable CGLIB error message with native #34370
  • Wrap disconnected client exceptions as AsyncRequestNotUsableException in Servlet container onError callback #34363
  • Support RFC 8441 WebSocket upgrade with HTTP/2 CONNECT #34362
  • Optimize default property editor allocations for bean instance creation #34361
  • Continue with pre-instantiation when current bean is in creation already #34349
  • Allow filtering bean instances returned by ObjectProvider#stream() #34318
  • GenericConversionService finds wrong converter for partially unresolvable generic types #34298
  • Avoid re-creating HandlerMethod unless handler is resolved through the BeanFactory #34277
  • UrlResource should leniently handle HTTP endpoints which do not support HEAD #34217
  • Add API counterpart for handling Fallback and 'defaultCandidate=false' beans #34203
  • Add support for multidimensional arrays #34183
  • Add getters to ServerResponseResultHandler #34066
  • Improve diagnostics when a Bean Override cannot be selected by type #34006
  • Expression performance regression due to missing annotation types on context classes #33948

🐞 Bug Fixes

  • PathMatchingResourcePatternResolver failing against non-jar file in classpath #34417
  • GenericTypeResolver Since 6.2.0, generics cannot be obtained correctly in multi-layer interface inheritance (possible regression of #24963) #34386
  • Test Bean Overrides honor fallback qualifier instead of @Primary semantics #34374
  • HTTP interface client raises IllegalArgumentException if query param name contains a colon #34364
  • Quartz-style Nth Day of Week cron expressions can overflow to other month #34360
  • Component scan fails to find jar entries in WEB-INF/classes with embedded Tomcat #34348
  • Check hasNext when when accessing sessionIds from UserDestinationResult #34333
  • Property binding to Map that implements Iterable no longer works #34332
  • GenericTypeResolver returns EmptyType #34328
  • Duplicate BeanOverrideHandler discovered in @Nested test class hierarchy when upgrading to Spring 6.2.2 #34324
  • AnnotationBeanNameGenerator issues warning about explicitly aliased value attribute #34317
  • Stop assuming that AspectJ Advice has JoinPoint as the first argument #34316
  • Constructor binding fails for simple types List/Map/Array and for nested container combinations #34305
  • Change in BeanFactoryUtils.beanNamesForTypeIncludingAncestors() Behavior in Spring Framework 6.2.x causing ClassCastExceptions #34300
  • Data binding does not filter HTTP headers for constructor binding #34292
  • Escaped character in nested placeholder not detected properly and leads to invalid parts #34289
  • ReflectJvmMapping.getKotlinFunction returns null for Kotlin properties #34284
  • ConfigurationClassEnhancer should explicitly set custom ClassLoader on CGLIB Enhancer (aligned with CglibAopProxy) #34274
  • Connection reset exception from RestTemplate call in Spring Web MVC controller is ignored #34264
  • AsyncExecution fails to detect the return type of an annotated method from an interface with a generic #33957
  • Ensure Locale context is available for WebFlux method validation #33810

📔 Documentation

... (truncated)

Commits
  • debd312 Release v6.2.3
  • a8be11e Upgrade to TestNG 7.11
  • dfc10c1 Wait for lenient bean creation in non-locked threads as well
  • bbb593d Consistently ignore non-jar files in classpath
  • b2134ee Avoid Gradle build warnings about @⁠SuppressFBWarnings from FindBugs
  • 440a259 Clean up warnings in Gradle build
  • 6174055 Link to @⁠MockitoBean, @⁠MockitoSpyBean, & @⁠TestBean Javadoc from ref docs
  • e31ce35 Support @⁠MockitoSpyBean at the type level on test classes
  • b336bbe Wait for lenient bean creation in locked thread when necessary
  • 056757b Refine tests in MockMvcExtensionsTests
  • Additional commits viewable in compare view

Updates jakarta.validation:jakarta.validation-api from 3.1.0 to 3.1.1

Release notes

Sourced from jakarta.validation:jakarta.validation-api's releases.

3.1.1

What's Changed

New Contributors

Full Changelog: jakartaee/validation@3.1.0...3.1.1

Commits

Updates org.openapitools:openapi-generator-maven-plugin from 7.11.0 to 7.12.0

Updates io.netty:netty-all from 4.1.117.Final to 4.1.119.Final

Commits
  • fb7c786 [maven-release-plugin] prepare release netty-4.1.119.Final
  • f0a546d Use initialized BouncyCastle providers when available (#14855)
  • 7fc6a23 Add QueryStringDecoder option to leave '+' alone (#14850)
  • 8f3dd2f Consistently add channel info in HTTP/2 logs (#14829)
  • bd08643 Bump BlockHound version to 1.0.11.RELEASE (#14814)
  • 0138f23 SslHandler: Fix possible NPE when executor is used for delegating (#14830)
  • 84120a7 Fix NPE when upgrade message fails to aggregate (#14816)
  • dc6b051 Replace SSL assertion with explicit record length check (#14810)
  • 34011b5 chore: Sync the id when DefaultHttp2FrameStream's stream is updated. (#14803)
  • f3311e5 [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view

Updates org.apache.httpcomponents.core5:httpcore5 from 5.3.2 to 5.3.3

Changelog

Sourced from org.apache.httpcomponents.core5:httpcore5's changelog.

Release 5.3.3

This maintenance release fixes a defect in how asynchronous SSL sessions handle an overflow condition when encrypting application data. There have also been several fixes for edge cases related to handling HTTP/1.1 asynchronous connections half-closed by the opposite endpoint.

Change Log

  • Bug fix: Shared input buffer to propagate aborted status as I/O interrupted exception. Contributed by Oleg Kalnichevski

  • Bug fix: Half-closed SSL sessions must not shut down until explicitly closed by the application (protocol) layer. Contributed by Oleg Kalnichevski

  • Bug fix: Corrected shutdown of asynchronous HTTP/1.1 connections half-closed by the opposite endpoint. Contributed by Oleg Kalnichevski

  • Bug fix: Made shared output buffer #writeCompleted block until the end of a stream has been written out. Contributed by Oleg Kalnichevski

  • HTTPCORE-775: Fixed handling SSLEngineResult#BUFFER_OVERFLOW of by asynchronous SSLIOSession#write Contributed by Andriy Redko

  • Bug fix: In some edge cases, the request may still not be fully completed while the response has already been fully committed by the HTTP/1.1 stream handler. Connections that cannot be kept alive must be closed only once both request and response streams are fully complete. Contributed by Oleg Kalnichevski

Commits
  • 3c71e0c HttpCore 5.3.3 release
  • 09a6264 Updated release notes for HttpCore 5.3.3 release
  • fe377cf Bug fix: Shared input buffer to propagate aborted status as I/O interrupted e...
  • 7484129 Bug fix: Half-closed SSL sessions must not shut down until explicitly closed ...
  • 6f19367 Bug fix: Corrected shutdown of async HTTP/1.1 connections half-closed by the ...
  • 88e9ab9 Bug fix: Made shared output buffer #writeCompleted block until the end of str...
  • c14e494 HTTPCORE-775: The SSLIOSession::write does not handle SSLEngineResult#BUFFER_...
  • 824b916 Bug fix: in some fringe cases the request may still be not fully completed wh...
  • 92b9ed9 Upgraded HttpCore version to 5.3.3-SNAPSHOT
  • See full diff in compare view

Updates org.apache.httpcomponents.core5:httpcore5-h2 from 5.3.2 to 5.3.3

Changelog

Sourced from org.apache.httpcomponents.core5:httpcore5-h2's changelog.

Release 5.3.3

This maintenance release fixes a defect in how asynchronous SSL sessions handle an overflow condition when encrypting application data. There have also been several fixes for edge cases related to handling HTTP/1.1 asynchronous connections half-closed by the opposite endpoint.

Change Log

  • Bug fix: Shared input buffer to propagate aborted status as I/O interrupted exception. Contributed by Oleg Kalnichevski

  • Bug fix: Half-closed SSL sessions must not shut down until explicitly closed by the application (protocol) layer. Contributed by Oleg Kalnichevski

  • Bug fix: Corrected shutdown of asynchronous HTTP/1.1 connections half-closed by the opposite endpoint. Contributed by Oleg Kalnichevski

  • Bug fix: Made shared output buffer #writeCompleted block until the end of a stream has been written out. Contributed by Oleg Kalnichevski

  • HTTPCORE-775: Fixed handling SSLEngineResult#BUFFER_OVERFLOW of by asynchronous SSLIOSession#write Contributed by Andriy Redko

  • Bug fix: In some edge cases, the request may still not be fully completed while the response has already been fully committed by the HTTP/1.1 stream handler. Connections that cannot be kept alive must be closed only once both request and response streams are fully complete. Contributed by Oleg Kalnichevski

Commits
  • 3c71e0c HttpCore 5.3.3 release
  • 09a6264 Updated release notes for HttpCore 5.3.3 release
  • fe377cf Bug fix: Shared input buffer to propagate aborted status as I/O interrupted e...
  • 7484129 Bug fix: Half-closed SSL sessions must not shut down until explicitly closed ...
  • 6f19367 Bug fix: Corrected shutdown of async HTTP/1.1 connections half-closed by the ...
  • 88e9ab9 Bug fix: Made shared output buffer #writeCompleted block until the end of str...
  • c14e494 HTTPCORE-775: The SSLIOSession::write does not ...

    Description has been truncated

Bumps the all-minor-patch group with 36 updates:

| Package | From | To |
| --- | --- | --- |
| [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) | `3.4.2` | `3.4.3` |
| [com.google.cloud:libraries-bom](https://github.com/googleapis/java-cloud-bom) | `26.53.0` | `26.55.0` |
| [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) | `6.2.2` | `6.2.3` |
| [org.springframework:spring-aspects](https://github.com/spring-projects/spring-framework) | `6.2.2` | `6.2.3` |
| [org.springframework:spring-core](https://github.com/spring-projects/spring-framework) | `6.2.2` | `6.2.3` |
| [jakarta.validation:jakarta.validation-api](https://github.com/jakartaee/validation) | `3.1.0` | `3.1.1` |
| org.openapitools:openapi-generator-maven-plugin | `7.11.0` | `7.12.0` |
| [io.netty:netty-all](https://github.com/netty/netty) | `4.1.117.Final` | `4.1.119.Final` |
| [org.apache.httpcomponents.core5:httpcore5](https://github.com/apache/httpcomponents-core) | `5.3.2` | `5.3.3` |
| [org.apache.httpcomponents.core5:httpcore5-h2](https://github.com/apache/httpcomponents-core) | `5.3.2` | `5.3.3` |
| [org.apache.httpcomponents.client5:httpclient5](https://github.com/apache/httpcomponents-client) | `5.4.1` | `5.4.2` |
| [org.springframework.boot:spring-boot-starter-web](https://github.com/spring-projects/spring-boot) | `3.4.2` | `3.4.3` |
| [org.springframework.boot:spring-boot-starter-actuator](https://github.com/spring-projects/spring-boot) | `3.4.2` | `3.4.3` |
| [org.springframework.boot:spring-boot-starter-security](https://github.com/spring-projects/spring-boot) | `3.4.2` | `3.4.3` |
| [org.springframework.boot:spring-boot-starter-validation](https://github.com/spring-projects/spring-boot) | `3.4.2` | `3.4.3` |
| [org.springframework.boot:spring-boot-starter-data-jpa](https://github.com/spring-projects/spring-boot) | `3.4.2` | `3.4.3` |
| [org.springframework.boot:spring-boot-configuration-processor](https://github.com/spring-projects/spring-boot) | `3.4.2` | `3.4.3` |
| [org.springframework.boot:spring-boot-starter-test](https://github.com/spring-projects/spring-boot) | `3.4.2` | `3.4.3` |
| [org.springframework.boot:spring-boot-maven-plugin](https://github.com/spring-projects/spring-boot) | `3.4.2` | `3.4.3` |
| [no.nav.security:token-validation-spring](https://github.com/navikt/token-support) | `5.0.16` | `5.0.17` |
| [no.nav.security:token-client-spring](https://github.com/navikt/token-support) | `5.0.16` | `5.0.17` |
| [no.nav.security:token-validation-spring-test](https://github.com/navikt/token-support) | `5.0.16` | `5.0.17` |
| [org.flywaydb:flyway-core](https://github.com/flyway/flyway) | `11.3.1` | `11.3.4` |
| org.flywaydb:flyway-database-postgresql | `11.3.1` | `11.3.4` |
| [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) | `2.18.2` | `2.18.3` |
| [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) | `2.18.2` | `2.18.3` |
| [com.fasterxml.jackson.dataformat:jackson-dataformat-yaml](https://github.com/FasterXML/jackson-dataformats-text) | `2.18.2` | `2.18.3` |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.18.2` | `2.18.3` |
| [io.micrometer:micrometer-registry-prometheus](https://github.com/micrometer-metrics/micrometer) | `1.14.3` | `1.14.4` |
| [io.micrometer:micrometer-core](https://github.com/micrometer-metrics/micrometer) | `1.14.3` | `1.14.4` |
| [com.google.cloud:google-cloud-bigquery](https://github.com/googleapis/java-bigquery) | `2.47.0` | `2.48.1` |
| [com.microsoft.graph:microsoft-graph-core](https://github.com/microsoftgraph/msgraph-sdk-java-core) | `3.5.0` | `3.6.1` |
| [com.microsoft.graph:microsoft-graph](https://github.com/microsoftgraph/msgraph-sdk-java) | `6.27.0` | `6.30.1` |
| [com.azure:azure-identity](https://github.com/Azure/azure-sdk-for-java) | `1.15.0` | `1.15.3` |
| io.rest-assured:spring-mock-mvc | `5.5.0` | `5.5.1` |
| [io.mockk:mockk-jvm](https://github.com/mockk/mockk) | `1.13.16` | `1.13.17` |


Updates `org.springframework.boot:spring-boot-starter-parent` from 3.4.2 to 3.4.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.2...v3.4.3)

Updates `com.google.cloud:libraries-bom` from 26.53.0 to 26.55.0
- [Release notes](https://github.com/googleapis/java-cloud-bom/releases)
- [Changelog](https://github.com/googleapis/java-cloud-bom/blob/main/release-please-config.json)
- [Commits](googleapis/java-cloud-bom@v26.53.0...v26.55.0)

Updates `org.springframework:spring-web` from 6.2.2 to 6.2.3
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.2...v6.2.3)

Updates `org.springframework:spring-aspects` from 6.2.2 to 6.2.3
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.2...v6.2.3)

Updates `org.springframework:spring-core` from 6.2.2 to 6.2.3
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.2...v6.2.3)

Updates `jakarta.validation:jakarta.validation-api` from 3.1.0 to 3.1.1
- [Release notes](https://github.com/jakartaee/validation/releases)
- [Commits](jakartaee/validation@3.1.0...3.1.1)

Updates `org.openapitools:openapi-generator-maven-plugin` from 7.11.0 to 7.12.0

Updates `io.netty:netty-all` from 4.1.117.Final to 4.1.119.Final
- [Commits](netty/netty@netty-4.1.117.Final...netty-4.1.119.Final)

Updates `org.apache.httpcomponents.core5:httpcore5` from 5.3.2 to 5.3.3
- [Changelog](https://github.com/apache/httpcomponents-core/blob/rel/v5.3.3/RELEASE_NOTES.txt)
- [Commits](apache/httpcomponents-core@rel/v5.3.2...rel/v5.3.3)

Updates `org.apache.httpcomponents.core5:httpcore5-h2` from 5.3.2 to 5.3.3
- [Changelog](https://github.com/apache/httpcomponents-core/blob/rel/v5.3.3/RELEASE_NOTES.txt)
- [Commits](apache/httpcomponents-core@rel/v5.3.2...rel/v5.3.3)

Updates `org.apache.httpcomponents.client5:httpclient5` from 5.4.1 to 5.4.2
- [Changelog](https://github.com/apache/httpcomponents-client/blob/rel/v5.4.2/RELEASE_NOTES.txt)
- [Commits](apache/httpcomponents-client@rel/v5.4.1...rel/v5.4.2)

Updates `org.springframework.boot:spring-boot-starter-web` from 3.4.2 to 3.4.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.2...v3.4.3)

Updates `org.springframework.boot:spring-boot-starter-actuator` from 3.4.2 to 3.4.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.2...v3.4.3)

Updates `org.springframework.boot:spring-boot-starter-security` from 3.4.2 to 3.4.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.2...v3.4.3)

Updates `org.springframework.boot:spring-boot-starter-validation` from 3.4.2 to 3.4.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.2...v3.4.3)

Updates `org.springframework.boot:spring-boot-starter-data-jpa` from 3.4.2 to 3.4.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.2...v3.4.3)

Updates `org.springframework.boot:spring-boot-configuration-processor` from 3.4.2 to 3.4.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.2...v3.4.3)

Updates `org.springframework.boot:spring-boot-starter-test` from 3.4.2 to 3.4.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.2...v3.4.3)

Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.4.2 to 3.4.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.2...v3.4.3)

Updates `org.springframework.boot:spring-boot-starter-actuator` from 3.4.2 to 3.4.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.2...v3.4.3)

Updates `org.springframework.boot:spring-boot-starter-security` from 3.4.2 to 3.4.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.2...v3.4.3)

Updates `org.springframework.boot:spring-boot-starter-validation` from 3.4.2 to 3.4.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.2...v3.4.3)

Updates `org.springframework.boot:spring-boot-starter-data-jpa` from 3.4.2 to 3.4.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.2...v3.4.3)

Updates `org.springframework.boot:spring-boot-configuration-processor` from 3.4.2 to 3.4.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.2...v3.4.3)

Updates `org.springframework:spring-aspects` from 6.2.2 to 6.2.3
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.2...v6.2.3)

Updates `no.nav.security:token-validation-spring` from 5.0.16 to 5.0.17
- [Release notes](https://github.com/navikt/token-support/releases)
- [Commits](navikt/token-support@5.0.16...5.0.17)

Updates `no.nav.security:token-client-spring` from 5.0.16 to 5.0.17
- [Release notes](https://github.com/navikt/token-support/releases)
- [Commits](navikt/token-support@5.0.16...5.0.17)

Updates `no.nav.security:token-validation-spring-test` from 5.0.16 to 5.0.17
- [Release notes](https://github.com/navikt/token-support/releases)
- [Commits](navikt/token-support@5.0.16...5.0.17)

Updates `no.nav.security:token-client-spring` from 5.0.16 to 5.0.17
- [Release notes](https://github.com/navikt/token-support/releases)
- [Commits](navikt/token-support@5.0.16...5.0.17)

Updates `org.flywaydb:flyway-core` from 11.3.1 to 11.3.4
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-11.3.1...flyway-11.3.4)

Updates `org.flywaydb:flyway-database-postgresql` from 11.3.1 to 11.3.4

Updates `org.flywaydb:flyway-database-postgresql` from 11.3.1 to 11.3.4

Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.18.2 to 2.18.3
- [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.18.2...jackson-module-kotlin-2.18.3)

Updates `com.fasterxml.jackson.core:jackson-core` from 2.18.2 to 2.18.3
- [Commits](FasterXML/jackson-core@jackson-core-2.18.2...jackson-core-2.18.3)

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-yaml` from 2.18.2 to 2.18.3
- [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.18.2...jackson-dataformats-text-2.18.3)

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.18.2 to 2.18.3
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-yaml` from 2.18.2 to 2.18.3
- [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.18.2...jackson-dataformats-text-2.18.3)

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.18.2 to 2.18.3
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `io.micrometer:micrometer-registry-prometheus` from 1.14.3 to 1.14.4
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.14.3...v1.14.4)

Updates `io.micrometer:micrometer-core` from 1.14.3 to 1.14.4
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.14.3...v1.14.4)

Updates `io.micrometer:micrometer-core` from 1.14.3 to 1.14.4
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.14.3...v1.14.4)

Updates `com.google.cloud:google-cloud-bigquery` from 2.47.0 to 2.48.1
- [Release notes](https://github.com/googleapis/java-bigquery/releases)
- [Changelog](https://github.com/googleapis/java-bigquery/blob/main/CHANGELOG.md)
- [Commits](googleapis/java-bigquery@v2.47.0...v2.48.1)

Updates `com.microsoft.graph:microsoft-graph-core` from 3.5.0 to 3.6.1
- [Release notes](https://github.com/microsoftgraph/msgraph-sdk-java-core/releases)
- [Changelog](https://github.com/microsoftgraph/msgraph-sdk-java-core/blob/main/CHANGELOG.md)
- [Commits](microsoftgraph/msgraph-sdk-java-core@v3.5.0...v3.6.1)

Updates `com.microsoft.graph:microsoft-graph` from 6.27.0 to 6.30.1
- [Release notes](https://github.com/microsoftgraph/msgraph-sdk-java/releases)
- [Changelog](https://github.com/microsoftgraph/msgraph-sdk-java/blob/main/CHANGELOG.md)
- [Commits](microsoftgraph/msgraph-sdk-java@v6.27.0...v6.30.1)

Updates `com.azure:azure-identity` from 1.15.0 to 1.15.3
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-core_1.15.0...azure-identity_1.15.3)

Updates `no.nav.security:token-validation-spring-test` from 5.0.16 to 5.0.17
- [Release notes](https://github.com/navikt/token-support/releases)
- [Commits](navikt/token-support@5.0.16...5.0.17)

Updates `io.rest-assured:spring-mock-mvc` from 5.5.0 to 5.5.1

Updates `io.mockk:mockk-jvm` from 1.13.16 to 1.13.17
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](https://github.com/mockk/mockk/commits)

Updates `org.springframework.boot:spring-boot-starter-test` from 3.4.2 to 3.4.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.2...v3.4.3)

Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.4.2 to 3.4.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.2...v3.4.3)

Updates `org.springframework:spring-core` from 6.2.2 to 6.2.3
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.2...v6.2.3)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: com.google.cloud:libraries-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: org.springframework:spring-web
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: org.springframework:spring-aspects
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: org.springframework:spring-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: jakarta.validation:jakarta.validation-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: org.openapitools:openapi-generator-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: io.netty:netty-all
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: org.apache.httpcomponents.core5:httpcore5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: org.apache.httpcomponents.core5:httpcore5-h2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: org.apache.httpcomponents.client5:httpclient5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: org.springframework.boot:spring-boot-starter-web
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: org.springframework.boot:spring-boot-starter-actuator
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: org.springframework.boot:spring-boot-starter-security
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: org.springframework.boot:spring-boot-starter-validation
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: org.springframework.boot:spring-boot-starter-data-jpa
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: org.springframework.boot:spring-boot-configuration-processor
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: org.springframework.boot:spring-boot-starter-test
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: org.springframework.boot:spring-boot-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: org.springframework.boot:spring-boot-starter-actuator
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: org.springframework.boot:spring-boot-starter-security
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: org.springframework.boot:spring-boot-starter-validation
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: org.springframework.boot:spring-boot-starter-data-jpa
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: org.springframework.boot:spring-boot-configuration-processor
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: org.springframework:spring-aspects
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: no.nav.security:token-validation-spring
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: no.nav.security:token-client-spring
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: no.nav.security:token-validation-spring-test
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: no.nav.security:token-client-spring
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: org.flywaydb:flyway-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: org.flywaydb:flyway-database-postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: org.flywaydb:flyway-database-postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: io.micrometer:micrometer-registry-prometheus
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: io.micrometer:micrometer-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: io.micrometer:micrometer-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: com.google.cloud:google-cloud-bigquery
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: com.microsoft.graph:microsoft-graph-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: com.microsoft.graph:microsoft-graph
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: com.azure:azure-identity
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: no.nav.security:token-validation-spring-test
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: io.rest-assured:spring-mock-mvc
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: io.mockk:mockk-jvm
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: org.springframework.boot:spring-boot-starter-test
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: org.springframework.boot:spring-boot-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: org.springframework:spring-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner March 1, 2025 05:41
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 1, 2025
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