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 to v3.13.2 #345

Merged
merged 1 commit into from
Aug 9, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 7, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.quarkus:quarkus-bom 3.13.0 -> 3.13.2 age adoption passing confidence
io.quarkus 3.13.0 -> 3.13.2 age adoption passing confidence

Release Notes

quarkusio/quarkus (io.quarkus:quarkus-bom)

v3.13.2

Compare Source

v3.13.1

Compare Source

Complete changelog
  • #​16292 - Liquibase includeAll does not work in native mode
  • #​39934 - Kubernetes Client fails to create a new Pod in native executable because Pod Overhead set without corresponding RuntimeClass defined Overhead.
  • #​40574 - When Using Liquibase with "quarkus.liquibase.clean-at-start=true" a RuntimeException Is Thrown in Quarkus 3.10.0
  • #​40575 - When Using Liquibase in Native Mode a ServiceConfigurationError is Logged
  • #​41500 - The total count for page links do not considered the complete query
  • #​41729 - Gradle imageBuild fails with java.util.ConcurrentModificationException quarkus 3.12.1
  • #​41894 - Gradle imageTask: look for builders among the dependencies of the runtime Quarkus application configuration instead of all the project configurations
  • #​41918 - Qute: single quotes in variables break string
  • #​41928 - Automatically Load Liquibase Resource Files for Native Image Build
  • #​41968 - quarkus image build overrides container-image.group with the docker username
  • #​42028 - Register fields for reflection in kubernetes-client
  • #​42055 - Bump org.mvnpm.at.mvnpm:vaadin-webcomponents from 24.4.2 to 24.4.4
  • #​42095 - Enable Liquibase includeAll in Native Image
  • #​42099 - Register sun.security.provider.NativePRNG#<init> for reflection
  • #​42112 - Update examples to use org.htmlunit:htmlunit
  • #​42120 - Bump io.strimzi:strimzi-test-container from 0.106.0 to 0.107.0
  • #​42121 - Update from net.sourceforge.htmlunit to org.htmlunit
  • #​42122 - Add support for CompletableFuture when using JsonRPC in Dev UI
  • #​42127 - Scheduler: make sure an exception never slips through an invokers chain
  • #​42132 - Clarify RedisClientConfig documentation for max-pool-size
  • #​42133 - Incorrect data in the ReactiveDatasourceHealthCheck being set when the connection is down
  • #​42143 - Native Image run issue with XML Changelog quarkus-liquibase
  • #​42146 - Removed missed deprecated @QuarkusTestResource from docs
  • #​42159 - Resteasy-reactive Unit endpoint reported as "Run time writers required"
  • #​42160 - Qute: fix parsing of string literals and lenient section parameters
  • #​42168 - Unable to migrate to non-deprecated AnnotationsTransformerBuildItem
  • #​42170 - Bump com.gradle:quarkus-build-caching-extension from 1.6 to 1.7
  • #​42178 - Rename suggested extensions in "Consider adding ..." warning messages
  • #​42181 - toplevel class can't have static
  • #​42186 - Manage opentelemetry-semconv-incubating
  • #​42195 - Treat Kotlin's Unit as void for the Quarkus REST scoring system
  • #​42202 - Using filtering parameters and namedQuery in the count query
  • #​42204 - Upgrade to Jandex 3.2.1
  • #​42207 - Possible NPE during shutdown
  • #​42208 - Avoid a possible NPE during application stop
  • #​42216 - Add a note about JpaSpecificationExecutor not being supported
  • #​42218 - Fix group overriding with machine username
  • #​42220 - Qute: support synthetic named CDI beans injected in templates
  • #​42223 - Quartz - fix job refire behavior, improve dep. bean job scenario
  • #​42231 - Bump org.eclipse.parsson:parsson from 1.1.6 to 1.1.7
  • #​42235 - Update kafka-schema-registry-json-schema.adoc
  • #​42239 - Spring Data JPA findFirstBy with Optional throws NullPointerException
  • #​42240 - Application tests failing w/ Quarkus 3.13.0 + io.smallrye.config:smallrye-config-source-keystore
  • #​42241 - Fix Optional result type handling in Spring Data JPA
  • #​42250 - Testing/3.13.0: QuarkusMainLauncher always returns exit code 0 for integration tests
  • #​42252 - Fix QuarkusMainLauncher not returning exit code
  • #​42259 - Bump io.quarkus.develocity:quarkus-project-develocity-extension from 1.1.3 to 1.1.4
  • #​42260 - Fix a race condition in ReactiveDatasourceHealthCheck data field population
  • #​42264 - Bump smallrye-config from 3.9.0 to 3.9.1
  • #​42268 - Add a note about the REST Client's dev mode proxy
  • #​42271 - NPE in websockets-next
  • #​42276 - Bump io.smallrye.config:smallrye-config-source-yaml from 3.8.3 to 3.9.1 in /devtools/gradle
  • #​42282 - WebSockets Next: CloseReason - fix NPE if connection terminated abruptly
  • #​42284 - Add one more level of TOC for Qute reference guide
  • #​42287 - Fix typo in JBang doc
  • #​42288 - Allow finer tuning of shared network usage by Keycloak DevServices
  • #​42291 - Missing = in system property additionalUpdateRecipes for quarkus update maven runner
  • #​42297 - Can't change between light and dark mode in DevUI
  • #​42303 - OOM in tests since Quarkus 3.13.0
  • #​42310 - Fix Dev UI Theme switch
  • #​42320 - Actually upgrade Vert.x to 4.5.9 in the BOM
  • #​42325 - Bump org.eclipse:yasson from 3.0.3 to 3.0.4
  • #​42332 - Add ability to always require a socket
  • #​42336 - Manage mutiny-zero to avoid dependency convergence issues in downstream Camel Quarkus
  • #​42338 - Fix ClassLoader leak in KeycloakDevServicesProcessor

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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • 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 force-pushed the renovate/all-minor-patch branch from 6e45713 to 6fcc9cb Compare August 9, 2024 12:01
@renovate renovate bot changed the title fix(deps): update all non-major dependencies to v3.13.1 fix(deps): update all non-major dependencies to v3.13.2 Aug 9, 2024
@osoykan osoykan merged commit 7b11bd5 into main Aug 9, 2024
1 check passed
@renovate renovate bot deleted the renovate/all-minor-patch branch August 9, 2024 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant