Skip to content

fix(deps): update all non-major dependencies #411

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 11, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.diffplug.spotless:spotless-plugin-gradle 7.0.1 -> 7.0.3 age adoption passing confidence
io.projectreactor:reactor-test 3.6.12 -> 3.7.6 age adoption passing confidence
org.springframework.graphql:spring-graphql-test 1.3.3 -> 1.4.0 age adoption passing confidence
org.junit.jupiter:junit-jupiter (source) 5.10.5 -> 5.12.2 age adoption passing confidence
org.springframework.boot:spring-boot-starter-websocket (source) 3.3.6 -> 3.4.5 age adoption passing confidence
org.springframework.boot:spring-boot-starter-test (source) 3.3.6 -> 3.4.5 age adoption passing confidence
org.springframework.boot:spring-boot-starter-webflux (source) 3.3.6 -> 3.4.5 age adoption passing confidence
org.springframework.boot:spring-boot-starter-web (source) 3.3.6 -> 3.4.5 age adoption passing confidence
org.springframework.boot:spring-boot-starter-graphql (source) 3.3.6 -> 3.4.5 age adoption passing confidence
org.slf4j:slf4j-api (source, changelog) 2.0.16 -> 2.0.17 age adoption passing confidence
org.springframework.boot 3.3.6 -> 3.4.5 age adoption passing confidence

Release Notes

reactor/reactor-core (io.projectreactor:reactor-test)

v3.7.6

Compare Source

Reactor Core 3.7.6 is part of 2024.0.6 Release Train.

What's Changed

✨ New features and improvements

Full Changelog: reactor/reactor-core@v3.7.5...v3.7.6

v3.7.5

Compare Source

Reactor Core 3.7.5 is part of 2024.0.5 Release Train.

What's Changed

✨ New features and improvements

Full Changelog: reactor/reactor-core@v3.7.4...v3.7.5

v3.7.4

What's Changed

✨ New features and improvements
📖 Documentation

New Contributors

Full Changelog: reactor/reactor-core@v3.7.3...v3.7.4

v3.7.3

Compare Source

Reactor Core 3.7.3 is part of 2024.0.3 Release Train.

What's Changed

✨ New features and improvements
🐞 Bug fixes
📖 Documentation

New Contributors

Full Changelog: reactor/reactor-core@v3.7.2...v3.7.3

v3.7.2

Compare Source

What's Changed

✨ New features and improvements
📖 Documentation

New Contributors

Full Changelog: reactor/reactor-core@v3.7.1...v3.7.2

v3.7.1

Compare Source

Reactor Core 3.7.1 is part of 2024.0.1 Release Train.

What's Changed

✨ New features and improvements
🐞 Bug fixes
📖 Documentation

New Contributors

Full Changelog: reactor/reactor-core@v3.7.0...v3.7.1

v3.7.0

Compare Source

Reactor Core 3.7.0 is part of 2024.0.0 Release Train.

New and Noteworthy

  • Reference documentation migrated to Antora
  • Improved Multi-Release-Jar experience

What's Changed

⚠️ Update considerations and deprecations
✨ New features and improvements
🐞 Bug fixes
📖 Documentation

New Contributors

Full Changelog: reactor/reactor-core@v3.6.9...v3.7.0

v3.6.17

Compare Source

Reactor Core 3.6.17 is part of 2023.0.18 Release Train.

What's Changed

✨ New features and improvements

Full Changelog: reactor/reactor-core@v3.6.16...v3.6.17

v3.6.16

Compare Source

Reactor Core 3.6.16 is part of 2023.0.17 Release Train.

What's Changed

✨ New features and improvements

Full Changelog: reactor/reactor-core@v3.6.15...v3.6.16

v3.6.15

Compare Source

What's Changed

✨ New features and improvements

Full Changelog: reactor/reactor-core@v3.6.14...v3.6.15

v3.6.14

Compare Source

Reactor Core 3.6.14 is part of 2023.0.15 Release Train.

What's Changed

✨ New features and improvements
🐞 Bug fixes

Full Changelog: reactor/reactor-core@v3.6.13...v3.6.14

v3.6.13

Compare Source

Reactor Core 3.6.13 is part of 2023.0.13 Release Train.

What's Changed

🐞 Bug fixes

Full Changelog: reactor/reactor-core@v3.6.12...v3.6.13

spring-projects/spring-graphql (org.springframework.graphql:spring-graphql-test)

v1.4.0

⭐ New Features

  • Set DataLoader names when registering them #​1211

🔨 Dependency Upgrades

  • Upgrade to Apollo GraphQL Federation 5.4.0 #​1216
  • Upgrade to DGS Codegen 8.0.4 #​1217
  • Upgrade to GraphQL Java 24.0 #​1210
  • Upgrade to Micrometer 1.15.0 #​1182
  • Upgrade to Reactor 2024.0.6 #​1212
  • Upgrade to Spring Data 2025.0.0 #​1181
  • Upgrade to Spring Framework 6.2.7 #​1214
  • Upgrade to Spring Security 6.5.0 #​1183

v1.3.5

⭐ New Features

  • GraphQL Subscriptions + graphql-java-extended-validation directives throws IllegalStateException rather than validation error #​1143
  • GraphQlTester.Response should expose extensions #​1131

🐞 Bug Fixes

  • Use correct logger name in QuerydslDataFetcher #​1185
  • Allow non-nullable "edges" list type in GraphQL relay #​1173
  • Cancellation signal is not propagated from transports to reactive controller methods #​1149
  • HTTP request with invalid "Content-Type" header causes InvalidMimeTypeException and 500 response #​1145
  • GraphQlTester does not pass extensions for subscriptions #​1135

📔 Documentation

  • Documentation page about code generation is truncated #​1188

🔨 Dependency Upgrades

  • Upgrade to Context Propagation 1.1.3 #​1194
  • Upgrade to Micrometer 1.13.13 #​1193
  • Upgrade to Reactor 2023.0.17 #​1192
  • Upgrade to Spring Framework 6.1.19 #​1191

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​JBodkin-Amphora and @​pgrosslicht

v1.3.4

⭐ New Features

  • WebSocket handlers should log unhandled errors #​1122
  • Authorization key lookup in BearerTokenAuthenticationExtractor should be case insensitive #​1116
  • Avoid IllegalArgumentException for custom error type in ResponseMapGraphQlResponse #​1115

🐞 Bug Fixes

  • ExecutionGraphQlService should handle early GraphQLExceptions #​1118
  • WebSocketGraphQlTransport does not emit error signal if connection closed before GraphQL session is initialized #​1098
  • Error thrown from @GraphQlExceptionHandler method results in ClassCastException #​1090
  • Flatten nested argument maps in QuerydslDataFetcher #​1085

📔 Documentation

  • Update documentation to use jakarta.persistence.* for Querydsl setup #​1121
  • Fix links to Spring Boot in reference documentation #​1097

🔨 Dependency Upgrades

  • Upgrade to Micrometer 1.13.11 #​1128
  • Upgrade to Reactor 2023.0.15 #​1127
  • Upgrade to Spring Data 2024.0.9 #​1129
  • Upgrade to Spring Framework 6.1.17 #​1126
  • Upgrade to Spring Security 6.3.6 #​1130

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​mp911de, @​salmansharifov, @​sic2, and @​snicoll

spring-projects/spring-boot (org.springframework.boot:spring-boot-starter-websocket)

v3.4.5

🐞 Bug Fixes

  • Spring Boot with native image container image build fails on podman due to directory permissions #​45256
  • Neo4jReactiveDataAutoConfiguration assumes that certain beans are available #​45235
  • Wrong jOOQ exception translator with empty db name #​45219
  • MessageSourceMessageInterpolator does not replace a parameter when the message matches its code #​45213
  • IntegrationMbeanExporter is not eligible for getting processed by all BeanPostProcessors warnings are shown when using JMX #​45194
  • OAuth2AuthorizationServerJwtAutoConfiguration uses @ConditionalOnClass incorrectly #​45178
  • MongoDB's dependency management is missing Kotlin coroutine driver modules #​45159
  • ImagePlatform can cause "OS must not be empty" IllegalArgumentException #​45153
  • TypeUtils does not handle generics with identical names in different positions #​45039
  • HttpClient5 5.4.3 breaks local Docker transport #​45028
  • spring.datasource.hikari.data-source-class-name cannot be used as a driver class name is always required and Hikari does not accept both #​45002
  • Post-processing to apply custom JdbcConnectionDetails triggers an NPE in Hikari if the JDBC URL is for an unknown driver #​44998
  • DataSourceBuilder triggers an NPE in Hikari when trying to build a DataSource with a JDBC URL for an unknown driver #​44995
  • SSL config does not watch for symlink file changes #​44887
  • EmbeddedLdapAutoConfiguration should not rely on PreDestroy #​44874
  • DataSourceTransactionManagerAutoConfiguration should run after DataSourceAutoConfiguration #​44819
  • JsonValueWriter can throw StackOverflowError on deeply nested items #​44627
  • In a reactive web app, SslBundle can no longer open store file locations without using a 'file:' prefix #​44535
  • Logging a Path object using structured logging throws StackOverflowError #​44507

📔 Documentation

  • Make @Component a javadoc link #​45258
  • Fix documentation links to buildpacks.io #​45241
  • Clarify the use of multiple profile expressions with "spring.config.activate.on-profile" #​45224
  • Show the use of token properties in authorization server clients configuration example #​45176
  • Add details of the purpose of the metrics endpoint #​45047
  • Escape the asterisk in spring-application.adoc #​45033
  • Add reference to Styra (OPA) Spring Boot SDK #​44976
  • Update CDS documentation to cover AOTCache #​44970
  • WebFlux security documentation incorrectly links to servlet classes #​44966
  • Replace mentions of deprecated MockBean annotation #​44947
  • TaskExecution documentation should describe what happens when multiple Executor beans are present #​44908
  • Documentation lists coordinates for some dependencies that are not actually managed #​44879
  • Polish javadoc of SpringProfileAction #​44826

🔨 Dependency Upgrades

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​EvaristeGalois11, @​MelleD, @​aahlenst, @​ali-jalaal, @​erichaagdev, @​florgust, @​geniusYoo, @​izeye, @​jonatan-ivanov, @​nenros, @​nevenc, @​ngocnhan-tran1996, @​nosan, @​quaff, and @​rainboyan

v3.4.4

❗ Noteworthy Changes

Tomcat APR support is now disabled by default if you are using Java 24 or higher. This change has been made to prevent JDK from issuing warnings.

Please see the updated release notes for details.

🐞 Bug Fixes

  • Actuator throws an exception when using prototype scoped DataSource bean #​44706
  • Docker API error message is missing in some cases #​44630
  • DefaultJmsListenerContainerFactoryConfigurer#setObservationRegistry should not be public #​44585
  • When an application contains multiple DataSource beans, EntityManagerFactoryBuilder will default ddl-auto to a value that may only be appropriate for the primary DataSource #​44516
  • When the main class is not proxied, native testing that uses the application's main method does not work #​44481
  • When loading configuration from a Resource, Log4J2LoggingSystem may not close the InputStream #​44473
  • When loading from a resource, PemContent does not close the InputStream #​44454
  • ResourceBanner does not close the InputStream used to read the banner #​44452
  • ConfigDataLocationResolvers and PropertySourceLoaders are loaded using a potentially different class loader #​44450
  • Kafka message sending fails with 'class SslBundleSslEngineFactory could not be found' #​44437
  • Kafka in native-image fails when using SSL bundles #​44436
  • Nested test classes don't inherit properties from @DataJpaTest on enclosing class #​44407
  • Failure diagnostics are poor when trying to use an image platform that is not supported by the builder #​44059
  • Checking if APR is available logs a warning on Java 24 #​44033

📔 Documentation

  • Multiline properties in documentation are missing backslashes #​44790
  • Polish javadoc of SqlR2dbcScriptDatabaseInitializer #​44764
  • Document support for Java 24 #​44754
  • Remove OpenShift link that 404s #​44748
  • Fix link to javadoc for JavaExec.setArgsString #​44536
  • Fix typo in documentation #​44523
  • Update descriptions of properties that no longer require Flyway Teams #​44483
  • Fix typo in javadoc of CommonStructuredLogFormat#ELASTIC_COMMON_SCHEMA #​44469
  • Samples for metadata annotation processers have invalid fold attribute #​44420
  • Clarify which Mongo properties are ignored when URI property is set #​44404
  • Adapt Javadoc reference of JooqExceptionTranslator to use ExceptionTranslatorExecuteListener #​44402

🔨 Dependency Upgrades

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​KmYgJn, @​bekoenig, @​bernie-schelberg-invicara, @​dmitrysulman, @​izeye, @​metters, @​ngocnhan-tran1996, @​nosan, and @​quaff

v3.4.3

⚠️ Noteworthy

⭐ 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](https://redirect.github.com/spring-projects/spring-boot/issues/4398

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from sachindshinde as a code owner June 11, 2024 11:02
@renovate renovate bot added the type: dependencies Pull requests that update a dependency file label Jun 11, 2024
@renovate renovate bot requested a review from dariuszkuc as a code owner June 11, 2024 11:02
Copy link

github-actions bot commented Jun 11, 2024

Apollo Federation Subgraph Compatibility Results

Federation 1 Support Federation 2 Support
_service🟢
@key (single)🟢
@key (multi)🟢
@key (composite)🟢
repeatable @key🟢
@requires🟢
@provides🟢
federated tracing🟢
@link🟢
@shareable🟢
@tag🟢
@override🟢
@inaccessible🟢
@composeDirective🟢
@interfaceObject🟢

Learn more:

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0e8e638 to 61c389a Compare June 18, 2024 17:32
@renovate renovate bot changed the title fix(deps): update dependency io.projectreactor:reactor-test to v3.6.7 fix(deps): update all non-major dependencies Jun 18, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 61c389a to 217b489 Compare June 20, 2024 13:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 217b489 to 01a5e29 Compare June 27, 2024 17:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f409047 to 16de2db Compare July 9, 2024 10:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 516009e to ea50014 Compare July 18, 2024 19:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from e893858 to bcdf246 Compare August 13, 2024 11:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bcdf246 to 74c4127 Compare August 14, 2024 13:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 74c4127 to 5566993 Compare September 1, 2024 11:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5566993 to 8995555 Compare September 10, 2024 11:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 6aa828b to f2382fe Compare September 25, 2024 10:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f2382fe to 1ff78f5 Compare October 4, 2024 16:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 8364964 to 6dc0695 Compare October 21, 2024 16:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f4ba8d3 to 19ae7a8 Compare October 24, 2024 14:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 19ae7a8 to 3b6acc8 Compare November 12, 2024 14:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 694f2ab to a16ae7d Compare November 21, 2024 20:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a16ae7d to fd1edc8 Compare December 10, 2024 15:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 057a67e to ea11292 Compare December 19, 2024 18:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 5f07795 to 6c33a9d Compare January 14, 2025 23:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6c33a9d to 5cfe63a Compare January 23, 2025 13:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from d96bf12 to 265a7a1 Compare February 18, 2025 12:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from ea4f2c4 to 427fa14 Compare February 25, 2025 18:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 8610354 to a1fd7d8 Compare March 14, 2025 19:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a1fd7d8 to bc897fc Compare March 21, 2025 05:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1c943a9 to 6da2f1c Compare April 11, 2025 16:09
@renovate renovate bot requested a review from a team as a code owner April 11, 2025 16:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from ecf11d4 to d253c5d Compare April 17, 2025 16:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d253c5d to a23b22c Compare April 24, 2025 17:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a23b22c to 6736236 Compare May 13, 2025 12:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6736236 to 4ede9a0 Compare May 20, 2025 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants