File tree 2 files changed +2
-2
lines changed
src/main/java/org/opensearch/gradle/testclusters
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1187,7 +1187,7 @@ private void createConfiguration() {
1187
1187
baseConfig .put ("indices.breaker.total.use_real_memory" , "false" );
1188
1188
// Don't wait for state, just start up quickly. This will also allow new and old nodes in the BWC case to become the master
1189
1189
baseConfig .put ("discovery.initial_state_timeout" , "0s" );
1190
- baseConfig .put ("fips.approved" , "true " );
1190
+ baseConfig .put ("fips.approved" , "false " );
1191
1191
1192
1192
// TODO: Remove these once https://github.com/elastic/elasticsearch/issues/46091 is fixed
1193
1193
baseConfig .put ("logger.org.opensearch.action.support.master" , "DEBUG" );
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ reactivestreams = 1.0.4
58
58
bouncycastle_jce =1.0.2.4
59
59
bouncycastle_tls =1.0.19
60
60
bouncycastle_pkix =1.0.7
61
- bouncycastle_pg =1.0.7.1
61
+ bouncycastle_pg =1.0.8
62
62
# test dependencies
63
63
randomizedrunner = 2.7.1
64
64
junit = 4.13.2
You can’t perform that action at this time.
0 commit comments