Skip to content

Commit

Permalink
Update some version and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickfav committed Mar 5, 2023
1 parent 978579d commit ae7b3bc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Releases

## 20

* update dependency check & compiler plugin

## 19

* increase duration CVEs are valid and ignore everything below CVSS 3.9
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>at.favre.lib</groupId>
<artifactId>common-parent</artifactId>
<version>19</version>
<version>20</version>
<packaging>pom</packaging>

<name>Maven Common Configuration</name>
Expand All @@ -33,7 +33,7 @@

<commonConfig.enforcer.reqMavenVersion>[3.3.9,)</commonConfig.enforcer.reqMavenVersion>

<commonConfig.compile.plugin.version>3.10.1</commonConfig.compile.plugin.version>
<commonConfig.compile.plugin.version>3.11.0</commonConfig.compile.plugin.version>
<commonConfig.compile.errorprone.version>2.18.0</commonConfig.compile.errorprone.version>

<commonConfig.deps.jackson-core.version>2.14.2</commonConfig.deps.jackson-core.version>
Expand Down Expand Up @@ -151,7 +151,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.14.2</version>
<version>2.15.0</version>
</plugin>

<!-- clean -->
Expand Down Expand Up @@ -201,7 +201,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>8.1.0</version>
<version>8.1.2</version>
<configuration>
<failBuildOnAnyVulnerability>true</failBuildOnAnyVulnerability>
<cveValidForHours>24</cveValidForHours>
Expand Down Expand Up @@ -508,7 +508,7 @@
<dependency>
<groupId>at.favre.lib</groupId>
<artifactId>bytes</artifactId>
<version>1.5.0</version>
<version>1.6.1</version>
</dependency>
<!-- common dependencies: jackson-core -->
<dependency>
Expand Down

0 comments on commit ae7b3bc

Please sign in to comment.