@@ -3,7 +3,7 @@ plugins {
3
3
kotlin(" plugin.jpa" ) version " 1.8.22"
4
4
kotlin(" plugin.serialization" ) version " 1.8.22"
5
5
6
- id(" net.mamoe.mirai-console" ) version " 2.15 .0"
6
+ id(" net.mamoe.mirai-console" ) version " 2.16 .0"
7
7
id(" me.him188.maven-central-publish" ) version " 1.0.0-dev-3"
8
8
}
9
9
@@ -27,29 +27,29 @@ repositories {
27
27
}
28
28
29
29
dependencies {
30
- api(" org.hibernate.orm:hibernate-core:6.3.0 .Final" )
31
- api(" org.hibernate.orm:hibernate-hikaricp:6.3.0 .Final" )
32
- api(" org.hibernate.orm:hibernate-community-dialects:6.3.0 .Final" )
33
- api(" com.zaxxer:HikariCP:5.0.1 " )
34
- api(" com.h2database:h2:2.2.222 " )
35
- api(" org.xerial:sqlite-jdbc:3.43 .0.0" )
36
- api(" com.mysql:mysql-connector-j:8.1 .0" )
37
- api(" org.mariadb.jdbc:mariadb-java-client:3.2.0 " )
38
- api(" org.postgresql:postgresql:42.6.0 " )
30
+ api(" org.hibernate.orm:hibernate-core:6.4.2 .Final" )
31
+ api(" org.hibernate.orm:hibernate-hikaricp:6.4.2 .Final" )
32
+ api(" org.hibernate.orm:hibernate-community-dialects:6.4.2 .Final" )
33
+ api(" com.zaxxer:HikariCP:5.1.0 " )
34
+ api(" com.h2database:h2:2.2.224 " )
35
+ api(" org.xerial:sqlite-jdbc:3.45 .0.0" )
36
+ api(" com.mysql:mysql-connector-j:8.3 .0" )
37
+ api(" org.mariadb.jdbc:mariadb-java-client:3.3.2 " )
38
+ api(" org.postgresql:postgresql:42.7.1 " )
39
39
api(" org.reflections:reflections:0.10.2" )
40
40
compileOnly(" xyz.cssxsh.mirai:mirai-administrator:1.4.0" )
41
41
testImplementation(kotlin(" test" ))
42
- testImplementation(" com.microsoft.sqlserver:mssql-jdbc:12.4.1 .jre11" )
42
+ testImplementation(" com.microsoft.sqlserver:mssql-jdbc:12.4.2 .jre11" )
43
43
//
44
- implementation(platform(" net.mamoe:mirai-bom:2.15 .0" ))
44
+ implementation(platform(" net.mamoe:mirai-bom:2.16 .0" ))
45
45
compileOnly(" net.mamoe:mirai-core" )
46
46
compileOnly(" net.mamoe:mirai-core-utils" )
47
47
testImplementation(" net.mamoe:mirai-logging-slf4j" )
48
48
testImplementation(" net.mamoe:mirai-core-mock" )
49
49
testImplementation(" net.mamoe:mirai-core-utils" )
50
50
testImplementation(" net.mamoe:mirai-console-compiler-common" )
51
51
//
52
- implementation(platform(" org.slf4j:slf4j-parent:2.0.7 " ))
52
+ implementation(platform(" org.slf4j:slf4j-parent:2.0.11 " ))
53
53
testImplementation(" org.slf4j:slf4j-simple" )
54
54
}
55
55
0 commit comments