Skip to content

Commit

Permalink
chore: bump version of spotless plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
fuyufjh committed Feb 23, 2024
1 parent 316f180 commit e98b279
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
public class CassandraConfig extends CommonSinkConfig {
/** Required */
private String type;

/** Required */
private String url;

Expand Down
4 changes: 2 additions & 2 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<grpc.version>1.53.0</grpc.version>
<gson.version>2.10</gson.version>
<module.version>0.1.0-SNAPSHOT</module.version>
<spotless.version>2.27.1</spotless.version>
<spotless.version>2.43.0</spotless.version>
<log4j.version>2.20.0</log4j.version>
<slf4j.version>2.0.9</slf4j.version>
<commons.cli.version>1.5.0</commons.cli.version>
Expand Down Expand Up @@ -391,7 +391,7 @@
<configuration>
<java>
<googleJavaFormat>
<version>1.7</version>
<version>1.20.0</version>
<style>AOSP</style>
</googleJavaFormat>

Expand Down

0 comments on commit e98b279

Please sign in to comment.