We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a4638b commit 7d85eecCopy full SHA for 7d85eec
CHANGELOG.txt
@@ -1,5 +1,8 @@
1
== Changelog
2
3
+=== 2.1.1 (under construction)
4
+* TBD
5
+
6
=== 2.1.0 (released 15.10.2025)
7
* upgrade to Java 17+
8
* upgrade JUnit from 5.x to 6.0.0
build.gradle
@@ -14,7 +14,7 @@ plugins {
14
15
group = 'com.codeborne'
16
base.archivesName.set('pdf-test')
17
-version = '2.1.0'
+version = '2.1.1-SNAPSHOT'
18
19
defaultTasks 'check', 'publishToMavenLocal'
20
0 commit comments