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

chore(deps): update all non-major dependencies #350

Merged
merged 1 commit into from
Jan 21, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 6, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
openjdk final patch 17 -> 17.0.2 age adoption passing confidence
secops orb patch 2.0.6 -> 2.0.7 age adoption passing confidence
com.diffplug.spotless:spotless-plugin-gradle devDependencies minor 6.21.0 -> 6.24.0 age adoption passing confidence
org.junit.jupiter:junit-jupiter (source) dependencies patch 5.10.0 -> 5.10.1 age adoption passing confidence
io.projectreactor:reactor-test dependencies minor 3.5.9 -> 3.6.2 age adoption passing confidence
org.springframework.graphql:spring-graphql-test dependencies patch 1.2.3 -> 1.2.4 age adoption passing confidence
org.springframework.boot:spring-boot-starter-websocket (source) dependencies minor 3.1.4 -> 3.2.2 age adoption passing confidence
org.springframework.boot:spring-boot-starter-test (source) dependencies minor 3.1.4 -> 3.2.2 age adoption passing confidence
org.springframework.boot:spring-boot-starter-webflux (source) dependencies minor 3.1.4 -> 3.2.2 age adoption passing confidence
org.springframework.boot:spring-boot-starter-web (source) dependencies minor 3.1.4 -> 3.2.2 age adoption passing confidence
org.springframework.boot:spring-boot-starter-graphql (source) dependencies minor 3.1.4 -> 3.2.2 age adoption passing confidence
org.slf4j:slf4j-api (source) dependencies patch 2.0.9 -> 2.0.11 age adoption passing confidence
com.squareup.okhttp3:mockwebserver (source) dependencies minor 4.11.0 -> 4.12.0 age adoption passing confidence
io.spring.dependency-management plugin patch 1.1.3 -> 1.1.4 age adoption passing confidence
org.jetbrains:annotations dependencies minor 24.0.1 -> 24.1.0 age adoption passing confidence
org.springframework.boot plugin minor 3.1.3 -> 3.2.2 age adoption passing confidence

Release Notes

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

v3.6.2

Compare Source

What's Changed

⚠️ Update considerations and deprecations
🐞 Bug fixes
📖 Documentation, Tests and Build
🆙 Dependency Upgrades

New Contributors

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

v3.6.1

Reactor Core 3.6.1 is part of 2023.0.1 Release Train.

What's Changed

🐞 Bug fixes
📖 Documentation, Tests and Build
🆙 Dependency Upgrades

New Contributors

Full Changelog: reactor/reactor-core@v3.6.0...v3.6.1

v3.6.0

Reactor-Core 3.6.0 is part of 2023.0.0 Release Train.

This is the first GA release of 2023.0.0 🎉

This note focuses on 3.6.0 proper, curating changes from across all milestones and also includes changes already released as part of 3.4.x line up to 3.4.34 as well as 3.5.x line up to 3.5.12.

While there are plenty of improvements and bug fixes, it's worth to highlight the bigger themes first:

  • The Schedulers.boundedElastic() may return a specific implementation tailored for Project Loom and running on virtual threads if application runs in Java 21+ runtime and have set the reactor.schedulers.defaultBoundedElasticOnVirtualThreads system property to true. Please consult the javadocs and the reference documentation for more information.
  • Support for Multi-Release Jar. Since this release project has java version specific sources that are enabled if runs in specific Java runtime. This allows to avoid unnecessary reflection checks as well as embrace some new neat java features without changing the baseline for the whole code base.
  • Hardening of the context-propagation. This release introduces better support for external Publishers detection with their corresponding decoration if detected. This enables more stable context-propagation when it comes to external libraries integration.

See dedicated pre-release blogpost for more information.

What's Changed

⚠️ Update considerations and deprecations
✨ New features and improvements
🐞 Bug fixes
📖 Documentation, Tests and Build
🆙 Dependency Upgrades

New Contributors

Full Changelog: reactor/reactor-core@v3.5.8...v3.6.0

v3.5.14

v3.5.13

Reactor Core 3.5.13 is part of 2022.0.14 Release Train.

What's Changed

🐞 Bug fixes
📖 Documentation, Tests and Build
🆙 Dependency Upgrades

Full Changelog: reactor/reactor-core@v3.5.12...v3.5.13

v3.5.12

Reactor Core 3.5.12 is part of 2022.0.13 Release Train.

What's Changed

⚠️ Update considerations and deprecations
  • Make throwable assignment happens-before done assignment in onError for FluxPublish by @​OlegDokuka in #​3638
✨ New features and improvements
🆙 Dependency Upgrades

Full Changelog: reactor/reactor-core@v3.5.11...v3.5.12

v3.5.11

Compare Source

What's Changed

⚠️ Update considerations and deprecations
✨ New features and improvements
🐞 Bug fixes
📖 Documentation, Tests and Build
🆙 Dependency Upgrades

Full Changelog: reactor/reactor-core@v3.5.10...v3.5.11

v3.5.10

Compare Source

Reactor Core 3.5.10 is part of 2022.0.11 Release Train.

What's Changed

📖 Documentation, Tests and Build
🆙 Dependency Upgrades

New Contributors

Full Changelog: reactor/reactor-core@v3.5.9...v3.5.10

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

v1.2.4

⭐ New Features

  • Lenient parsing of SourceLocation's line and column in ResponseMapGraphQlResponse #​849
  • Use isOmitted rather than isPresent in ValueExtractor to allow validation of null arguments #​842
  • Allow use of custom DataLoaderRegistry instance #​836
  • ConnectionDataFetcher should handle data wrapped with DataFetcherResult #​835

🪲 Bug Fixes

  • Fix logic for hasPrevious/hasNext with keyset scrolling #​843
  • Offset pagination with "last N before X" should not include the item at offset X #​840
  • ControllerAdvice order is not preserved in AnnotatedControllerExceptionResolver #​830
  • WebSocketGraphQlClient unable to reconnect after the first reconnect failure #​826
  • AOT: No JSON Encoder error using GraphlQL client #​825

📔 Documentation

  • Add section on code generation to the documentation #​847
  • Use ScrollPosition.offset() to get initial scroll position #​839
  • Add Search in All Spring Docs #​824

🔨 Dependency Upgrades

  • Upgrade to Context Propagation 1.0.6 #​857
  • Upgrade to GraphQL Java 20.7 #​852
  • Upgrade to Micrometer 1.11.6 #​853
  • Upgrade to Micrometer Tracing 1.1.7 #​854
  • Upgrade to Reactor 2022.0.13 #​858
  • Upgrade to Spring Data 2023.0.6 #​855
  • Upgrade to Spring Framework 6.0.14 #​851
  • Upgrade to Spring Security 6.1.5 #​856

❤️ Contributors

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

@​Stmated, @​koenpunt, @​nilshartmann, and @​rwinch

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

v3.2.2

🐞 Bug Fixes

  • SslBundle implementations do not provide useful toString() results #​39167
  • JarEntry.getComment() returns incorrect result from NestedJarFile instances #​39166
  • Mixing PEM and JKS certificate material in server.ssl properties does not work #​39158
  • Having AspectJ and Micrometer on the classpath is not a strong enough signal to enable support for Micrometer observation annotations #​39128
  • Actuator endpoints with no operations that use selectors are not accessible when mapped to / #​39122
  • Spring Boot 3.2 app that uses WebFlux, Security, and Actuator may fail to start due to a missing authentication manager #​39096
  • management.observations.http.server.requests.name no longer has any effect #​39083
  • spring.rabbitmq.listener.stream.auto-startup property has no effect #​39078
  • Error mark in the log message for PatternParseException is in the wrong place #​39075
  • Configuring server.jetty.max-connections has no effect #​39052
  • @ConfigurationPropertiesBinding converters that rely on initial CharSequence to String conversion no longer work #​39051
  • Manifest attributes cannot be resolved with the new loader implementation #​38996
  • Throwable from logging system initialization may result in the application silently failing to start #​38963
  • When using Jetty, idle timeout for IO operations and delayed dispatch cannot be set to less than 30000ms #​38960
  • spring-boot-maven-plugin repackage uber jar execution fails when jar is put on WSL network drive #​38956
  • Oracle OJDBC BOM version is flagged not for production use #​38943
  • Connection leak when using jOOQ and spring.jooq.sql-dialect has not been set #​38924
  • AutoConfigurationSorter does not always respect @AutoConfigureOrder(Ordered.LOWEST_PRECEDENCE) #​38916
  • Containers are not started when using @ImportTestcontainers #​38913
  • Even when spring.security.user.name or spring.security.user.password has been configured, user details auto-configuration still backs off when resource server is on the classpath #​38864
  • MockRestServiceServerAutoConfiguration with RestTemplate and RestClient together throws incorrect exception #​38820

📔 Documentation

  • Improve "Sanitize Sensitive Values" section in reference documentation #​39199
  • Fix link to Log4j2's JDK logging adapter documentation #​39171
  • Update CRaC support status link #​39170
  • Remove entry for OCI starter as it is no longer maintained #​39165
  • Update links to Micrometer docs in metrics section of reference docs #​39149
  • Use the term "tags" in documentation consistently #​39125
  • Correct the documentation on injecting dependencies into FailureAnalyzer implementations #​39100
  • Polish reference documentation #​38942
  • Document virtual threads limitations #​38883

🔨 Dependency Upgrades

❤️ Contributors

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

@​724thomas, @​BenchmarkingBuffalo, @​FBibonne, @​Wzy19930507, @​amparab, @​dependabot[bot], @​dreis2211, @​okohub, @​onobc, @​sdeleuze, @​skcskitano, and @​tobias-lippert

v3.2.1

⭐ New Features

🐞 Bug Fixes

  • HibernateJpaAutoConfiguration should be applied before DataSourceTransactionManagerAutoConfiguration #​38880
  • META-INF entries are duplicated under BOOT-INF/classes causing "Conflicting persistence unit definitions" error #​38862
  • logging.include-application-name has no effect when using log4j2 #​38847
  • Pulsar authentication param properties cause IllegalStateException with Pulsar Client 3.1.0 #​38839
  • Child context created with SpringApplicationBuilder runs parents runners #​38837
  • getSigners() info is lost for signed jars when using the new loader implementation with requiresUnpack #​38833
  • TestContainers parallel initialization doesn't work properly #​38831
  • Zip file closed exceptions can be thrown due to StaticResourceJars closing jars from cached connections #​38770
  • Multi-byte filenames in zip files can cause an endless loop in ZipString.hash #​38751
  • Gradle task "bootJar" fails with "Failed to get permissions" when using Gradle 8.6-milestone-1 #​38741
  • Custom binding converters are ignored when working with collection types #​38734
  • WebFlux and resource server auto-configuration may fail due to null authentication manager #​38713
  • It is unclear that Docker Compose services have not been started as one or more is already running #​38661
  • Spring Boot jar launcher does not work in folders containing certain chars #​38660
  • FileNotFoundException is thrown eagerly from unused SSL bundles #​38659
  • NoUniqueBeanDefinitionFailureAnalyzer does not account for the fact that missing '-parameters' may be the cause #​38652
  • Traces are propagated if tracing is disabled #​38641
  • Missing registry auto-configuration for JMS listener observation support #​38613
  • Class loading fails on an interrupted thread causing com.mongodb.event.ServerClosedEvent to fail to load when Mongo detects a cluster change #​38611
  • Failures due to code not being compiled with '-parameters' are hard to identify #​38603
  • System SSL certificates are not used by the Apache HTTP Client in a RestTemplate built with RestTemplateBuilder #​38600
  • ZipFileSystem throws "java.util.zip.ZipException: read CEN tables failed" with certain nested jars #​38595
  • Nested jar URLs cannot be split and reassembled resulting in errors with projects that use this technique (such as JobRunr) #​38592
  • NoSuchMethodError can be thrown from Session.getCookie() due to binary incompatibilty #​38589
  • management.metrics.tags has been deprecated without a replacement working for all metrics #​38583
  • NegativeArraySizeException can be thrown from org.springframework.boot.loader.zip.ZipContent$Loader #​38572
  • Migration form 3.1.5 to 3.2.0 : "Default" Tracer is not provided in test anymore #​38568
  • TomcatWebServer stop doesn't close sockets for additional connectors #​38564
  • Port is already in use when using @SpringBootTest with a separate management port and a mock web environment #​38554
  • Keep-alive property causes processAot step to never finish [#&Async entity DataFetcher #82

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 Sep 6, 2023
@github-actions
Copy link

github-actions bot commented Sep 6, 2023

Apollo Federation Subgraph Compatibility Results

Federation 1 SupportFederation 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 chore(deps): update openjdk docker tag to v17.0.2 chore(deps): update all non-major dependencies Sep 21, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3bb9d02 to bb84ce4 Compare September 21, 2023 12:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bb84ce4 to 8bf7193 Compare September 29, 2023 00:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 8eeb0e7 to 1158ea8 Compare October 17, 2023 08:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 3eca0fb to 2ace971 Compare October 19, 2023 23:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from bc89ec5 to b06626a Compare November 6, 2023 03:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 20a4d0f to 4b94765 Compare November 17, 2023 19:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 3d810be to fe79a02 Compare November 27, 2023 15:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 14911c5 to 8869b13 Compare December 5, 2023 22:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8869b13 to e956e52 Compare December 12, 2023 12:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e956e52 to c5cf26d Compare December 21, 2023 13:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e9ed82a to 463cc74 Compare January 3, 2024 21:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 0f74a66 to 5439391 Compare January 15, 2024 03:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5439391 to 93ca70c Compare January 17, 2024 15:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 93ca70c to 959f9c4 Compare January 19, 2024 23:12
@dariuszkuc dariuszkuc merged commit ea369ff into main Jan 21, 2024
5 checks passed
@dariuszkuc dariuszkuc deleted the renovate/all-minor-patch branch January 21, 2024 06:02
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.

1 participant