You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 🚧 snyk config
* 👷 add snyk CI step
* 🔒 upgrade auto-service, retain annotations only at compile time
* :arrow_up upgrade protpbuf-java-util to resolve guava dependency vulnerability
* 🔒 exclude netty from being available at runtime
* 🔒 exclude apache from being available at runtime
* 🔒 upgrade jetty for tests
* 🔒 exclude apache library from runtime classpath
* 🐛 fix library conifguration for apache httpclient
* 🐛 fix library configuraton for netty-4.1
* 🔒 💩 ignore vulns
* 🐛 fix bug where testRuntimeClasspath was also being considered for dependency scan in CI
* 🔊 add debugging info
* 🔒 exclude vertx from runtime classpath
* 🐛 used named rather than class literal when specifying transformers
* ♻️ refactor library configuration into shared plugin
* ⏪ revert changes to jetty-server version that are not needed
* ♻️ refactor testing-common to use test-fixtures plugin
* 🔥 delete snyk policy
* 🐛 fix projects depending on new test-fixtures project
* ♻️ simplify checked cast of ProjectDependency
* ⬆️ complete uprade of protobuf
* 💡 document the new library configuration
// here, we manually copy dependencies added with the library configuration and add them to the
84
+
// testImplementation DependencySet as well. Inspired by https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/0b0516bd1a0599c8f536cc6b2151782000681f39/gradle/instrumentation-common.gradle#L46
0 commit comments