Skip to content

Commit bf89787

Browse files
Merge pull request #67 from jimbethancourt/snyk-fix-c2827ec9259582e487c77f38d6f57a21
[Snyk] Security upgrade org.apache.maven:maven-core from 3.9.2 to 3.9.4
2 parents cd1ce5a + 059ed97 commit bf89787

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<sonar.organization>jimbethancourt-github</sonar.organization>
7070
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
7171

72-
<maven.core.version>3.9.2</maven.core.version>
72+
<maven.core.version>3.9.4</maven.core.version>
7373
</properties>
7474

7575
<modules>
@@ -349,16 +349,16 @@
349349
<include>*.java</include>
350350
</includes>
351351
<!-- define the steps to apply to those files -->
352-
<trimTrailingWhitespace />
353-
<endWithNewline />
352+
<trimTrailingWhitespace/>
353+
<endWithNewline/>
354354
<indent>
355355
<tabs>true</tabs>
356356
<spacesPerTab>4</spacesPerTab>
357357
</indent>
358358
</format>
359359
</formats>
360360
<java>
361-
<palantirJavaFormat />
361+
<palantirJavaFormat/>
362362
</java>
363363
</configuration>
364364
<executions>

0 commit comments

Comments
 (0)