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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

chore(deps): update all #436

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 14, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
gradle (source) minor 8.9 -> 8.11.1 age adoption passing confidence
com.google.protobuf:protobuf-java (source) dependencies minor 4.27.3 -> 4.28.3 age adoption passing confidence
com.google.firebase:firebase-crashlytics dependencies minor 19.0.3 -> 19.2.1 age adoption passing confidence
com.google.firebase:firebase-analytics dependencies minor 22.0.2 -> 22.1.2 age adoption passing confidence
com.google.firebase:firebase-perf dependencies patch 21.0.1 -> 21.0.2 age adoption passing confidence
androidx.test:runner dependencies patch 1.6.1 -> 1.6.2 age adoption passing confidence
androidx.compose.ui:ui-test-manifest (source) dependencies minor 1.6.8 -> 1.7.5 age adoption passing confidence
androidx.compose.ui:ui-tooling (source) dependencies minor 1.6.8 -> 1.7.5 age adoption passing confidence
androidx.compose.ui:ui-test-junit4 (source) dependencies minor 1.6.8 -> 1.7.5 age adoption passing confidence
androidx.compose:compose-bom dependencies minor 2024.06.00 -> 2024.11.00 age adoption passing confidence
androidx.compose.material3:material3 (source) dependencies minor 1.2.1 -> 1.3.1 age adoption passing confidence
androidx.compose.ui:ui-tooling-preview (source) dependencies minor 1.6.8 -> 1.7.5 age adoption passing confidence
androidx.compose.ui:ui-graphics (source) dependencies minor 1.6.8 -> 1.7.5 age adoption passing confidence
androidx.compose.ui:ui (source) dependencies minor 1.6.8 -> 1.7.5 age adoption passing confidence
androidx.compose.ui:ui-viewbinding (source) dependencies minor 1.6.8 -> 1.7.5 age adoption passing confidence
androidx.activity:activity-compose (source) dependencies patch 1.9.1 -> 1.9.3 age adoption passing confidence
androidx.lifecycle:lifecycle-viewmodel-ktx (source) dependencies patch 2.8.4 -> 2.8.7 age adoption passing confidence
androidx.lifecycle:lifecycle-runtime-ktx (source) dependencies patch 2.8.4 -> 2.8.7 age adoption passing confidence
androidx.navigation:navigation-ui-ktx (source) dependencies minor 2.7.7 -> 2.8.4 age adoption passing confidence
androidx.navigation:navigation-fragment-ktx (source) dependencies minor 2.7.7 -> 2.8.4 age adoption passing confidence
androidx.fragment:fragment-ktx (source) dependencies patch 1.8.2 -> 1.8.5 age adoption passing confidence
androidx.activity:activity-ktx (source) dependencies patch 1.9.1 -> 1.9.3 age adoption passing confidence
androidx.constraintlayout:constraintlayout (source) dependencies minor 2.1.4 -> 2.2.0 age adoption passing confidence
org.xerial:sqlite-jdbc dependencies minor 3.46.0.1 -> 3.47.0.0 age adoption passing confidence
org.apache.maven:maven-artifact dependencies patch 3.9.8 -> 3.9.9 age adoption passing confidence
com.google.devtools.ksp (source) plugin patch 2.0.10-1.0.24 -> 2.0.21-1.0.28 age adoption passing confidence
androidx.core:core-ktx (source) dependencies minor 1.13.1 -> 1.15.0 age adoption passing confidence

Release Notes

gradle/gradle (gradle)

v8.11.1

Compare Source

v8.11: 8.11

Compare Source

The Gradle team is excited to announce Gradle 8.11.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Adam,
alyssoncs,
Bilel MEDIMEGH,
Björn Kautler,
Chuck Thomas,
Daniel Lacasse,
Finn Petersen,
JK,
Jérémie Bresson,
luozexuan,
Mahdi Hosseinzadeh,
Markus Gaisbauer,
Matthew Haughton,
Matthew Von-Maszewski,
ploober,
Siarhei,
Titus James,
vrp0211

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.11

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.10.2

Compare Source

v8.10.1

Compare Source

v8.10

Compare Source

xerial/sqlite-jdbc (org.xerial:sqlite-jdbc)

v3.47.0.0

Compare Source

Changelog

🚀 Features

sqlite

  • upgrade to sqlite 3.47.0 (d174b8d)

🐛 Fixes

  • use lambda loggers and fix message format for JUL (fd21058), closes #​1195

🛠 Build

deps

  • bump org.apache.maven.plugins:maven-help-plugin (46cc36d)
  • bump org.graalvm.sdk:nativeimage from 24.1.0 to 24.1.1 (2c86dcf)
  • bump org.apache.maven.plugins:maven-javadoc-plugin (a88f62a)
  • bump surefire.version from 3.5.0 to 3.5.1 (9fadf17)
  • bump org.apache.maven.plugins:maven-gpg-plugin (132ab17)

deps-dev

  • bump org.mockito:mockito-core from 5.14.1 to 5.14.2 (c0b9f99)
  • bump org.junit.jupiter:junit-jupiter (82a5f2a)
  • bump org.junit.jupiter:junit-jupiter (761eb2e)
  • bump org.junit-pioneer:junit-pioneer (7586ce9)
  • bump org.junit.jupiter:junit-jupiter (69ea4db)
  • bump org.mockito:mockito-core from 5.13.0 to 5.14.1 (dd79b6d)

Contributors

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

v3.46.1.3

Compare Source

Changelog

🚀 Features

jdbc

  • add setGetGeneratedKeys on SQLiteDataSource and SQLiteConfig for proper cascading (d463ef7), closes #​1135

Contributors

We'd like to thank the following people for their contributions:
Gauthier Roebroeck

v3.46.1.2

Compare Source

Changelog

🚀 Features

jdbc

  • add configuration to disable eager retrieval of generated keys (aed5121), closes #​1135

Contributors

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

v3.46.1.1

Compare Source

Changelog

🚀 Features

🛠 Build

deps

  • bump org.graalvm.sdk:nativeimage from 24.0.2 to 24.1.0 (ec4d3fd)
  • bump org.graalvm.buildtools:native-maven-plugin (588614a)
  • bump org.apache.maven.plugins:maven-gpg-plugin (abdf61d)
  • bump org.apache.maven.plugins:maven-javadoc-plugin (a445f6c)
  • bump org.jreleaser:jreleaser-maven-plugin (1309c5c)
  • bump surefire.version from 3.4.0 to 3.5.0 (2ed606f)
  • bump org.apache.maven.plugins:maven-help-plugin (4fa9e6f)
  • bump surefire.version from 3.3.1 to 3.4.0 (793fac5)

deps-dev

  • bump org.junit.jupiter:junit-jupiter (02bac1a)
  • bump org.mockito:mockito-core from 5.12.0 to 5.13.0 (ea152b4)

Contributors

We'd like to thank the following people for their contributions:
Charles Oliver Nutter, Gauthier, Gauthier Roebroeck

v3.46.1.0

Compare Source

Changelog

🚀 Features

sqlite

  • upgrade to sqlite 3.46.1 (be3bf30)

🐛 Fixes

native-image

  • support strict image heap (029a35f)

🛠 Build

deps

  • bump org.apache.maven.plugins:maven-gpg-plugin (17dffe9)

unscoped

  • add GraalVM for JDK 22 to native test suite (e40e5a3)

Contributors

We'd like to thank the following people for their contributions:
Gauthier, Gauthier Roebroeck, Kristof Dhondt

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

v2.0.21-1.0.28

Compare Source

Updates
  • [KSP2] Running from command line never finishes #​2176
  • Introduce KspAATask.commandLineArgumentProviders #​2201
Contributors

Thanks to @​GeorgCantor and everyone who reported bugs and participated in discussions!

v2.0.21-1.0.27

Compare Source

Bugs Fixed
  • KSP2: KtInvalidLifetimeOwnerAccessException: Access to invalid KtAlwaysAccessibleLifetimeToken: PSI has changed since creation #​1854
  • [KSP2] getSymbolsWithAnnotation() doesn't work if the annotation is an alias in KOTLIN_LIB #​2024
  • KotlinSymbolProcessingExtension leaks files due to URLClassLoader not being closed #​2159
  • Unresolvable iOS reference on Linux host #​2173
  • Fail to apply ksp before android #​2174
  • [KSP2] Mangled names for internal functions are incorrect for Android modules #​2180
  • [KSP2] JVM names for property getters/setters are incorrect if they start with "is" #​2181
Contributors

Thanks to @​jonamireh, @​kuanyingchou, @​martinbonnin, @​pablobaxter, @​scott-pollom, and everyone who reported bugs and participated in discussions!

v2.0.21-1.0.26

Compare Source

Bugs Fixed

  • A failure occurred while executing com.google.devtools.ksp.gradle.KspAAWorkerAction #​1968
  • [KSP2] default value is null for nested annotation #​2077
  • [KSP2] "internal" members are out of order in Resolver.getDeclarationsInSourceOrder() #​1827
  • [KSP2] Resolver.getDeclarationsFromPackage() couldn't find Java declarations #​1952
  • [KSP2] Property setter parameter name becomes value #​1865
  • [KSP2] A failure occurred while executing com.google.devtools.ksp.gradle.KspAAWorkerAction #​1941
  • [KSP2] NullPointerException when calling hasBackingField on properties of Enum declarations #​1753
  • JVM Module name is changed for libraries #​2105
  • [KSP2] asMemberOf() is not working with Java sources #​2051
  • KSP2: implement KSPropertyDeclaration.findOverridee and Resolver.asMemberOf for java fields #​1642
  • [KSP2] command line doesn't support absolute Windows paths #​2046
  • [KSP2] NPE when getting annotation arguments on non-Jvm targets #​1823
  • [KSP2] Resolver.mapToJvmSignature() is not consistent #​2109
  • [KSP2] Default annotation argument values are sometimes missing #​2107
  • [KSP2] KSFunctionDeclaration.asMemberOf doesn't work sometimes #​2116
  • [KSP2] Qualified names of nested annotations from JAVA_LIB is null #​2033
  • [KSP2] Class literal annotation default values resolve to error types #​1910
  • KaFirPsiJavaTypeParameterSymbol cannot be cast to KaFirTypeParameterSymbol #​2119
  • KSP memory leak in Android build #​2073
  • [KSP2] KSClassDeclaration.asType(emptyList()) fails after Resolver.getSymbolsWithAnnotation() call #​2094
  • KSValueArgumentImpl doesn't implement .equals() in KSP2 #​2091
  • [KSP2] JvmName is ignored in annotation property getters #​2148
  • [KSP2] Unable to get visibility of KSTypeAlias #​2140
  • Gradle kspKotlin task failed when upgrading to 2.0.20-1.0.25 #​2123
  • [KSP2] Generic type arguments on typealiases are improperly forwarded to the KSType #​2088
  • java.lang.IllegalStateException: Storage for [...] is already registered with 2.0.20-1.0.24 #​2072

Full Changelog: google/ksp@911690b...2.0.21-1.0.26

Contributors

Thanks to @​ansman, @​asapha, @​kaeawc, @​kuanyingchou, @​scott-pollom, and everyone who reported bugs and participated in discussions!

v2.0.21-1.0.25

Compare Source

What's Changed

Full Changelog: google/ksp@2.0.21-RC-1.0.25...2.0.21-1.0.25

v2.0.20-1.0.25

Compare Source

Bugs Fixed

Inlined JVM name is not correct #​1493
[KSP2] NullPointerException when getting name of nested annotation #​1963
[KSP2] The status was unresolved for FirSimpleFunctionImpl #​1938
[KSP2] Class values in type annotations get resolved to error type #​1933
[KSP2] Comparing KSType leads to exception #​1918
[KSP2] Can't find values in repeatable annotations #​1883
incremental: aggregating outputs should always be invalidated #​2027
[KSP2] Not yet implemented: KSValueArgumentLiteImpl.getLocation #​2048
[KSP2] Not yet implemented: KSValueArgumentImpl.getParent #​2049
getSymbolsWithAnnotation returns copy function from data class #​1996
[KSP2] Annotations got use-site target when there are none specified #​1882
getting null pointer exception #​1929
[KSP2] Calling getDeclarationsInSourceOrder throws KotlinIllegalStateExceptionWithAttachments #​1930
[KSP2] A failure occurred while executing com.google.devtools.ksp.gradle.KspAAWorkerAction #​1941
KSP2: Resolver.getJvmNames doesn't work for inline and internal classes #​1640
kspCaches don't work together with Gradle build cache #​2042

Contributors

Thank you so much! @​ansman, @​kuanyingchou

Full Changelog: google/ksp@2.0.20-1.0.24...2.0.20-1.0.25

v2.0.20-1.0.24

Compare Source

What's Changed

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 Aug 14, 2024
@renovate renovate bot changed the title chore(deps): update dependency gradle to v8.10 chore(deps): update all Aug 14, 2024
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 18dedb9 to 9b263ad Compare August 28, 2024 23:02
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from bc85df7 to 07a3080 Compare September 11, 2024 20:12
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 5e73d0d to 91a16c8 Compare September 18, 2024 22:33
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 2121af9 to 89ce43f Compare September 26, 2024 08:29
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 1516ce8 to 054b898 Compare October 2, 2024 18:59
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 9ea154f to 6e06b50 Compare October 16, 2024 17:35
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 969fb04 to 6db82c4 Compare October 23, 2024 17:31
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