Skip to content

Commit 35ff0b7

Browse files
committed
update deps
1 parent b35eb84 commit 35ff0b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Fusio Java CLI sample
55
# About
66

77
This is a simple Java CLI application which shows how to use the Java SDK to access a Fusio instance.
8-
In this example we simply output all registered routes.
8+
In this example we simply output all registered operations.
99
Fusio is an open source API management which helps to build and manage great APIs more information at:
1010
https://www.fusio-project.org/
1111

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>org.fusio-project</groupId>
2424
<artifactId>sdk</artifactId>
25-
<version>5.1.16</version>
25+
<version>6.4.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>

0 commit comments

Comments
 (0)