Skip to content

Commit 4e1fd13

Browse files
Upgrade Google Java Format 1.24.0 -> 1.26.0 (#198)
* Upgrade Google Java Format 1.24.0 -> 1.25.2 * bump to version 1.26.0 of google-java-format Co-authored-by: andreasfolkesson <[email protected]> Co-authored-by: andreasfolkesson <[email protected]>
1 parent e139c6e commit 4e1fd13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
</scm>
6767

6868
<properties>
69-
<java.version>11</java.version>
69+
<java.version>17</java.version>
7070
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
7171
<project.build.outputTimestamp>1728284791</project.build.outputTimestamp>
7272
<maven.version>3.9.6</maven.version>
@@ -87,7 +87,7 @@
8787
<dependency>
8888
<groupId>com.google.googlejavaformat</groupId>
8989
<artifactId>google-java-format</artifactId>
90-
<version>1.24.0</version>
90+
<version>1.26.0</version>
9191
</dependency>
9292

9393
<dependency>

0 commit comments

Comments
 (0)