Commit d33b291
committed
Fix breaking changes from testcontainers 2.0.0 upgrade
- Update testcontainers-bom version from 1.21.3 to 2.0.0
- Change module artifact names from 'kafka' to 'testcontainers-kafka'
The testcontainers 2.0.0 major version introduced breaking changes:
- Module artifact names now use 'testcontainers-' prefix
- Removed version specifications where using BOM
Based on changes from opentelemetry-java-instrumentation PR #149851 parent 587cf71 commit d33b291
File tree
3 files changed
+5
-3
lines changed- dependencyManagement
- smoke-tests/apps
- Kafka
- SpringCloudStream
3 files changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
11 | 12 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
13 | 14 | | |
0 commit comments