Skip to content

Commit

Permalink
ops: bump lib versions (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigboxer23 authored Feb 5, 2024
1 parent a08e4ec commit bc56b15
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<dependency>
<groupId>com.bigboxer23</groupId>
<artifactId>utils</artifactId>
<version>2.0.15</version>
<version>2.0.19</version>
</dependency>
</dependencies>
<repositories>
Expand Down Expand Up @@ -143,15 +143,17 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.38.0</version>
<version>2.43.0</version>
<configuration>
<java>
<googleJavaFormat>
<version>1.15.0</version>
<version>1.17.0</version>
<style>AOSP</style>
<reflowLongStrings>true</reflowLongStrings>
</googleJavaFormat>
<palantirJavaFormat/>
<palantirJavaFormat>
<version>2.35.0</version>
</palantirJavaFormat>
<indent>
<tabs>true</tabs>
<spacesPerTab>4</spacesPerTab>
Expand Down

0 comments on commit bc56b15

Please sign in to comment.