docs(intro-java): bump Java to 1.17.1 (#10609)

This commit is contained in:
Max Schmitt 2021-11-30 16:15:50 +01:00 committed by GitHub
parent c9881a28f1
commit 24400a3d48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,7 +59,7 @@ public class Example {
<dependency>
<groupId>com.microsoft.playwright</groupId>
<artifactId>playwright</artifactId>
<version>1.16.0</version>
<version>1.17.1</version>
</dependency>
</dependencies>
<build>