Skip to content

Commit

Permalink
working on xls-test 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
asolntsev committed Feb 9, 2024
1 parent 725eba7 commit cdb67a5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
== Changelog

=== 1.7.2 (under construction)
* ...

=== 1.7.1 (released 09.02.2024)
* bump POI from 5.2.3 to 5.2.5
* upgrade Gradle from 7.x 8.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.0</version>
<version>1.7.1</version>
</dependency>
```

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

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

## 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.1'
version='1.7.2-SNAPSHOT'

defaultTasks 'test', 'publishToMavenLocal'

Expand Down

0 comments on commit cdb67a5

Please sign in to comment.