Skip to content

Commit

Permalink
Merge pull request #218 from funfried/release/1.15.x
Browse files Browse the repository at this point in the history
Release/1.15.x
  • Loading branch information
funfried committed Jun 8, 2022
2 parents 81d628e + 396fe17 commit bf613ce
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<xml-formatter.version>0.2.2</xml-formatter.version>
<commons-lang.version>3.12.0</commons-lang.version>
<netbeans.version>RELEASE120</netbeans.version>
<jsoup.version>1.14.3</jsoup.version>
<jsoup.version>1.15.1</jsoup.version>
<pmd.version>6.45.0</pmd.version>
<argLine></argLine>
</properties>
Expand Down Expand Up @@ -159,7 +159,7 @@
<dependency>
<groupId>io.spring.javaformat</groupId>
<artifactId>spring-javaformat-formatter</artifactId>
<version>0.0.31</version>
<version>0.0.33</version>
</dependency>

<!-- Google Formatter -->
Expand Down Expand Up @@ -210,12 +210,11 @@
<version>5.0</version>
</dependency>


<!-- Spotless Formatter -->
<dependency>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-lib</artifactId>
<version>2.25.2</version>
<version>2.25.3</version>
</dependency>

<!-- XML Formatter -->
Expand All @@ -235,13 +234,13 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.13.2</version>
<version>2.13.3</version>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.2.2</version>
<version>2.13.3</version>
</dependency>

<!-- JSQLFormatter -->
Expand Down Expand Up @@ -506,7 +505,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>buildnumber-maven-plugin</artifactId>
<version>1.4</version>
<version>3.0.0</version>
<configuration>
<shortRevisionLength>6</shortRevisionLength>
<doCheck>false</doCheck>
Expand Down Expand Up @@ -583,7 +582,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.10.0</version>
<version>2.11.0</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down Expand Up @@ -676,13 +675,17 @@
<artifactId>dependency-check-maven</artifactId>
<version>7.1.0</version>
<configuration>
<failBuildOnCVSS>7</failBuildOnCVSS>
<assemblyAnalyzerEnabled>false</assemblyAnalyzerEnabled>
</configuration>
</plugin>
<plugin>
<groupId>org.sonatype.ossindex.maven</groupId>
<artifactId>ossindex-maven-plugin</artifactId>
<version>3.2.0</version>
<configuration>
<cvssScoreThreshold>7</cvssScoreThreshold>
</configuration>
</plugin>
</plugins>
</pluginManagement>
Expand Down

0 comments on commit bf613ce

Please sign in to comment.