Skip to content

Commit 103e30a

Browse files
authored
Merge branch 'master' into alejandro.gonzalez/security-response-id
2 parents 8c13057 + 45bc239 commit 103e30a

File tree

564 files changed

+1668
-3070
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

564 files changed

+1668
-3070
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313

1414
id("com.diffplug.spotless") version "8.1.0"
1515
id("me.champeau.gradle.japicmp") version "0.4.3"
16-
id("com.github.spotbugs") version "6.4.7"
16+
id("com.github.spotbugs") version "6.4.8"
1717
id("de.thetaphi.forbiddenapis") version "3.10"
1818
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
1919
id("com.gradleup.shadow") version "8.3.6" apply false

communication/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ org.codehaus.groovy:groovy-ant:3.0.23=codenarc
6060
org.codehaus.groovy:groovy-docgenerator:3.0.23=codenarc
6161
org.codehaus.groovy:groovy-groovydoc:3.0.23=codenarc
6262
org.codehaus.groovy:groovy-json:3.0.23=codenarc
63-
org.codehaus.groovy:groovy-json:3.0.24=testCompileClasspath,testRuntimeClasspath
63+
org.codehaus.groovy:groovy-json:3.0.25=testCompileClasspath,testRuntimeClasspath
6464
org.codehaus.groovy:groovy-templates:3.0.23=codenarc
6565
org.codehaus.groovy:groovy-xml:3.0.23=codenarc
6666
org.codehaus.groovy:groovy:3.0.23=codenarc

components/context/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ org.codehaus.groovy:groovy-ant:3.0.23=codenarc
3030
org.codehaus.groovy:groovy-docgenerator:3.0.23=codenarc
3131
org.codehaus.groovy:groovy-groovydoc:3.0.23=codenarc
3232
org.codehaus.groovy:groovy-json:3.0.23=codenarc
33-
org.codehaus.groovy:groovy-json:3.0.24=testCompileClasspath,testRuntimeClasspath
33+
org.codehaus.groovy:groovy-json:3.0.25=testCompileClasspath,testRuntimeClasspath
3434
org.codehaus.groovy:groovy-templates:3.0.23=codenarc
3535
org.codehaus.groovy:groovy-xml:3.0.23=codenarc
3636
org.codehaus.groovy:groovy:3.0.23=codenarc

components/environment/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ org.codehaus.groovy:groovy-ant:3.0.23=codenarc
3030
org.codehaus.groovy:groovy-docgenerator:3.0.23=codenarc
3131
org.codehaus.groovy:groovy-groovydoc:3.0.23=codenarc
3232
org.codehaus.groovy:groovy-json:3.0.23=codenarc
33-
org.codehaus.groovy:groovy-json:3.0.24=testCompileClasspath,testRuntimeClasspath
33+
org.codehaus.groovy:groovy-json:3.0.25=testCompileClasspath,testRuntimeClasspath
3434
org.codehaus.groovy:groovy-templates:3.0.23=codenarc
3535
org.codehaus.groovy:groovy-xml:3.0.23=codenarc
3636
org.codehaus.groovy:groovy:3.0.23=codenarc

components/json/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ org.codehaus.groovy:groovy-ant:3.0.23=codenarc
3232
org.codehaus.groovy:groovy-docgenerator:3.0.23=codenarc
3333
org.codehaus.groovy:groovy-groovydoc:3.0.23=codenarc
3434
org.codehaus.groovy:groovy-json:3.0.23=codenarc
35-
org.codehaus.groovy:groovy-json:3.0.24=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
35+
org.codehaus.groovy:groovy-json:3.0.25=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
3636
org.codehaus.groovy:groovy-templates:3.0.23=codenarc
3737
org.codehaus.groovy:groovy-xml:3.0.23=codenarc
3838
org.codehaus.groovy:groovy:3.0.23=codenarc

components/native-loader/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ org.codehaus.groovy:groovy-ant:3.0.23=codenarc
3030
org.codehaus.groovy:groovy-docgenerator:3.0.23=codenarc
3131
org.codehaus.groovy:groovy-groovydoc:3.0.23=codenarc
3232
org.codehaus.groovy:groovy-json:3.0.23=codenarc
33-
org.codehaus.groovy:groovy-json:3.0.24=testCompileClasspath,testRuntimeClasspath
33+
org.codehaus.groovy:groovy-json:3.0.25=testCompileClasspath,testRuntimeClasspath
3434
org.codehaus.groovy:groovy-templates:3.0.23=codenarc
3535
org.codehaus.groovy:groovy-xml:3.0.23=codenarc
3636
org.codehaus.groovy:groovy:3.0.23=codenarc

components/yaml/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ org.codehaus.groovy:groovy-ant:3.0.23=codenarc
3030
org.codehaus.groovy:groovy-docgenerator:3.0.23=codenarc
3131
org.codehaus.groovy:groovy-groovydoc:3.0.23=codenarc
3232
org.codehaus.groovy:groovy-json:3.0.23=codenarc
33-
org.codehaus.groovy:groovy-json:3.0.24=testCompileClasspath,testRuntimeClasspath
33+
org.codehaus.groovy:groovy-json:3.0.25=testCompileClasspath,testRuntimeClasspath
3434
org.codehaus.groovy:groovy-templates:3.0.23=codenarc
3535
org.codehaus.groovy:groovy-xml:3.0.23=codenarc
3636
org.codehaus.groovy:groovy:3.0.23=codenarc

dd-java-agent/agent-aiguard/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ org.codehaus.groovy:groovy-ant:3.0.23=codenarc
5353
org.codehaus.groovy:groovy-docgenerator:3.0.23=codenarc
5454
org.codehaus.groovy:groovy-groovydoc:3.0.23=codenarc
5555
org.codehaus.groovy:groovy-json:3.0.23=codenarc
56-
org.codehaus.groovy:groovy-json:3.0.24=testCompileClasspath,testRuntimeClasspath
56+
org.codehaus.groovy:groovy-json:3.0.25=testCompileClasspath,testRuntimeClasspath
5757
org.codehaus.groovy:groovy-templates:3.0.23=codenarc
5858
org.codehaus.groovy:groovy-xml:3.0.23=codenarc
5959
org.codehaus.groovy:groovy:3.0.23=codenarc

dd-java-agent/agent-bootstrap/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@ tasks.named("jar", Jar) {
5252
from sourceSets.main_java11.output
5353
}
5454

55-
tasks.named("forbiddenApisMain_java11", CheckForbiddenApis) {
56-
failOnMissingClasses = false
57-
}
58-
5955
idea {
6056
module {
6157
jdkName = '11'

dd-java-agent/agent-bootstrap/gradle.lockfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,17 +62,13 @@ org.codehaus.groovy:groovy-ant:3.0.23=codenarc
6262
org.codehaus.groovy:groovy-docgenerator:3.0.23=codenarc
6363
org.codehaus.groovy:groovy-groovydoc:3.0.23=codenarc
6464
org.codehaus.groovy:groovy-json:3.0.23=codenarc
65-
org.codehaus.groovy:groovy-json:3.0.24=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
65+
org.codehaus.groovy:groovy-json:3.0.25=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
6666
org.codehaus.groovy:groovy-templates:3.0.23=codenarc
6767
org.codehaus.groovy:groovy-xml:3.0.23=codenarc
6868
org.codehaus.groovy:groovy:3.0.23=codenarc
6969
org.codehaus.groovy:groovy:3.0.25=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
7070
org.codenarc:CodeNarc:3.7.0=codenarc
7171
org.dom4j:dom4j:2.2.0=spotbugs
72-
org.eclipse.jetty:jetty-http:9.4.56.v20240826=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
73-
org.eclipse.jetty:jetty-io:9.4.56.v20240826=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
74-
org.eclipse.jetty:jetty-server:9.4.56.v20240826=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
75-
org.eclipse.jetty:jetty-util:9.4.56.v20240826=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
7672
org.gmetrics:GMetrics:2.1.0=codenarc
7773
org.hamcrest:hamcrest-core:1.3=jmhRuntimeClasspath,testRuntimeClasspath
7874
org.hamcrest:hamcrest:3.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath

0 commit comments

Comments
 (0)