Skip to content

Commit

Permalink
release 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
asolntsev committed Sep 26, 2024
1 parent 05f6eaf commit 5e5aff2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
== Changelog

=== 1.7.2 (under construction)
* ...
=== 1.7.2 (released 26.09.2024)
* bump POI from 5.2.5 to 5.3.0
* bump Hamcrest from 2.2 to 3.0

=== 1.7.1 (released 09.02.2024)
* bump POI from 5.2.3 to 5.2.5
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ If you use **Maven**, add the following dependency to pom.xml:
<dependency>
<groupId>com.codeborne</groupId>
<artifactId>xls-test</artifactId>
<version>1.7.1</version>
<version>1.7.2</version>
</dependency>
```

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

```groovy
testCompile 'com.codeborne:xls-test:1.7.1'
testCompile 'com.codeborne:xls-test:1.7.2'
```

## How to contribute
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {

group='com.codeborne'
archivesBaseName = 'xls-test'
version='1.7.2-SNAPSHOT'
version='1.7.2'

defaultTasks 'test', 'publishToMavenLocal'

Expand Down

0 comments on commit 5e5aff2

Please sign in to comment.