Skip to content
Open
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Zitadel website and obtain the necessary credentials to access the API.

### Minimum Requirements

Ensure you have Java 8 or higher installed. You also need Maven to
Ensure you have Java 11 or higher installed. You also need Maven to
install dependencies.

## Using the SDK
Expand All @@ -49,7 +49,7 @@ Add the SDK dependency to your `pom.xml`:
<dependency>
<groupId>io.github.zitadel</groupId>
<artifactId>client</artifactId>
<version>4.1.0</version>
<version>4.1.2</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
<version>3.11.2</version>
<configuration>
<doclint>none</doclint>
<source>1.8</source>
<source>11</source>
</configuration>
<executions>
<execution>
Expand Down
Loading