Skip to content

Commit

Permalink
chore: update dependencies (#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
crystall-bitquill authored Mar 4, 2024
1 parent 75b93f6 commit 090d835
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ plugins {
`maven-publish`
signing
// Release
id("com.github.vlsi.crlf") version "1.86"
id("com.github.vlsi.gradle-extensions") version "1.86"
id("com.github.vlsi.license-gather") version "1.87" apply false
id("com.github.vlsi.stage-vote-release") version "1.88"
id("com.github.vlsi.crlf") version "1.90"
id("com.github.vlsi.gradle-extensions") version "1.90"
id("com.github.vlsi.license-gather") version "1.90" apply false
id("com.github.vlsi.stage-vote-release") version "1.90"
id("com.github.johnrengelman.shadow") version "7.1.2"
}

Expand Down Expand Up @@ -260,8 +260,8 @@ tasks.withType<Checkstyle>().configureEach {

dependencies {
testImplementation("org.apache.commons:commons-dbcp2:2.9.0")
testImplementation("software.amazon.awssdk:rds:2.23.12")
testImplementation("software.amazon.awssdk:ec2:2.17.191")
testImplementation("software.amazon.awssdk:rds:2.25.1")
testImplementation("software.amazon.awssdk:ec2:2.25.1")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.10.0")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.0")
Expand All @@ -279,7 +279,7 @@ dependencies {
testImplementation("com.zaxxer:HikariCP:4.0.3")
testImplementation("software.amazon.awssdk:secretsmanager:2.23.12")

implementation("software.amazon.awssdk:rds:2.23.12")
implementation("software.amazon.awssdk:rds:2.25.1")
implementation("com.google.protobuf:protobuf-java:3.21.9")
implementation("com.mchange:c3p0:0.9.5.5")
implementation("org.javassist:javassist:3.28.0-GA")
Expand Down

0 comments on commit 090d835

Please sign in to comment.