Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to
[Semantic Versioning](http://semver.org/).

## [Unreleased]

### [17.104.4] - 2026-07-06
### Changed
- updated common-bom to 17.104.1 to fix json-smart version

### [17.104.2] - 2026-03-31
### Changed
- framework-stream-rest-resources dependency is added to expose `/internal` endpoints
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<cpp.platform-libraries.version>17.104.4-SNAPSHOT</cpp.platform-libraries.version>

<!-- Github libraries versions -->
<cpp.common-bom.version>17.104.0</cpp.common-bom.version>
<cpp.common-bom.version>17.104.1</cpp.common-bom.version>
<file-service.version>17.104.0</file-service.version>

<!-- Framework versions -->
Expand All @@ -51,11 +51,11 @@
<cpp.framework.version>${framework.version}</cpp.framework.version>

<assignment.version>8.0.5</assignment.version>
<usersgroups.version>17.104.46</usersgroups.version>
<progression.version>17.0.240</progression.version>
<hearing.version>17.0.147</hearing.version>
<sjp.version>17.0.129</sjp.version>
<referencedata.version>17.103.131</referencedata.version>
<usersgroups.version>17.104.50</usersgroups.version>
<progression.version>17.0.275</progression.version>
<hearing.version>17.104.173</hearing.version>
<sjp.version>17.104.181</sjp.version>
<referencedata.version>17.104.136</referencedata.version>
<jaxb-api.version>2.3.1</jaxb-api.version>
<azure-storage-version>8.4.0</azure-storage-version>
<versions-manven-plugin.version>2.15.0</versions-manven-plugin.version>
Expand Down
Loading