Skip to content

Commit

Permalink
chore(deps): Bump camel-idscp2 from 0.13.3 to 0.14.1 (#585)
Browse files Browse the repository at this point in the history
* chore(deps): Bump camel-idscp2 from 0.13.3 to 0.14.1

Bumps [camel-idscp2](https://github.com/industrial-data-space/idscp2-jvm) from 0.13.3 to 0.14.1.
- [Release notes](https://github.com/industrial-data-space/idscp2-jvm/releases)
- [Commits](https://github.com/industrial-data-space/idscp2-jvm/commits)

---
updated-dependencies:
- dependency-name: de.fhg.aisec.ids:camel-idscp2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore: major changes

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Berthold <[email protected]>
Co-authored-by: Tim Berthold <[email protected]>
  • Loading branch information
3 people authored Dec 5, 2022
1 parent 5a00793 commit b72efc1
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<jaeger.version>3.3.1</jaeger.version>
<freemarker.version>2.3.31</freemarker.version>
<camel.version>3.19.0</camel.version>
<idscp2.version>0.13.3</idscp2.version>
<idscp2.version>0.14.1</idscp2.version>
<protobuf.version>3.21.10</protobuf.version>
<jsonwebtoken.version>0.11.5</jsonwebtoken.version>
<spring-security-core.version>5.7.5</spring-security-core.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
package io.dataspaceconnector.controller.util;

import de.fhg.aisec.ids.idscp2.core.error.Idscp2Exception;
import de.fhg.aisec.ids.idscp2.api.error.Idscp2Exception;
import io.dataspaceconnector.common.exception.ErrorMessage;
import io.dataspaceconnector.common.net.JsonResponse;
import io.dataspaceconnector.service.message.handler.dto.Response;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<!-- an error occurred in IDSCP2 communication -->
<onException>
<exception>de.fhg.aisec.ids.idscp2.core.error.Idscp2Exception</exception>
<exception>de.fhg.aisec.ids.idscp2.api.error.Idscp2Exception</exception>
<to uri="direct:handleIdscp2Exception"/>
</onException>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<!-- an error occurred in IDSCP2 communication -->
<onException>
<exception>de.fhg.aisec.ids.idscp2.core.error.Idscp2Exception</exception>
<exception>de.fhg.aisec.ids.idscp2.api.error.Idscp2Exception</exception>
<to uri="direct:handleIdscp2Exception"/>
</onException>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<!-- an error occurred in IDSCP2 communication -->
<onException>
<exception>de.fhg.aisec.ids.idscp2.core.error.Idscp2Exception</exception>
<exception>de.fhg.aisec.ids.idscp2.api.error.Idscp2Exception</exception>
<to uri="direct:handleIdscp2Exception"/>
</onException>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<!-- an error occurred in IDSCP2 communication -->
<onException>
<exception>de.fhg.aisec.ids.idscp2.core.error.Idscp2Exception</exception>
<exception>de.fhg.aisec.ids.idscp2.api.error.Idscp2Exception</exception>
<to uri="direct:handleIdscp2Exception"/>
</onException>

Expand All @@ -48,7 +48,7 @@

<!-- an error occurred in IDSCP2 communication -->
<onException>
<exception>de.fhg.aisec.ids.idscp2.core.error.Idscp2Exception</exception>
<exception>de.fhg.aisec.ids.idscp2.api.error.Idscp2Exception</exception>
<to uri="direct:handleIdscp2Exception"/>
</onException>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<!-- an error occurred in IDSCP2 communication -->
<onException>
<exception>de.fhg.aisec.ids.idscp2.core.error.Idscp2Exception</exception>
<exception>de.fhg.aisec.ids.idscp2.api.error.Idscp2Exception</exception>
<to uri="direct:handleIdscp2Exception"/>
</onException>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<!-- an error occurred in IDSCP2 communication -->
<onException>
<exception>de.fhg.aisec.ids.idscp2.core.error.Idscp2Exception</exception>
<exception>de.fhg.aisec.ids.idscp2.api.error.Idscp2Exception</exception>
<to uri="direct:handleIdscp2Exception"/>
</onException>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<!-- an error occurred in IDSCP2 communication -->
<onException>
<exception>de.fhg.aisec.ids.idscp2.core.error.Idscp2Exception</exception>
<exception>de.fhg.aisec.ids.idscp2.api.error.Idscp2Exception</exception>
<to uri="direct:handleIdscp2Exception"/>
</onException>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<!-- an error occurred in IDSCP2 communication -->
<onException>
<exception>de.fhg.aisec.ids.idscp2.core.error.Idscp2Exception</exception>
<exception>de.fhg.aisec.ids.idscp2.api.error.Idscp2Exception</exception>
<to uri="direct:handleIdscp2Exception"/>
</onException>

Expand Down

0 comments on commit b72efc1

Please sign in to comment.