Skip to content

Commit

Permalink
Update google-java-format to 1.23.0
Browse files Browse the repository at this point in the history
Summary:
X-link: facebook/react-native#46860

Pulling library into our repository

Result of:
  arc artificer download com.google.googlejavaformat:google-java-format:1.23.0 --interactive

Deps
```
➜  arc artificer rquery dependencies --cross-reference com.google.googlejavaformat:google-java-format:1.23.0
com.google.googlejavaformat:google-java-format:1.23.0 ✅
└╼ com.google.guava:guava:32.1.3-jre:compile ✅

```

Formatted with

```
tools/arcanist/lint/codemods/googlejavaformat_fbsource
```

Reviewed By: hick209

Differential Revision: D60787993

fbshipit-source-id: dbadc5184c0a7cccd967173e21602657013ddac7
  • Loading branch information
j-bahr authored and facebook-github-bot committed Oct 12, 2024
1 parent 9830466 commit ed949e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>com.google.googlejavaformat</groupId>
<artifactId>google-java-format</artifactId>
<version>1.22.0</version>
<version>1.23.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit ed949e8

Please sign in to comment.