Skip to content

fix(deps): update all #460

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: master
Choose a base branch
from
Open

fix(deps): update all #460

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 4, 2025

This PR contains the following updates:

Package Type Update Change Age Confidence
gradle (source) minor 8.13 -> 8.14.3 age confidence
com.google.firebase:firebase-crashlytics dependencies patch 19.4.1 -> 19.4.4 age confidence
com.google.firebase:firebase-analytics dependencies minor 22.3.0 -> 22.5.0 age confidence
com.google.firebase:firebase-perf dependencies patch 21.0.4 -> 21.0.5 age confidence
com.github.6tail:lunar-java dependencies patch 1.7.0 -> 1.7.4 age confidence
androidx.compose.ui:ui-test-manifest (source) dependencies minor 1.7.8 -> 1.8.3 age confidence
androidx.compose.ui:ui-tooling (source) dependencies minor 1.7.8 -> 1.8.3 age confidence
com.jakewharton.threetenabp:threetenabp dependencies patch 1.4.8 -> 1.4.9 age confidence
androidx.compose.ui:ui-test-junit4 (source) dependencies minor 1.7.8 -> 1.8.3 age confidence
androidx.compose.material3:material3 (source) dependencies patch 1.3.1 -> 1.3.2 age confidence
androidx.compose.ui:ui-tooling-preview (source) dependencies minor 1.7.8 -> 1.8.3 age confidence
androidx.compose.ui:ui-graphics (source) dependencies minor 1.7.8 -> 1.8.3 age confidence
androidx.compose.ui:ui (source) dependencies minor 1.7.8 -> 1.8.3 age confidence
androidx.compose.ui:ui-viewbinding (source) dependencies minor 1.7.8 -> 1.8.3 age confidence
androidx.lifecycle:lifecycle-viewmodel-ktx (source) dependencies minor 2.8.7 -> 2.9.2 age confidence
androidx.lifecycle:lifecycle-runtime-ktx (source) dependencies minor 2.8.7 -> 2.9.2 age confidence
androidx.navigation:navigation-ui-ktx (source) dependencies minor 2.8.8 -> 2.9.2 age confidence
androidx.navigation:navigation-fragment-ktx (source) dependencies minor 2.8.8 -> 2.9.2 age confidence
androidx.fragment:fragment-ktx (source) dependencies patch 1.8.6 -> 1.8.8 age confidence
androidx.appcompat:appcompat (source) dependencies patch 1.7.0 -> 1.7.1 age confidence
com.google.code.gson:gson dependencies minor 2.12.1 -> 2.13.1 age confidence
org.xerial:sqlite-jdbc dependencies minor 3.49.1.0 -> 3.50.3.0 age confidence
androidx.room:room-testing (source) dependencies minor 2.6.1 -> 2.7.2 age confidence
androidx.room:room-ktx (source) dependencies minor 2.6.1 -> 2.7.2 age confidence
androidx.room:room-compiler (source) dependencies minor 2.6.1 -> 2.7.2 age confidence
androidx.room:room-runtime (source) dependencies minor 2.6.1 -> 2.7.2 age confidence
androidx.documentfile:documentfile (source) dependencies minor 1.0.1 -> 1.1.0 age confidence
org.apache.commons:commons-text (source) dependencies patch 1.13.0 -> 1.13.1 age confidence
org.apache.maven:maven-artifact dependencies patch 3.9.9 -> 3.9.11 age confidence
com.github.briandilley.jsonrpc4j:jsonrpc4j dependencies minor 1.6 -> 1.7 age confidence
androidx.core:core-ktx (source) dependencies minor 1.15.0 -> 1.16.0 age confidence
com.google.firebase:firebase-crashlytics-gradle dependencies patch 3.0.3 -> 3.0.5 age confidence
com.google.gms:google-services (source) dependencies patch 4.4.2 -> 4.4.3 age confidence
com.android.tools.build:gradle (source) dependencies minor 8.8.2 -> 8.11.1 age confidence
androidx.work:work-runtime-ktx (source) dependencies patch 2.10.0 -> 2.10.2 age confidence

Release Notes

gradle/gradle (gradle)

v8.14.3: 8.14.3

Compare Source

The Gradle team is excited to announce Gradle 8.14.3.

This is a patch release for 8.14. We recommend using 8.14.3 instead of 8.14.

Here are the highlights of this release:

  • Java 24 support
  • GraalVM Native Image toolchain selection
  • Enhancements to test reporting
  • Build Authoring improvements

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Aurimas,
Ben Bader,
Björn Kautler,
chandre92,
Daniel Hammer,
Danish Nawab,
Florian Dreier,
Ivy Chen,
Jendrik Johannes,
jimmy1995-gu,
Madalin Valceleanu,
Na Minhyeok.

Upgrade instructions

Switch your build to use Gradle 8.14.3 by updating your wrapper:

./gradlew wrapper --gradle-version=8.14.3 && ./gradlew wrapper

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.14.2

Compare Source

v8.14.1

Compare Source

v8.14

Compare Source

6tail/lunar-java (com.github.6tail:lunar-java)

v1.7.4

  1. 修复身宫报错的问题。

v1.7.3

  1. 修复个别日太岁方位的错误。
  2. 修复八字身宫计算错误的问题。

v1.7.2

  1. 修复每日宜忌错误。
  2. 更新2018之后的△T参数。

v1.7.1

  1. 修复每日宜忌错误。

不建议使用该版本

JakeWharton/ThreeTenABP (com.jakewharton.threetenabp:threetenabp)

v1.4.9

Compare Source

  • Update ThreeTenBP dependency to 1.7.1 ([change log][threeten171])
  • Update time zone data to 2025a(gtz).
xerial/sqlite-jdbc (org.xerial:sqlite-jdbc)

v3.50.3.0

Compare Source

Changelog

🚀 Features

jdbc

  • support JDBC4 CLOB and BLOB in PreparedStatement parameters (9515a80)

sqlite

  • upgrade to sqlite 3.50.3 (ef4e649)

unscoped

🛠 Build

deps

  • bump org.apache.maven.plugins:maven-enforcer-plugin (e20d3b6)
  • bump org.apache.maven.plugins:maven-gpg-plugin (d1efafe)
  • bump org.jreleaser:jreleaser-maven-plugin (4042011)

📝 Documentation

  • update maven snapshot badge (19e32f0)

Contributors

We'd like to thank the following people for their contributions:
Enaium, Gauthier, Gauthier Roebroeck, Tim Ward

v3.50.2.0

Compare Source

Changelog

🚀 Features

sqlite

  • upgrade to sqlite 3.50.2 (fb62309)

🐛 Fixes

jdbc

  • update JDBC3DatabaseMetaData to enable supported features (524ac3a)
  • ResultSetMetaData.getCatalogName incorrectly returns the table name (891b650), closes #​1279

unscoped

🛠 Build

deps

  • bump org.sonatype.central:central-publishing-maven-plugin (d891708)

📝 Documentation

  • replace maven central links (6eea8c5)
  • update maven central badge in readme (9a4afe8)

Contributors

We'd like to thank the following people for their contributions:
Gauthier, Gauthier Roebroeck, alexytomi, newdenim, prrvchr

v3.50.1.0

Compare Source

Changelog

🚀 Features

sqlite

  • upgrade to sqlite 3.50.1 (9596393)

unscoped

  • better detection of Android environment (d540536), closes #​1210
  • do not create temporary file before opening connection (639e362), closes #​1260

🔄️ Changes

  • update comment link to Java issue tracker (79cc5fe)

🛠 Build

deps

  • bump org.jreleaser:jreleaser-maven-plugin (8a64841)
  • bump org.junit:junit-bom from 5.12.1 to 5.12.2 (f3dff86)
  • bump surefire.version from 3.5.2 to 3.5.3 (0d2c2a5)
  • bump org.graalvm.buildtools:native-maven-plugin (75d0a0c)
  • bump org.jreleaser:jreleaser-maven-plugin (3baf8b8)
  • bump uraimo/run-on-arch-action from 2 to 3 (2b96823)
  • bump org.apache.maven.plugins:maven-compiler-plugin (dc5a58c)

deps-dev

  • bump org.mockito:mockito-core from 5.17.0 to 5.18.0 (1f66a8d)
  • bump com.tngtech.archunit:archunit-junit5 (b2039f1)
  • bump org.mockito:mockito-core from 5.16.1 to 5.17.0 (c8ce29c)
  • bump org.junit.jupiter:junit-jupiter from 5.11.4 to 5.12.1 (6b70c85)
  • bump org.mockito:mockito-core from 5.16.0 to 5.16.1 (8417ae1)
  • bump org.mockito:mockito-core from 5.15.2 to 5.16.0 (70232b0)

unscoped

  • re-enable tests dependency (d86e4c0)
  • re-enable tests for snapshot publishing testing (737588a)
  • disable tests for snapshot publishing testing (45d285d)
  • try to fix snapshot publishing (ebbdf5d)
  • migrate from ossrh to central publishing (027bee5)
  • add JUnit 5.12 and GraalVM for JDK 24 support (bd0e995)

Contributors

We'd like to thank the following people for their contributions:
Daniel Hofmann, Gauthier, Gauthier Roebroeck, Holger Voormann, Kristof, alexytomi


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 added the dependencies Pull requests that update a dependency file label Mar 4, 2025
@renovate renovate bot changed the title fix(deps): update dependency com.android.tools.build:gradle to v8.9.0 fix(deps): update all Mar 5, 2025
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from ee95041 to 8738987 Compare March 14, 2025 07:17
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from b87cc91 to 183952f Compare March 24, 2025 23:36
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from af731dd to 4098d3e Compare April 11, 2025 23:10
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from b0c7d2e to bf442e4 Compare April 25, 2025 13:51
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 8a9b2e3 to 2a18fd1 Compare May 10, 2025 21:29
@renovate renovate bot force-pushed the renovate/all branch 8 times, most recently from 739e1e7 to bd0b884 Compare May 24, 2025 07:08
@renovate renovate bot force-pushed the renovate/all branch from bd0b884 to c3744f9 Compare May 28, 2025 19:10
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from c7026b2 to 478709f Compare June 9, 2025 11:53
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 3506e7c to 09df97e Compare June 24, 2025 21:08
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 423c020 to f774082 Compare July 2, 2025 18:43
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 1b45dd2 to e137775 Compare July 10, 2025 22:47
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from cdd4a90 to b46ad3f Compare July 21, 2025 06:49
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants