opentelemetry-java-instrume.../conventions
Trask Stalnaker f85728b751
Fix the boms (#7252)
the 1.20.1 instrumentation boms are busted, as they are missing versions
for their nested boms (sort of surprised maven central didn't reject
them), e.g.

```
<dependency>
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-bom</artifactId>
<type>pom</type>
<scope>import</scope>
</dependency>
```


https://repo.maven.apache.org/maven2/io/opentelemetry/instrumentation/opentelemetry-instrumentation-bom/1.20.1/opentelemetry-instrumentation-bom-1.20.1.pom

deserves another patch release
2022-11-20 20:21:54 -08:00
..
src/main/kotlin Fix the boms (#7252) 2022-11-20 20:21:54 -08:00
build.gradle.kts Bump dependency-check-gradle from 7.3.0 to 7.3.2 in /conventions (#7245) 2022-11-19 17:26:31 +02:00
settings.gradle.kts Apply spotless to conventions scripts (#5082) 2022-01-12 17:42:50 +09:00