Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Commit

Permalink
chore(deps): Bump broker from 6.0.0 to 6.0.1 (#879)
Browse files Browse the repository at this point in the history
* chore(deps): Bump broker from 6.0.0 to 6.0.1

Bumps broker from 6.0.0 to 6.0.1.

---
updated-dependencies:
- dependency-name: de.fraunhofer.ids.messaging:broker
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* docs: update CHANGELOG.md

* docs: add warning to CHANGELOG.md

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julia Pampus <72392527+juliapampus@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and juliapampus committed Jan 31, 2022
1 parent 30af5f9 commit ce64251
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.

## [7.0.0] - 2022-01-31

**WARNING - MAJOR CHANGES**: Before updating, please read [this](https://international-data-spaces-association.github.io/DataspaceConnector/Deployment/DatabaseMigration) guide!

### Added
- Allow using route ID (URI) as access URL for artifacts.
- Allow using route ID (URI) as location for subscriptions.
Expand Down Expand Up @@ -95,7 +97,7 @@ All notable changes to this project will be documented in this file.
- Increase protobuf version from 3.15.5 to 3.19.4.
- Increase jackson version from 2.13.0 to 2.13.1.
- Increase swagger-annotations version from 1.6.3 to 1.6.4.
- Increase messaging services version from 5.1.1 to 6.0.0.
- Increase messaging services version from 5.1.1 to 6.0.1.
- Increase maven-plugin version from 2.8.1 to 2.9.0.
- Increase taglist-maven-plugin version from 2.4 to 3.0.0.

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<maven.minimum.version>3.3.9</maven.minimum.version>

<!-- Dependencies -->
<ids-messaging-services.version>6.0.0</ids-messaging-services.version>
<ids-messaging-services.version>6.0.1</ids-messaging-services.version>
<springframework.plugin>2.0.0.RELEASE</springframework.plugin>
<swagger-annotations.version>1.6.4</swagger-annotations.version>
<okhttp.version>4.9.3</okhttp.version>
Expand Down

0 comments on commit ce64251

Please sign in to comment.