Skip to content

Commit 8752181

Browse files
committed
release pdf-test 2.1.1
1 parent c7530fb commit 8752181

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
== Changelog
22

3-
=== 2.1.1 (under construction)
3+
=== 2.1.2 (under construction)
44
* TBD
55

6+
=== 2.1.1 (released 27.06.2026)
7+
* Bump org.apache.pdfbox:pdfbox from 3.0.5 to 3.0.7
8+
* Bump org.assertj:assertj-core from 3.27.6 to 3.27.7
9+
* Bump junitVersion from 6.0.0 to 6.1.0
10+
611
=== 2.1.0 (released 15.10.2025)
712
* upgrade to Java 17+
813
* upgrade JUnit from 5.x to 6.0.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@ If you use **Maven**, add the following dependency to pom.xml:
5757
<dependency>
5858
<groupId>com.codeborne</groupId>
5959
<artifactId>pdf-test</artifactId>
60-
<version>2.1.0</version>
60+
<version>2.1.1</version>
6161
<scope>test</scope>
6262
</dependency>
6363
```
6464

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

6767
```groovy
68-
testImplementation 'com.codeborne:pdf-test:2.1.0'
68+
testImplementation 'com.codeborne:pdf-test:2.1.1'
6969
```
7070

7171
## How to contribute

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ plugins {
1414

1515
group = 'com.codeborne'
1616
base.archivesName.set('pdf-test')
17-
version = '2.1.1-SNAPSHOT'
17+
version = '2.1.1'
1818

1919
defaultTasks 'check', 'publishToMavenLocal'
2020

0 commit comments

Comments
 (0)