Closed SimonMarquis closed 2 years ago
Thanks for letting me know you're having this issue! I'll start the process for releasing the next version.
Looks like @GediminasZukas added this via https://github.com/google/TestParameterInjector/pull/21, but I forgot to trigger a release after this change.
I sent a new release v1.9 to the Maven repositories. It usually takes about a day to show up in there.
👋 Hi, In the 1.4 release, you mentionned
But in fact, this is not what has been done in https://github.com/google/TestParameterInjector/commit/acb188b5e8c37e749c872dafa8007bc36f02920d#diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8L137-R138
The switch is from
protobuf-java
toprotobuf-lite
. And this is still causing errors when using with firebase-perfs (where GeneratedMessageLite is coming from your transitive dependency instead of firebase's):It's only "recently" that the correct dependency has been restored: https://github.com/google/TestParameterInjector/commit/4d0fe8852d4eda4e2179ac2e82d988e3588e92b9
Do you have any plan to release this fix? Regards