Skip to content

Commit

Permalink
Merge pull request #599 from spacious-team/hotfix-2024.1
Browse files Browse the repository at this point in the history
Релиз 2024.1.2
  • Loading branch information
vananiev authored May 19, 2024
2 parents 9a382fa + aebf04d commit 2f78ce2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</parent>
<groupId>ru.investbook</groupId>
<artifactId>investbook</artifactId>
<version>2024.1.1</version>
<version>2024.1.2</version>

<name>investbook</name>
<description>Investor Accounting Book</description>
Expand Down Expand Up @@ -62,7 +62,7 @@

<properties>
<!-- Valid version is (0-255).(0-255).(0-65535) -->
<win.msi.version>24.1.1</win.msi.version>
<win.msi.version>24.1.2</win.msi.version>
<java.version>21</java.version>
</properties>

Expand Down Expand Up @@ -101,7 +101,7 @@
<dependency>
<groupId>com.github.spacious-team</groupId>
<artifactId>table-wrapper-spring-boot-starter</artifactId>
<version>2024.1</version>
<version>2024.1</version> <!-- if changed, update the version of poi-scratchpad -->
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -220,7 +220,7 @@
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-scratchpad</artifactId>
<version>5.2.3</version> <!-- use same version as table-wrapper-spring-boot-starter provides -->
<version>5.2.5</version> <!-- use same version as table-wrapper-spring-boot-starter provides -->
</dependency>
</dependencies>

Expand Down

0 comments on commit 2f78ce2

Please sign in to comment.