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

Bump google-java-format to 1.19.2 #185

Merged
merged 2 commits into from Jan 11, 2024
Merged

Conversation

bryanlb
Copy link
Contributor

@bryanlb bryanlb commented Dec 19, 2023

Description

Bumps google-java-format to 1.19.1 to support new JDK syntax.

References

https://github.com/google/google-java-format/releases
#182

@bryanlb
Copy link
Contributor Author

bryanlb commented Dec 19, 2023

The following syntax can also be used, while waiting on this to be updated.

<plugin>
    <groupId>com.spotify.fmt</groupId>
    <artifactId>fmt-maven-plugin</artifactId>
    <version>2.21.1</version>
    ...
    <dependencies>
        <dependency>
            <groupId>com.google.googlejavaformat</groupId>
            <artifactId>google-java-format</artifactId>
            <version>1.19.1</version>
        </dependency>
    </dependencies>
    ...
</plugin>

pom.xml Outdated Show resolved Hide resolved
@caesar-ralf caesar-ralf changed the title Bump google-java-format to 1.19.1 Bump google-java-format to 1.19.2 Jan 11, 2024
Copy link
Contributor

@caesar-ralf caesar-ralf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updating to latest version. Thanks for your contribution @bryanlb!

@andreasfolkesson andreasfolkesson merged commit c481539 into spotify:main Jan 11, 2024
6 checks passed
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.

None yet

3 participants