Skip to content

Commit

Permalink
Updated membrane core dependencies in examples to membrane version 5.…
Browse files Browse the repository at this point in the history
…3.3 (#930)

Co-authored-by: Thomas Bayer <[email protected]>
Co-authored-by: Christian Gördes <[email protected]>
  • Loading branch information
3 people authored Mar 14, 2024
1 parent af42041 commit 0c6f605
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion distribution/examples/embedding-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>org.membrane-soa</groupId>
<artifactId>service-proxy-core</artifactId>
<version>5.3.6-SNAPSHOT</version>
<version>5.3.3</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
Expand Down
2 changes: 1 addition & 1 deletion distribution/examples/stax-interceptor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<dependency>
<groupId>org.membrane-soa</groupId>
<artifactId>service-proxy-core</artifactId>
<version>5.3.6-SNAPSHOT</version>
<version>5.3.3</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit 0c6f605

Please sign in to comment.