Skip to content

Commit 0e3acb4

Browse files
committed
chore: Update kotlin version.
1 parent e407ac6 commit 0e3acb4

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

pom.xml

+1-7
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<spring-boot.version>2.2.5.RELEASE</spring-boot.version>
2323
<spring-cloud.version>Hoxton.RELEASE</spring-cloud.version>
2424
<jjwt.version>0.9.1</jjwt.version>
25-
<kotlin.version>1.3.70</kotlin.version>
25+
<kotlin.version>1.3.71</kotlin.version>
2626

2727
<quee.api.version>1.0.0-RELEASE</quee.api.version>
2828
</properties>
@@ -184,10 +184,4 @@
184184
</plugin>
185185
</plugins>
186186
</build>
187-
<distributionManagement>
188-
<repository>
189-
<id>bintray</id>
190-
<url>https://api.bintray.com/maven/quee/clef-workflow/</url>
191-
</repository>
192-
</distributionManagement>
193187
</project>

0 commit comments

Comments
 (0)