File tree 3 files changed +3
-3
lines changed
main/java/org/opensearch/gradle/precommit
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ dependencies {
114
114
api ' gradle.plugin.com.github.johnrengelman:shadow:7.1.2'
115
115
api ' org.jdom:jdom2:2.0.6.1'
116
116
api " org.jetbrains.kotlin:kotlin-stdlib-jdk8:${ props.getProperty('kotlin')} "
117
- api ' de.thetaphi:forbiddenapis:3.4 '
117
+ api ' de.thetaphi:forbiddenapis:3.5 '
118
118
api ' com.avast.gradle:gradle-docker-compose-plugin:0.16.11'
119
119
api " org.yaml:snakeyaml:${ props.getProperty('snakeyaml')} "
120
120
api ' org.apache.maven:maven-model:3.9.1'
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ public class ThirdPartyAuditPrecommitPlugin extends PrecommitPlugin {
51
51
public TaskProvider <? extends Task > createTask (Project project ) {
52
52
project .getPlugins ().apply (CompileOnlyResolvePlugin .class );
53
53
project .getConfigurations ().create ("forbiddenApisCliJar" );
54
- project .getDependencies ().add ("forbiddenApisCliJar" , "de.thetaphi:forbiddenapis:3.4 " );
54
+ project .getDependencies ().add ("forbiddenApisCliJar" , "de.thetaphi:forbiddenapis:3.5 " );
55
55
56
56
Configuration jdkJarHellConfig = project .getConfigurations ().create (JDK_JAR_HELL_CONFIG_NAME );
57
57
if (BuildParams .isInternal () && project .getPath ().equals (":libs:opensearch-core" ) == false ) {
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ repositories {
40
40
}
41
41
42
42
dependencies {
43
- forbiddenApisCliJar ' de.thetaphi:forbiddenapis:3.4 '
43
+ forbiddenApisCliJar ' de.thetaphi:forbiddenapis:3.5 '
44
44
jdkJarHell ' org.opensearch:opensearch-core:current'
45
45
compileOnly " org.${ project.properties.compileOnlyGroup} :${ project.properties.compileOnlyVersion} "
46
46
implementation " org.${ project.properties.compileGroup} :${ project.properties.compileVersion} "
You can’t perform that action at this time.
0 commit comments