Skip to content

Commit 5b09ad1

Browse files
committed
version 2023.1
1 parent 0eb1e6b commit 5b09ad1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<groupId>org.spacious-team</groupId>
2626
<artifactId>table-wrapper-xml-impl</artifactId>
27-
<version>2022.4</version>
27+
<version>2023.1</version>
2828
<packaging>jar</packaging>
2929

3030
<name>Table Wrapper API Xml SpreadsheetML Implementation</name>
@@ -49,7 +49,7 @@
4949
<maven.compiler.release>11</maven.compiler.release>
5050
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5151
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
52-
<lombok.version>1.18.26</lombok.version>
52+
<lombok.version>1.18.28</lombok.version>
5353
<checkerframework.version>3.32.0</checkerframework.version>
5454
</properties>
5555

@@ -72,7 +72,7 @@
7272
<dependency>
7373
<groupId>com.github.spacious-team</groupId>
7474
<artifactId>table-wrapper-api</artifactId>
75-
<version>26e4fbf382</version>
75+
<version>2023.1</version>
7676
</dependency>
7777
<dependency>
7878
<groupId>com.github.VEINHORN</groupId>
@@ -95,7 +95,7 @@
9595
<dependency>
9696
<groupId>org.slf4j</groupId>
9797
<artifactId>slf4j-api</artifactId>
98-
<version>2.0.5</version>
98+
<version>2.0.7</version>
9999
<scope>provided</scope>
100100
</dependency>
101101
<dependency>

0 commit comments

Comments
 (0)