Skip to content

Commit

Permalink
update version to 2022.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vananiev committed Mar 20, 2022
1 parent b88d4cd commit c1dcbd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<groupId>org.spacious-team</groupId>
<artifactId>table-wrapper-api</artifactId>
<version>2022.2</version>
<version>2022.4</version>
<packaging>jar</packaging>

<name>Table Wrapper API</name>
Expand Down Expand Up @@ -56,14 +56,14 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.18</version>
<version>1.18.22</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.30</version>
<version>1.7.36</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit c1dcbd1

Please sign in to comment.