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 #699

Merged
merged 1 commit into from
Feb 13, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 4, 2025

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
github/codeql-action action patch v3.28.5 -> v3.28.9 age adoption passing confidence
com.google.devtools.ksp (source) plugin patch 2.1.0-1.0.29 -> 2.1.10-1.0.29 age adoption passing confidence
com.ncorti.ktfmt.gradle plugin minor 0.21.0 -> 0.22.0 age adoption passing confidence
io.micronaut:micronaut-core (source) dependencies patch 4.8.2 -> 4.8.3 age adoption passing confidence
io.micronaut:micronaut-inject-java (source) dependencies patch 4.8.2 -> 4.8.3 age adoption passing confidence
io.micronaut:micronaut-inject (source) dependencies patch 4.8.2 -> 4.8.3 age adoption passing confidence
io.micronaut:micronaut-http-server-netty (source) dependencies patch 4.8.2 -> 4.8.3 age adoption passing confidence
io.micronaut:micronaut-http-client (source) dependencies patch 4.8.2 -> 4.8.3 age adoption passing confidence
org.yaml:snakeyaml dependencies minor 2.1 -> 2.3 age adoption passing confidence
org.jetbrains.exposed:exposed-jdbc dependencies minor 0.58.0 -> 0.59.0 age adoption passing confidence
org.jetbrains.exposed:exposed-core dependencies minor 0.58.0 -> 0.59.0 age adoption passing confidence
com.trendyol:kediatr-koin-starter dependencies patch 3.1.2 -> 3.1.3 age adoption passing confidence
com.trendyol:kediatr-core dependencies patch 3.1.2 -> 3.1.3 age adoption passing confidence
co.elastic.clients:elasticsearch-java dependencies patch 8.17.1 -> 8.17.2 age adoption passing confidence
org.wiremock:wiremock-standalone (source) dependencies minor 3.11.0 -> 3.12.0 age adoption passing confidence
com.sksamuel.cohort:cohort-logback dependencies patch 2.6.0 -> 2.6.1 age adoption passing confidence
com.sksamuel.cohort:cohort-ktor dependencies patch 2.6.0 -> 2.6.1 age adoption passing confidence
io.github.oshai:kotlin-logging-jvm dependencies patch 7.0.3 -> 7.0.4 age adoption passing confidence
io.projectreactor:reactor-core dependencies patch 3.7.2 -> 3.7.3 age adoption passing confidence
io.confluent:kafka-streams-protobuf-serde (source) dependencies patch 7.8.0 -> 7.8.1 age adoption passing confidence
com.couchbase.client:metrics-micrometer (source) dependencies patch 0.7.7 -> 0.7.8 age adoption passing confidence
com.couchbase.client:java-client (source) dependencies patch 3.7.7 -> 3.7.8 age adoption passing confidence
com.couchbase.client:kotlin-client (source) dependencies patch 1.4.7 -> 1.4.8 age adoption passing confidence
io.quarkus plugin patch 3.18.1 -> 3.18.3 age adoption passing confidence
io.quarkus.arc:arc dependencies patch 3.18.1 -> 3.18.3 age adoption passing confidence
io.quarkus:quarkus-rest dependencies patch 3.18.1 -> 3.18.3 age adoption passing confidence
io.quarkus:quarkus-bom dependencies patch 3.18.1 -> 3.18.3 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

github/codeql-action (github/codeql-action)

v3.28.9

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.9 - 07 Feb 2025
  • Update default CodeQL bundle version to 2.20.4. #​2753

See the full CHANGELOG.md for more information.

v3.28.8

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.8 - 29 Jan 2025
  • Enable support for Kotlin 2.1.10 when running with CodeQL CLI v2.20.3. #​2744

See the full CHANGELOG.md for more information.

v3.28.7

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.7 - 29 Jan 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.28.6

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.6 - 27 Jan 2025

  • Re-enable debug artifact upload for CLI versions 2.20.3 or greater. #​2726

See the full CHANGELOG.md for more information.

google/ksp (com.google.devtools.ksp)

v2.1.10-1.0.29

Compare Source

What's Changed

Full Changelog: google/ksp@2.1.10-RC2-1.0.29...2.1.10-1.0.29

micronaut-projects/micronaut-core (io.micronaut:micronaut-core)

v4.8.3: Micronaut Core v4.8.3

What's Changed
Improvements ⭐

Full Changelog: micronaut-projects/micronaut-core@v4.8.2...v4.8.3

JetBrains/Exposed (org.jetbrains.exposed:exposed-jdbc)

v0.59.0

Compare Source

Infrastructure:

  • Spring Framework 6.2.2
  • PostgreSQL driver 42.7.5
  • SQLite driver 3.48.0.0
  • Spring Boot 3.4.2

Breaking changes:

Deprecations:

Features:

Bug fixes:

Docs:

Refactors:

Trendyol/kediatR (com.trendyol:kediatr-koin-starter)

v3.1.3

Compare Source

What's Changed
New Contributors
Dependency Bumps

Full Changelog: Trendyol/kediatR@3.1.2...3.1.3

elastic/elasticsearch-java (co.elastic.clients:elasticsearch-java)

v8.17.2

wiremock/wiremock (org.wiremock:wiremock-standalone)

v3.12.0

Compare Source

🚀 New Features

📦 Dependency updates

✍ Other changes

sksamuel/cohort (com.sksamuel.cohort:cohort-logback)

v2.6.1

  • Fix for free memory calculation #​81
oshai/kotlin-logging (io.github.oshai:kotlin-logging-jvm)

v7.0.4

Compare Source

What's Changed

Full Changelog: oshai/kotlin-logging@7.0.3...7.0.4

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

v3.7.3

Compare Source

quarkusio/quarkus (io.quarkus.arc:arc)

v3.18.3

Compare Source

v3.18.2

Compare Source

Complete changelog
  • #​44569 - SmallRye OpenAPI outputs Chinese garbled characters in Json
  • #​44645 - NullPointerException from Hibernate ORM when there is a problem establishing a connection
  • #​45385 - IllegalArgumentException when parsing Accept Header
  • #​45776 - Bump to Mutiny 2.8.0 and the Mutiny Vert.x bindings 3.18.0
  • #​45789 - [resteasy-reactive] [3.8.6] Header not reset between request
  • #​45847 - Netty metric with dynamic tag cause time series leak
  • #​45868 - QuarkusTestResource not working with QuarkusMainLauncher
  • #​45877 - Replace the id label with a name label for Netty allocator
  • #​45910 - Clarify usage of quarkus-keycloak-admin-rest-client and quarkus-keycloak-admin-resteasy-client
  • #​45926 - Release the Config from the TCCL when setting the Quarkus config
  • #​45933 - Native tests fail in Gradle-based Quarkus project when module has no classes in src/main/java
  • #​45934 - Dev UI: make sure add button works when log is open
  • #​45935 - Clear SystemProperties set by QuarkusMainIntegrationTestExtension
  • #​45938 - Be more defensive about sources Path in integration tests
  • #​45943 - OpenApiFilter without Runstage causes NPE
  • #​45945 - Properly get default value when handling OpenApiFilters
  • #​45950 - Correctly handle REST field injection
  • #​45956 - Improve content about running the application in the JWT guide
  • #​45967 - Use Maven log in quarkus:run
  • #​45971 - Fix incorrect response code when media type is invalid
  • #​45976 - Add remote address to gRPC spans
  • #​45985 - BlockingNotAllowedException when using rest client since quarkus 3.18.1
  • #​45991 - Bump com.gradle.plugin-publish from 1.3.0 to 1.3.1 in /devtools/gradle
  • #​45992 - [REGRESSION] - quarkus.rest.jackson.optimization.enable-reflection-free-serializers=true broken in 3.18
  • #​45993 - Bump smallrye-open-api.version from 4.0.7 to 4.0.8
  • #​45996 - ConfigMapping broken for extensions with smallrye-config-crypto since 3.9.1
  • #​45999 - Quarkus 3.18 and Flyway 11: Bring back cleanOnValidationError
  • #​46002 - Fix generated Jackson deserializer for a record with an empty constructor
  • #​46006 - Don't prematurely close an InputStream returned by the REST Client
  • #​46008 - QuarkusIntegrationTest: publishing a random port in the started container no longer works
  • #​46009 - Updates to Infinispan 15.0.13.Final
  • #​46016 - Quarkus 3.18.1 does not allow overwriting lists from application.yaml with lists supplied in environment variables
  • #​46018 - integration-tests/hibernate-reactive-mssql is not being run (and does not build)
  • #​46020 - Runtime values from mapping without expansion
  • #​46031 - Fix Javadoc/MD syntax issues
  • #​46032 - Update SmallRye Config to 3.11.2
  • #​46033 - Implement 'cleanOnValidationError' for Flyway 11
  • #​46036 - In container build output is not executable anymore
  • #​46041 - Upgrade Hibernate ORM to 6.6.6.Final
  • #​46043 - Fix and restore hibernate-reactive-mssql tests
  • #​46044 - Recalculate config property names during tests
  • #​46049 - Bump io.smallrye.config:smallrye-config-source-yaml from 3.11.1 to 3.11.2 in /devtools/gradle
  • #​46055 - Ensure that the copied native executable has the executable permission when copied from the host to the container image.

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), 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.

@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from f3eb6a4 to 7e7c001 Compare February 11, 2025 12:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from a6591a3 to ef05fae Compare February 13, 2025 12:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ef05fae to 0204795 Compare February 13, 2025 13:01
Copy link

Code Coverage

Total Project Coverage 73.04%

@osoykan osoykan merged commit e3bc971 into main Feb 13, 2025
13 checks passed
@osoykan osoykan deleted the renovate/all-minor-patch branch February 13, 2025 13:09
Copy link

codecov bot commented Feb 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.06%. Comparing base (b441736) to head (0204795).
Report is 7 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #699   +/-   ##
=======================================
  Coverage   83.06%   83.06%           
=======================================
  Files          98       98           
  Lines        2763     2763           
  Branches      166      166           
=======================================
  Hits         2295     2295           
  Misses        362      362           
  Partials      106      106           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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