Skip to content

Commit 5e5aff2

Browse files
committed
release 1.7.2
1 parent 05f6eaf commit 5e5aff2

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
== Changelog
22

3-
=== 1.7.2 (under construction)
4-
* ...
3+
=== 1.7.2 (released 26.09.2024)
4+
* bump POI from 5.2.5 to 5.3.0
5+
* bump Hamcrest from 2.2 to 3.0
56

67
=== 1.7.1 (released 09.02.2024)
78
* bump POI from 5.2.3 to 5.2.5

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ If you use **Maven**, add the following dependency to pom.xml:
3030
<dependency>
3131
<groupId>com.codeborne</groupId>
3232
<artifactId>xls-test</artifactId>
33-
<version>1.7.1</version>
33+
<version>1.7.2</version>
3434
</dependency>
3535
```
3636

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

3939
```groovy
40-
testCompile 'com.codeborne:xls-test:1.7.1'
40+
testCompile 'com.codeborne:xls-test:1.7.2'
4141
```
4242

4343
## How to contribute

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313

1414
group='com.codeborne'
1515
archivesBaseName = 'xls-test'
16-
version='1.7.2-SNAPSHOT'
16+
version='1.7.2'
1717

1818
defaultTasks 'test', 'publishToMavenLocal'
1919

0 commit comments

Comments
 (0)