Skip to content

Commit f9ab7cb

Browse files
committed
Added support for Java 15.
1 parent 02aebcb commit f9ab7cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.github.collinalpert</groupId>
88
<artifactId>lambda2sql</artifactId>
9-
<version>2.2.2</version>
9+
<version>2.3.0</version>
1010
<packaging>jar</packaging>
1111

1212
<name>lambda2sql</name>
@@ -61,13 +61,13 @@
6161
<dependency>
6262
<groupId>com.github.collinalpert</groupId>
6363
<artifactId>expressions</artifactId>
64-
<version>2.5</version>
64+
<version>2.6.0</version>
6565
</dependency>
6666

6767
<dependency>
6868
<groupId>org.junit.jupiter</groupId>
6969
<artifactId>junit-jupiter-api</artifactId>
70-
<version>5.6.2</version>
70+
<version>5.7.0</version>
7171
<scope>test</scope>
7272
</dependency>
7373

0 commit comments

Comments
 (0)