Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
coutoPL committed May 19, 2024
2 parents 74c26bc + f5f547f commit 666fffc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ dependencies {
api group: 'com.lihaoyi', name: 'upickle_2.13', version: '3.1.0'
// https://www.bouncycastle.org/latest_releases.html#1.0.2.4-NONCERT
api group: 'org.bouncycastle', name: 'bc-noncert', version: '1.0.2.4'
api(group: 'org.bouncycastle', name: 'bctls-fips', version: '1.0.17') {
api(group: 'org.bouncycastle', name: 'bctls-fips', version: '1.0.19') {
exclude group: 'org.bouncycastle', module: 'bc-fips'
}
api(group: 'org.bouncycastle', name: 'bcpkix-fips', version: '1.0.7') {
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
publishedPluginVersion=1.57.2
pluginVersion=1.57.2
publishedPluginVersion=1.57.3
pluginVersion=1.57.3
pluginName=readonlyrest

org.gradle.jvmargs=-Xmx6144m

0 comments on commit 666fffc

Please sign in to comment.