Skip to content

Commit c9a6df7

Browse files
committed
docs: add Java 25 to the list of supported versions
1 parent bb031d9 commit c9a6df7

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ The following versions of Java are supported
3535
- Java 11
3636
- Java 17
3737
- Java 21
38+
- Java 25
3839

3940
## Installation
4041

@@ -55,7 +56,7 @@ Add this dependency to your project's POM:
5556
<dependency>
5657
<groupId>com.github.fingerprintjs</groupId>
5758
<artifactId>fingerprint-pro-server-api-java-sdk</artifactId>
58-
<version>v7.8.0</version>
59+
<version>v7.10.0</version>
5960
</dependency>
6061
```
6162

@@ -70,7 +71,7 @@ repositories {
7071
}
7172
7273
dependencies {
73-
implementation "com.github.fingerprintjs:fingerprint-pro-server-api-java-sdk:v7.8.0"
74+
implementation "com.github.fingerprintjs:fingerprint-pro-server-api-java-sdk:v7.10.0"
7475
}
7576
```
7677

@@ -85,7 +86,7 @@ repositories {
8586
}
8687

8788
dependencies {
88-
implementation("com.github.fingerprintjs:fingerprint-pro-server-api-java-sdk:v7.8.0")
89+
implementation("com.github.fingerprintjs:fingerprint-pro-server-api-java-sdk:v7.10.0")
8990
}
9091
```
9192

@@ -99,7 +100,7 @@ At first generate the JAR by executing:
99100

100101
Then manually install the following JARs:
101102

102-
- `target/fingerprint-pro-server-api-sdk-7.8.0.jar`
103+
- `target/fingerprint-pro-server-api-sdk-7.10.0.jar`
103104

104105
## Getting Started
105106

template/README.mustache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ The following versions of Java are supported
3535
- Java 11
3636
- Java 17
3737
- Java 21
38+
- Java 25
3839

3940
## Installation
4041

0 commit comments

Comments
 (0)