Skip to content

Commit f8a3ba5

Browse files
committed
Updated libraries fixed issue #117
1 parent 60c9074 commit f8a3ba5

3 files changed

Lines changed: 29 additions & 29 deletions

File tree

gradle/libs.versions.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[versions]
22
kotlin = "2.2.21"
3-
exposed = "1.0.0-rc-3"
3+
exposed = "1.0.0-rc-4"
44
cloud = "2.0.0"
5-
flyway = "11.17.1"
5+
flyway = "11.19.0"
66
flyway-test = "11.17.1"
77
hikari = "7.0.2"
88
vaultunlocked = "2.17"
9-
ktor = "3.2.3"
10-
csv = "1.14.0"
9+
ktor = "3.3.3"
10+
csv = "1.14.1"
1111
config-updater = "2.2"
12-
miniplaceholders = "3.0.1"
13-
bstats = "3.0.2"
12+
miniplaceholders = "3.1.0"
13+
bstats = "3.1.0"
1414
junit-jupiter = "5.13.1"
15-
sqlite = "3.51.0.0"
15+
sqlite = "3.51.1.0"
1616
mariadb = "3.5.6"
1717
postqres = "42.7.8"
1818
placeholderapi = "2.11.7"
@@ -47,8 +47,8 @@ config-updater = { module = "com.tchristofferson:ConfigUpdater", version.ref = "
4747
commons-csv = { module = "org.apache.commons:commons-csv", version.ref = "csv" }
4848

4949
cloud-annotations = { module = "org.incendo:cloud-annotations", version.ref = "cloud" }
50-
cloud-paper = { module = "org.incendo:cloud-paper", version = "2.0.0-beta.13" }
51-
cloud-extras = { module = "org.incendo:cloud-minecraft-extras", version = "2.0.0-beta.13" }
50+
cloud-paper = { module = "org.incendo:cloud-paper", version = "2.0.0-beta.14" }
51+
cloud-extras = { module = "org.incendo:cloud-minecraft-extras", version = "2.0.0-beta.14" }
5252
cloud-kotlin = { module = "org.incendo:cloud-kotlin-extensions", version.ref = "cloud" }
5353

5454
bettereconomy = { module = "me.hsgamer:bettereconomy", version.ref = "bettereconomy" }
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
libraries:
22
- com.tchristofferson:ConfigUpdater:2.2
33
- com.zaxxer:HikariCP:7.0.2
4-
- io.ktor:ktor-client-core:3.2.3
5-
- org.apache.commons:commons-csv:1.14.0
6-
- org.flywaydb:flyway-core:11.17.1
7-
- org.flywaydb:flyway-mysql:11.17.1
4+
- io.ktor:ktor-client-core:3.3.3
5+
- org.apache.commons:commons-csv:1.14.1
6+
- org.flywaydb:flyway-core:11.19.0
7+
- org.flywaydb:flyway-mysql:11.19.0
88
- org.incendo:cloud-annotations:2.0.0
99
- org.incendo:cloud-kotlin-extensions:2.0.0
10-
- org.incendo:cloud-minecraft-extras:2.0.0-beta.13
11-
- org.incendo:cloud-paper:2.0.0-beta.13
12-
- org.jetbrains.exposed:exposed-core:1.0.0-rc-3
13-
- org.jetbrains.exposed:exposed-jdbc:1.0.0-rc-3
14-
- org.jetbrains.exposed:exposed-kotlin-datetime:1.0.0-rc-3
10+
- org.incendo:cloud-minecraft-extras:2.0.0-beta.14
11+
- org.incendo:cloud-paper:2.0.0-beta.14
12+
- org.jetbrains.exposed:exposed-core:1.0.0-rc-4
13+
- org.jetbrains.exposed:exposed-jdbc:1.0.0-rc-4
14+
- org.jetbrains.exposed:exposed-kotlin-datetime:1.0.0-rc-4
1515
- org.jetbrains.kotlin:kotlin-reflect:2.2.21
1616
- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.2.21
1717
- org.mariadb.jdbc:mariadb-java-client:3.5.6
1818
- org.postgresql:postgresql:42.7.8
19-
- org.xerial:sqlite-jdbc:3.51.0.0
19+
- org.xerial:sqlite-jdbc:3.51.1.0

src/main/resources/plugin.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,22 @@ softdepend: [PlaceholderAPI, Vault, MiniPlaceholders, BetterEconomy, TheosisEcon
1515
libraries:
1616
- com.tchristofferson:ConfigUpdater:2.2
1717
- com.zaxxer:HikariCP:7.0.2
18-
- io.ktor:ktor-client-core:3.2.3
19-
- org.apache.commons:commons-csv:1.14.0
20-
- org.flywaydb:flyway-core:11.17.1
21-
- org.flywaydb:flyway-mysql:11.17.1
18+
- io.ktor:ktor-client-core:3.3.3
19+
- org.apache.commons:commons-csv:1.14.1
20+
- org.flywaydb:flyway-core:11.19.0
21+
- org.flywaydb:flyway-mysql:11.19.0
2222
- org.incendo:cloud-annotations:2.0.0
2323
- org.incendo:cloud-kotlin-extensions:2.0.0
24-
- org.incendo:cloud-minecraft-extras:2.0.0-beta.13
25-
- org.incendo:cloud-paper:2.0.0-beta.13
26-
- org.jetbrains.exposed:exposed-core:1.0.0-rc-3
27-
- org.jetbrains.exposed:exposed-jdbc:1.0.0-rc-3
28-
- org.jetbrains.exposed:exposed-kotlin-datetime:1.0.0-rc-3
24+
- org.incendo:cloud-minecraft-extras:2.0.0-beta.14
25+
- org.incendo:cloud-paper:2.0.0-beta.14
26+
- org.jetbrains.exposed:exposed-core:1.0.0-rc-4
27+
- org.jetbrains.exposed:exposed-jdbc:1.0.0-rc-4
28+
- org.jetbrains.exposed:exposed-kotlin-datetime:1.0.0-rc-4
2929
- org.jetbrains.kotlin:kotlin-reflect:2.2.21
3030
- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.2.21
3131
- org.mariadb.jdbc:mariadb-java-client:3.5.6
3232
- org.postgresql:postgresql:42.7.8
33-
- org.xerial:sqlite-jdbc:3.51.0.0
33+
- org.xerial:sqlite-jdbc:3.51.1.0
3434

3535
description: ${description}
3636

0 commit comments

Comments
 (0)