asyncer-io / r2dbc-mysql

Reactive Relational Database Connectivity for MySQL. The official successor to mirromutth/r2dbc-mysql(dev.miku:r2dbc-mysql).
https://r2dbc.io
Apache License 2.0
195 stars 21 forks source link

Upgrade to Maven Wrapper 3.2.0 #134

Closed jchrys closed 1 year ago

jchrys commented 1 year ago

Motivation: Ensure up-to-date with Maven Wrapper

Modification: Use Maven Wrapper 3.2.0

Result: Up-to-date

jchrys commented 1 year ago

@JohnNiang Thanks a lot!

jchrys commented 1 year ago

I just tried to execute mvn wrapper:wrapper -Dmaven=3.9.3. but it seems OK. I couldn't find diffs.

JohnNiang commented 1 year ago

I just tried to execute mvn wrapper:wrapper -Dmaven=3.9.3. but it seems OK. I couldn't find diffs.

Please refer to https://github.com/asyncer-io/r2dbc-mysql/compare/trunk...JohnNiang:chore/upgrade-maven-wrapper?expand=1

jchrys commented 1 year ago

I see. Thanks a lot. It seems that we've been used non-official version(or EOL). Would you mind if I create PR using yours?

JohnNiang commented 1 year ago

I see. Thanks a lot. It seems that we've been used non-official version(or EOL). Would you mind if I create PR using yours?

Of course! Feel free to use the information and resources I provided to create the PR. If you have any questions or need further assistance during the process, feel free to ask.

jchrys commented 1 year ago

:D I just applied it. @JohnNiang PTAL