Skip to content

Commit

Permalink
Update dependency org.apache.maven:maven-core to v3.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 21, 2023
1 parent 890c4fd commit 2f17d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ dependencies {
exclude group: 'com.google.protobuf', module: 'protobuf-java'
}
//Dependent on drools Jar. Can be removed CVE-2021-26291
implementation group: 'org.apache.maven', name: 'maven-core', version: '3.8.7'
implementation group: 'org.apache.maven', name: 'maven-core', version: '3.9.4'
implementation group: 'org.flywaydb', name: 'flyway-core', version: '8.5.12'
implementation group: 'com.google.guava', name: 'guava', version: '32.0.1-jre'
implementation group: 'javax.inject', name: 'javax.inject', version: '1'
Expand Down

0 comments on commit 2f17d74

Please sign in to comment.