Skip to content

Commit

Permalink
GH-1959 Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikoysk committed Nov 12, 2023
1 parent d14d14b commit 6866cba
Show file tree
Hide file tree
Showing 8 changed files with 1,890 additions and 1,655 deletions.
3 changes: 1 addition & 2 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,9 @@ Thanks to all contributors and people that decided to support my work financiall
<a href="https://github.com/andrm">andrm</a>,
<a href="https://github.com/rdehuyss">rdehuyss</a>,
<a href="https://github.com/insertt">insertt</a>,
<a href="https://github.com/GotoFinal">GotoFinal</a>,
Lukas P.
<a href="https://github.com/Koressi">Koressi</a>,
<a href="https://github.com/Zur13">Zur13</a>,
<a href="https://github.com/GotoFinal">GotoFinal</a>,
<a href="https://github.com/tipsy">tipsy</a>,
<a href="https://github.com/Kamilkime">Kamilkime</a>,
<a href="https://github.com/that-apex">that-apex</a>,
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ subprojects {
val assertJ = "3.24.2"
testImplementation("org.assertj:assertj-core:$assertJ")

val junit = "5.10.0"
val junit = "5.10.1"
testImplementation("org.junit.jupiter:junit-jupiter-params:$junit")
testImplementation("org.junit.jupiter:junit-jupiter-api:$junit")
testImplementation("org.junit.jupiter:junit-jupiter-engine:$junit")
Expand Down
10 changes: 5 additions & 5 deletions reposilite-backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ dependencies {
kapt("info.picocli:picocli-codegen:$picocli")
api("info.picocli:picocli:$picocli")

val awssdk = "2.21.13"
val awssdk = "2.21.21"
implementation(platform("software.amazon.awssdk:bom:$awssdk"))
implementation("software.amazon.awssdk:s3:$awssdk")

val awsSdkV1 = "1.12.579"
val awsSdkV1 = "1.12.587"
testImplementation("com.amazonaws:aws-java-sdk-s3:$awsSdkV1")

val exposed = "0.44.1"
Expand All @@ -83,10 +83,10 @@ dependencies {
api("org.jetbrains.exposed:exposed-jdbc:$exposed")
api("org.jetbrains.exposed:exposed-java-time:$exposed")
// Drivers
implementation("com.zaxxer:HikariCP:5.0.1")
implementation("com.zaxxer:HikariCP:5.1.0")
implementation("org.xerial:sqlite-jdbc:3.43.2.2")
implementation("mysql:mysql-connector-java:8.0.33")
implementation("org.mariadb.jdbc:mariadb-java-client:3.2.0")
implementation("org.mariadb.jdbc:mariadb-java-client:3.3.0")
implementation("org.postgresql:postgresql:42.6.0")
implementation("com.h2database:h2:2.2.224")

Expand All @@ -98,7 +98,7 @@ dependencies {
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:$jackson")
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:$jackson")

val jsonSchema = "4.31.1"
val jsonSchema = "4.32.0"
implementation("com.github.victools:jsonschema-generator:$jsonSchema")

val httpClient = "1.43.3"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ internal class StatusPlugin : ReposilitePlugin() {
logger.info("${Effect.GREEN}Done (${TimeUtils.getPrettyUptimeInSeconds(statusFacade.getUptime())})!${Effect.RESET}")
logger.info("")
logger.info("${Effect.YELLOW_BOLD}$VERSION version has been sponsored by:${Effect.RESET}")
logger.info(" ${Effect.BOLD}milkyway0308, andrm, Koressi, insertt, Andreas R., rdehuyss, Zur13, GotoFinal${Effect.RESET}")
logger.info(" ${Effect.BOLD}tipsy, Kamilkime, that-apex${Effect.RESET}")
logger.info(" ${Effect.BOLD}scheidtp, crejk, Rollczi, Kebab81${Effect.RESET}")
logger.info(" ${Effect.BOLD}milkyway0308, andrm, rdehuyss, insertt, GotoFinal, Lukas P.,${Effect.RESET}")
logger.info(" ${Effect.BOLD}Koressi, tipsy, Kamilkime, that-apex, SirEndii,${Effect.RESET}")
logger.info(" ${Effect.BOLD}scheidtp, crejk, Rollczi, Szczurowsky${Effect.RESET}")
logger.info("")
logger.info("${Effect.RESET}")
}
Expand Down
Loading

0 comments on commit 6866cba

Please sign in to comment.