Skip to content

Commit

Permalink
Update libs (#321)
Browse files Browse the repository at this point in the history
* Update dependency-check to 6.0.3

* Increase frontend-maven-plugin version to 1.11.0

* Update some npm dependencies
  • Loading branch information
Reamer authored Dec 22, 2020
1 parent 3217a71 commit 16071ad
Show file tree
Hide file tree
Showing 7 changed files with 397 additions and 688 deletions.
2 changes: 1 addition & 1 deletion examples/multi-module-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>6.0.0</version>
<version>6.0.3</version>
<configuration>
<format>ALL</format>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion examples/single-module-gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'org.owasp:dependency-check-gradle:5.3.0'
classpath 'org.owasp:dependency-check-gradle:6.0.3'
}
}

Expand Down
2 changes: 1 addition & 1 deletion examples/single-module-kotlin-dsl-gradle/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
application
kotlin("jvm") version "1.3.50"
id("org.sonarqube") version "2.8"
id("org.owasp.dependencycheck") version "5.3.0"
id("org.owasp.dependencycheck") version "6.0.3"
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion examples/single-module-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>5.3.0</version>
<version>6.0.3</version>
<configuration>
<format>ALL</format>
</configuration>
Expand Down
Loading

0 comments on commit 16071ad

Please sign in to comment.