Skip to content

Commit 79835d4

Browse files
committed
Bump score_communication to v0.3.0
1 parent 622f86f commit 79835d4

3 files changed

Lines changed: 6 additions & 12 deletions

File tree

MODULE.bazel

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,17 +67,12 @@ bazel_dep(name = "buildifier_prebuilt", version = "8.5.1")
6767
bazel_dep(name = "score_rust_policies", version = "0.0.5")
6868

6969
# TRLC dependency for requirements traceability
70-
bazel_dep(name = "trlc")
71-
git_override(
72-
module_name = "trlc",
73-
commit = "8d25f639ff44976893d7866ba421a04db5698ebe",
74-
remote = "https://github.com/bmw-software-engineering/trlc.git",
75-
)
70+
bazel_dep(name = "trlc", version = "3.0.0")
7671

7772
# Lobster dependency for requirements tracing (required by score_tooling)
7873
bazel_dep(name = "lobster", version = "0.0.0")
7974
git_override(
8075
module_name = "lobster",
81-
commit = "2792e2daee2cf524fdc7b1545fd3537791ebc36c",
76+
commit = "07382c33f95e22992e0f8788c0537ec06877e51f",
8277
remote = "https://github.com/bmw-software-engineering/lobster.git",
8378
)

bazel_common/score_modules_target_sw.MODULE.bazel

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,14 @@ single_version_override(
2525
)
2626

2727
bazel_dep(name = "score_communication")
28-
git_override(
28+
single_version_override(
2929
module_name = "score_communication",
30-
commit = "0e0640998096049a8dd65a4173b03a988d5a85a7",
3130
patch_strip = 1,
3231
patches = [
3332
"//patches/communication:001-expose-comm-examples.patch",
3433
"//patches/communication:003-module-deps-visibility.patch",
3534
],
36-
remote = "https://github.com/eclipse-score/communication.git",
35+
version = "0.3.0",
3736
)
3837

3938
bazel_dep(name = "score_persistency")

known_good.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"score_communication": {
2828
"repo": "https://github.com/eclipse-score/communication.git",
29-
"hash": "0e0640998096049a8dd65a4173b03a988d5a85a7",
29+
"version": "v0.3.0",
3030
"bazel_patches": [
3131
"//patches/communication:001-expose-comm-examples.patch",
3232
"//patches/communication:003-module-deps-visibility.patch"
@@ -163,4 +163,4 @@
163163
}
164164
},
165165
"timestamp": "2026-07-03T00:00:00+00:00Z"
166-
}
166+
}

0 commit comments

Comments
 (0)