Skip to content

Commit 11212c4

Browse files
committed
Updated JaQue dependency.
1 parent 38c7bd6 commit 11212c4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ You can include the Maven dependency:
5656
<dependency>
5757
<groupId>com.github.collinalpert</groupId>
5858
<artifactId>lambda2sql</artifactId>
59-
<version>1.6.1</version>
59+
<version>1.6.2</version>
6060
</dependency>
6161
```
6262

pom.xml

Lines changed: 5 additions & 5 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>1.6.1</version>
9+
<version>1.6.2</version>
1010
<packaging>jar</packaging>
1111

1212
<name>lambda2sql</name>
@@ -38,17 +38,17 @@
3838
</scm>
3939

4040
<properties>
41-
<jdk.version>10</jdk.version>
42-
<maven.compiler.source>10</maven.compiler.source>
43-
<maven.compiler.target>10</maven.compiler.target>
41+
<jdk.version>11</jdk.version>
42+
<maven.compiler.source>11</maven.compiler.source>
43+
<maven.compiler.target>11</maven.compiler.target>
4444
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4545
</properties>
4646

4747
<dependencies>
4848
<dependency>
4949
<groupId>com.trigersoft</groupId>
5050
<artifactId>jaque</artifactId>
51-
<version>2.1.4</version>
51+
<version>2.2.0</version>
5252
</dependency>
5353

5454
<dependency>

0 commit comments

Comments
 (0)