Bumping versions

This commit is contained in:
buildmaster
2021-03-16 16:05:38 +00:00
parent cde355e5e5
commit 0c0aa00e2d
2 changed files with 3 additions and 1 deletions

View File

@@ -101,7 +101,8 @@ public class EncryptionIntegrationTests {
@Test
public void decryptEnvironmentPostProcessorDisabled() {
ConfigurableApplicationContext context = new SpringApplicationBuilder(TestAutoConfiguration.class)
.web(WebApplicationType.NONE).properties("spring.config.use-legacy-processing=false", "encrypt.key:pie",
.web(WebApplicationType.NONE)
.properties("spring.config.use-legacy-processing=false", "encrypt.key:pie",
"spring.cloud.decrypt-environment-post-processor.enabled=false",
"foo.password:{cipher}bf29452295df354e6153c5b31b03ef23c70e55fba24299aa85c63438f1c43c95")
.run();