Skip to content

Commit

Permalink
Update core to 1.21.0 and run license report (#7384)
Browse files Browse the repository at this point in the history
  • Loading branch information
breedx-splk committed Dec 10, 2022
1 parent 264edd9 commit 6679cc8
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion conventions/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
implementation("org.ow2.asm:asm-tree:9.4")
implementation("org.apache.httpcomponents:httpclient:4.5.14")
implementation("org.gradle:test-retry-gradle-plugin:1.5.0")
implementation("org.owasp:dependency-check-gradle:7.4.0")
implementation("org.owasp:dependency-check-gradle:7.4.1")
implementation("ru.vyarus:gradle-animalsniffer-plugin:1.6.0")
// When updating, also update dependencyManagement/build.gradle.kts
implementation("net.bytebuddy:byte-buddy-gradle-plugin:1.12.19")
Expand Down
4 changes: 2 additions & 2 deletions dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ val DEPENDENCY_BOMS = listOf(
"com.fasterxml.jackson:jackson-bom:2.14.1",
"com.google.guava:guava-bom:31.1-jre",
"org.apache.groovy:groovy-bom:${groovyVersion}",
"io.opentelemetry:opentelemetry-bom:1.20.1",
"io.opentelemetry:opentelemetry-bom-alpha:1.20.1-alpha",
"io.opentelemetry:opentelemetry-bom:1.21.0",
"io.opentelemetry:opentelemetry-bom-alpha:1.21.0-alpha",
"org.junit:junit-bom:5.9.1",
"org.testcontainers:testcontainers-bom:1.17.6",
"org.spockframework:spock-bom:2.3-groovy-4.0"
Expand Down
50 changes: 25 additions & 25 deletions licenses/licenses.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class SdkDisabledSmokeTest extends SmokeTest {
@Override
protected Map<String, String> getExtraEnv() {
return [
"OTEL_EXPERIMENTAL_SDK_ENABLED": "false"
"OTEL_SDK_DISABLED": "true"
]
}

Expand Down

0 comments on commit 6679cc8

Please sign in to comment.