Skip to content

Commit

Permalink
release pdf-test 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
asolntsev committed Feb 5, 2025
1 parent a60ca87 commit a617965
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@ If you use **Maven**, add the following dependency to pom.xml:
<dependency>
<groupId>com.codeborne</groupId>
<artifactId>pdf-test</artifactId>
<version>1.9.0</version>
<version>1.9.2</version>
<scope>test</scope>
</dependency>
```

If you use **Gradle**, add the following dependency to build.gradle:

```groovy
testImplementation 'com.codeborne:pdf-test:1.9.0'
testImplementation 'com.codeborne:pdf-test:1.9.2'
```

## How to contribute
Expand Down

0 comments on commit a617965

Please sign in to comment.