chore: bump dependency versions

This commit is contained in:
2023-12-11 01:05:01 +08:00
parent 4eaaf82430
commit 8a71e739c0
2 changed files with 3 additions and 3 deletions

2
.idea/kotlinc.xml generated
View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="KotlinJpsPluginSettings">
<option name="version" value="1.9.20" />
<option name="version" value="1.9.21" />
</component>
</project>

View File

@@ -12,7 +12,7 @@ repositories:
plugins:
org.jetbrains.kotlin.jvm:
alias: kotlin-jvm
version: 1.9.20
version: 1.9.21
com.vanniktech.maven.publish:
alias: maven-publish
version: 0.25.3
@@ -23,7 +23,7 @@ libraries:
version: 4.12.0
com.squareup:
kotlinpoet:
version: 1.14.2
version: 1.15.3
javapoet:
version: 1.13.0
net.lingala.zip4j: