Skip to content

Commit

Permalink
Fix bouncycastle dependency (#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
spokenbird committed Jul 30, 2024
1 parent 9859c0f commit e009a6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ dependencies {
implementation 'com.mailgun:mailgun-java:1.1.3'
implementation 'com.google.crypto.tink:tink:1.14.0'
implementation 'org.springframework.session:spring-session-jdbc'
implementation 'org.bouncycastle:bcpkix-jdk18on:1.78.1'

// For M1 issue?
//runtimeOnly 'io.netty:netty-resolver-dns-native-macos:4.1.97.Final:osx-aarch_64'
Expand All @@ -111,6 +110,8 @@ dependencies {
testImplementation 'org.postgresql:postgresql'
testImplementation 'org.projectlombok:lombok:1.18.34'
testImplementation 'com.squareup.okhttp3:mockwebserver:4.12.0'
testImplementation 'org.bouncycastle:bcpkix-jdk18on:1.78.1'

}

test {
Expand Down

0 comments on commit e009a6a

Please sign in to comment.