Skip to content

Commit e6c03ab

Browse files
author
Laurent Delatte
committed
Bump com.google.googlejavaformat:google-java-format from 1.28.0 to 1.34.1
Signed-off-by: Laurent Delatte <ldelatte@cosium.com>
1 parent 1b659b6 commit e6c03ab

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

pom.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0"
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
24
<modelVersion>4.0.0</modelVersion>
35

46
<parent>
@@ -28,7 +30,7 @@
2830
<jgit.version>5.13.1.202206130422-r</jgit.version>
2931
<jacoco.version>0.8.13</jacoco.version>
3032
<takari-plugin-testing.version>3.1.1</takari-plugin-testing.version>
31-
<google-java-format.version>1.28.0</google-java-format.version>
33+
<google-java-format.version>1.34.1</google-java-format.version>
3234
</properties>
3335

3436
<modules>
@@ -130,7 +132,8 @@
130132

131133
<scm>
132134
<connection>scm:git:https://github.com/Cosium/git-code-format-maven-plugin</connection>
133-
<developerConnection>scm:git:https://github.com/Cosium/git-code-format-maven-plugin</developerConnection>
135+
<developerConnection>scm:git:https://github.com/Cosium/git-code-format-maven-plugin
136+
</developerConnection>
134137
<url>https://github.com/Cosium/git-code-format-maven-plugin</url>
135138
<tag>HEAD</tag>
136139
</scm>

0 commit comments

Comments
 (0)