We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02aebcb commit f9ab7cbCopy full SHA for f9ab7cb
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>com.github.collinalpert</groupId>
8
<artifactId>lambda2sql</artifactId>
9
- <version>2.2.2</version>
+ <version>2.3.0</version>
10
<packaging>jar</packaging>
11
12
<name>lambda2sql</name>
@@ -61,13 +61,13 @@
61
<dependency>
62
63
<artifactId>expressions</artifactId>
64
- <version>2.5</version>
+ <version>2.6.0</version>
65
</dependency>
66
67
68
<groupId>org.junit.jupiter</groupId>
69
<artifactId>junit-jupiter-api</artifactId>
70
- <version>5.6.2</version>
+ <version>5.7.0</version>
71
<scope>test</scope>
72
73
0 commit comments