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

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

Merged
merged 1 commit into from
May 15, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 21, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.projectreactor:reactor-test 3.6.2 -> 3.6.6 age adoption passing confidence
org.springframework.graphql:spring-graphql-test 1.2.4 -> 1.2.6 age adoption passing confidence
org.springframework.boot:spring-boot-starter-websocket (source) 3.2.2 -> 3.2.5 age adoption passing confidence
org.springframework.boot:spring-boot-starter-test (source) 3.2.2 -> 3.2.5 age adoption passing confidence
org.springframework.boot:spring-boot-starter-webflux (source) 3.2.2 -> 3.2.5 age adoption passing confidence
org.springframework.boot:spring-boot-starter-web (source) 3.2.2 -> 3.2.5 age adoption passing confidence
org.springframework.boot:spring-boot-starter-graphql (source) 3.2.2 -> 3.2.5 age adoption passing confidence
org.slf4j:slf4j-api (source, changelog) 2.0.12 -> 2.0.13 age adoption passing confidence
io.spring.dependency-management 1.1.4 -> 1.1.5 age adoption passing confidence
org.springframework.boot 3.2.2 -> 3.2.5 age adoption passing confidence

Release Notes

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

v3.6.6

Compare Source

v3.6.5

v3.6.4

Reactor Core 3.6.4 is part of 2023.0.4 Release Train.

What's Changed

✨ New features and improvements
🐞 Bug fixes
📖 Documentation

New Contributors

Full Changelog: reactor/reactor-core@v3.6.3...v3.6.4

v3.6.3

Reactor Core 3.6.3 is part of 2023.0.3 Release Train.

What's Changed

✨ New features and improvements
📖 Documentation, Tests and Build

New Contributors

Full Changelog: reactor/reactor-core@v3.6.2...v3.6.3

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

v1.2.6

⭐ New Features

  • Avoid graphql.AssertException for persisted query #​930
  • Use either first or after to determine forward pagination #​929

🪲 Bug Fixes

  • Pagination with "after" cursor results in ScrollPosition that skips one extra item #​925
  • Observation instrumentation assumes local context is a GraphQLContext #​918
  • WebSocketGraphQlInterceptor is not notified when idle connection is closed #​872

📔 Documentation

  • Updated documentation with guidance on using virtual threads #​907

🔨 Dependency Upgrades

  • Upgrade to GraphQL Java 20.9 #​936
  • Upgrade to Spring Framework 6.0.18 #​938

v1.2.5

⭐ New Features

  • Revise default ScrollSubrange support for QueryDsl and QBE DataFetcher's #​917
  • Avoid changing default DataLoaderRegistry when there are no registrations #​915
  • Decode GraphQL request body to higher level object #​905
  • Avoid async handling in WebMvc if not necessary to wait #​904
  • Allow passing Map of DataFetcher registrations to SchemaMappingInspector as alternative to RuntimeWiring #​894
  • Provide access to SchemaMappingInspector #​881

🪲 Bug Fixes

  • Adjust offset based pagination to be exclusive of reference position #​916
  • Multiple ControlledAdvice is not working properly #​901
  • Verify errors in GraphQlTester nested path check with Consumer #​891
  • Ensure schema inspection always runs once even if the builder is used again #​878
  • Schema inspection ignores types wrapped by Optional #​875
  • @SubscriptionMapping missing AuthenticationPrincipal #​861

🔨 Dependency Upgrades

  • Upgrade to Kotlin 1.9.22 #​908
  • Upgrade to Micrometer 1.11.9 and Tracing 1.1.10 #​911
  • Upgrade to Reactor 2022.0.16 #​910
  • Upgrade to Spring Data 2023.0.9 #​912
  • Upgrade to Spring Framework 6.0.17 #​909
  • Upgrade to Spring Security 6.1.7 #​913

❤️ Contributors

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

@​erichaagdev and @​nilshartmann

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

v3.2.5

v3.2.4

v3.2.3

⚠️ Noteworthy
  • This release upgrades to Hibernate 6.4.4.Final. While it contains a number of valuable bug fixes, it does not work correctly in a native image. If you are using GraalVM, Hibernate should be temporarily downgraded to 6.4.2.Final using the hibernate.version property.
🐞 Bug Fixes
  • Nested jar URLs can not be resolved if the path contains spaces #​39675
  • Image building runs for a long time when a long image name is used and the tag contains an illegal character #​39638
  • Banner printing doesn't respect set charset #​39621
  • "micrometer.observations.*" configuration properties should be "management.observations.*" #​39600
  • Metadata reading during configuration class parsing uses the default resource loader rather than the application's resource loader #​39598
  • Several gson properties, including spring.gson.disable-html-escaping, do not behave correctly when set to false #​39524
  • Property placeholders aren't resolved when configuration property binding creates a Map from a property value using a converter #​39515
  • Gradle plugin allows the use of Gradle 7.4 but the documented and tested minimum is 7.5 #​39513
  • WebFlux auto-configuration should only configure the blocking executor when virtual threads are enabled #​39469
  • TestcontainersPropertySource assertion has typo #​39449
  • Webflux actuator endpoints respond with 500 when a parameter is missing #​39444
  • NoSuchMethod error when using the non-shaded Pulsar client and configuring authentications parameters #​39389
  • Jetty GracefulShutdown writes to System.out #​39360
  • Building images fails with Docker 25.0 when custom buildpacks are configured #​39347
  • Creating a RestClient from a RestTemplateBuilder-created RestTemplate requires double configuration of the baseUrl/rootUri #​39317
  • Auto-configured ConcurrentPulsarListenerContainerFactory and PulsarConsumerFactory cannot be injected into injection points with specific generic type information #​39308
  • Startup failure when you have multiple @DynamicPropertySources in Spring Boot 3.2.2 #​39297
  • Mockito's MockedStatic isn't closed in all cases #​39272
  • TracingProperties exposes package-private PropagationType from public methods #​39268
📔 Documentation
  • Add note regarding mixing of bundle-based and direct SSL configuration #​39641
  • Add link to Pulsar workaround when using environment variables for authentication #​39630
  • Document that task executor pool size properties are ignored when using virtual threads #​39629
  • Document default value for show-value configuration properties #​39596
  • Clarify that configuration properties only apply to the auto-configured OpenTelemetry Resource bean #​39509
  • Update the Debugging Documentation of the Spring Boot Maven Plugin #​39422
  • Awaitility link in Test Scoped Dependencies is incorrect #​39415
  • Fixed NestedJarFile constructor javadoc #​39285
  • Endpoint documentation contains the typo 'Unuthorized' #​39280
  • Update Revved up by Develocity badge #​39263
🔨 Dependency Upgrades
❤️ Contributors

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

@​PiyalAhmed, @​Tish17, @​amritagg, @​dependabot[bot], @​eddumelendez, @​erichaagdev, @​gdmrw, @​jonas-grgt, @​kilink, @​lukasdo, @​okohub, @​onobc, @​ramilS, @​slovi, @​smurf667, @​snicoll, @​totti-dev, @​vj-atlassian, @​vjh0107, @​wanger26, and @​xpmxf4

qos-ch/slf4j (org.slf4j:slf4j-api)

v2.0.13


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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the type: dependencies Pull requests that update a dependency file label Feb 21, 2024
@renovate renovate bot requested a review from dariuszkuc as a code owner February 21, 2024 12:09
Copy link

github-actions bot commented Feb 21, 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 changed the title fix(deps): update dependency org.springframework.graphql:spring-graphql-test to v1.2.5 fix(deps): update all non-major dependencies Feb 22, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8a1ee84 to 33a356b Compare March 12, 2024 11:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 33a356b to d71d4dd Compare March 21, 2024 13:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d71d4dd to e54010f Compare March 28, 2024 16:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f8585d7 to 1198e12 Compare April 12, 2024 17:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1198e12 to 24a1129 Compare April 18, 2024 19:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 24a1129 to 2266684 Compare May 3, 2024 16:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2266684 to b226fb7 Compare May 14, 2024 11:39
@dariuszkuc dariuszkuc merged commit ed704fa into main May 15, 2024
5 checks passed
@dariuszkuc dariuszkuc deleted the renovate/all-minor-patch branch May 15, 2024 16:05
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.

None yet

1 participant