Skip to content

Commit 5b51467

Browse files
committed
version 2023.1
1 parent 79759eb commit 5b51467

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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-csv-impl</artifactId>
27-
<version>2022.4</version>
27+
<version>2023.1</version>
2828
<packaging>jar</packaging>
2929

3030
<name>Table Wrapper API CSV 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.univocity</groupId>
@@ -113,7 +113,7 @@
113113
<dependency>
114114
<groupId>org.slf4j</groupId>
115115
<artifactId>slf4j-api</artifactId>
116-
<version>2.0.5</version>
116+
<version>2.0.7</version>
117117
<scope>test</scope> <!-- yes, for tests only -->
118118
</dependency>
119119
</dependencies>

0 commit comments

Comments
 (0)