aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml11
1 files changed, 8 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index b8a4ba2..ddf9596 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,13 +72,18 @@
<scope>compile</scope>
</dependency>
<dependency>
+ <groupId>com.zaxxer</groupId>
+ <artifactId>HikariCP</artifactId>
+ <version>5.1.0</version>
+ </dependency>
+ <dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.12.0</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
- <artifactId>kotlin-test</artifactId>
+ <artifactId>kotlin-test-junit</artifactId>
<version>${kotlin.version}</version>
<scope>test</scope>
</dependency>
@@ -143,8 +148,8 @@
</execution>
</executions>
<configuration>
- <source>15</source>
- <target>15</target>
+ <source>16</source>
+ <target>16</target>
</configuration>
</plugin>
</plugins>
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage