Skip to content

Commit 9c9f1dd

Browse files
authored
[5.x.x] Update to DSL 9.71.0 (#4311)
* Update to DSL 9.71.0 * Update release notes * Update RELEASE.md * Bring back release note history
1 parent a9a0a45 commit 9c9f1dd

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

RELEASE.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# _Infrastructure - Dependency Update_
2+
3+
_What is being released?_
4+
5+
This release updates the `DSL` dependency.
6+
7+
Version updates include:
8+
- `DSL` `9.71.0` Fixes incorrect treatment of empty for boolean resolution, equality, and implicit `else`. See DSL release notes: [DSL 9.71.0](https://github.com/finos/rune-dsl/releases/tag/9.71.0)
9+
10+
No expectations are updated as part of this release.
11+
12+
_Review Directions_
13+
14+
The changes can be reviewed in PR: [#4311](https://github.com/finos/common-domain-model/pull/4311)
15+
116
# _Event Model - `empty` Value Handling Updates_
217

318
*Background*
@@ -35,4 +50,4 @@ Third-party software library updates:
3550

3651
_Review Directions_
3752

38-
The changes can be reviewed in PR: [#4295](https://github.com/finos/common-domain-model/pull/4295)
53+
The changes can be reviewed in PR: [#4295](https://github.com/finos/common-domain-model/pull/4295)

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@
8282
<!-- release version is overridden in rosetta-source -->
8383
<maven.compiler.release>11</maven.compiler.release>
8484

85-
<rosetta.dsl.version>9.70.0</rosetta.dsl.version>
86-
<rosetta.bundle.version>11.96.0</rosetta.bundle.version>
85+
<rosetta.dsl.version>9.71.0</rosetta.dsl.version>
86+
<rosetta.bundle.version>11.97.0</rosetta.bundle.version>
8787
<rosetta.code-gen.version>${rosetta.bundle.version}</rosetta.code-gen.version>
8888

8989
<xtext.version>2.38.0</xtext.version>

0 commit comments

Comments
 (0)