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.
2 parents 9f195e4 + b858ce7 commit 1611fccCopy full SHA for 1611fcc
pom.xml
@@ -38,7 +38,7 @@
38
<spring.batch.version>4.2.4.RELEASE</spring.batch.version>
39
<clirr.comparisonVersion>1.1.0</clirr.comparisonVersion>
40
<module.name>org.mybatis.dynamic.sql</module.name>
41
- <kotlin.version>1.3.72</kotlin.version>
+ <kotlin.version>1.4.0</kotlin.version>
42
<kotlin.compiler.jvmTarget>1.8</kotlin.compiler.jvmTarget>
43
<sonar.sources>pom.xml,src/main/java,src/main/kotlin</sonar.sources>
44
<sonar.tests>src/test/java,src/test/kotlin</sonar.tests>
@@ -269,7 +269,7 @@
269
<dependency>
270
<groupId>org.postgresql</groupId>
271
<artifactId>postgresql</artifactId>
272
- <version>42.2.14</version>
+ <version>42.2.15</version>
273
<scope>test</scope>
274
</dependency>
275
</dependencies>
0 commit comments