Skip to content

Commit

Permalink
GH-1899 Downgrade Exposed
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikoysk committed Aug 7, 2023
1 parent 77903b3 commit 3fe7b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reposilite-backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ dependencies {
val awsSdkV1 = "1.12.486"
testImplementation("com.amazonaws:aws-java-sdk-s3:$awsSdkV1")

val exposed = "0.42.0"
val exposed = "0.41.1"
api("org.jetbrains.exposed:exposed-core:$exposed")
api("org.jetbrains.exposed:exposed-dao:$exposed")
api("org.jetbrains.exposed:exposed-jdbc:$exposed")
Expand Down

0 comments on commit 3fe7b10

Please sign in to comment.