diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-11-08 14:23:49 +0100 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-11-11 08:39:18 +0100 |
commit | fd112727637454135c8ec80a8455ed0b6db3e948 (patch) | |
tree | 6ecae4ab279318aa79e3631eedcc321319f414dc /aai-resources/src/main | |
parent | ab84e3fe9597710a18249d40c07ed5ecdc5e93f1 (diff) |
- upgrade spring-boot (2.5.15 -> 2.6.15)
- upgrade vulnerable guava (25 -> 33.3.1), janino (3.1.9 -> 3.1.12) and commons-configuration2 (2.0 -> 2.11.0) dependencies
Issue-ID: AAI-4048
Change-Id: I88fb4b9752bc05bdada5a8e4944b6cd0489383ce
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'aai-resources/src/main')
-rw-r--r-- | aai-resources/src/main/resources/application.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/aai-resources/src/main/resources/application.properties b/aai-resources/src/main/resources/application.properties index 204197c..b79af16 100644 --- a/aai-resources/src/main/resources/application.properties +++ b/aai-resources/src/main/resources/application.properties @@ -65,6 +65,8 @@ spring.kafka.producer.value-serializer=org.apache.kafka.common.serialization.Str spring.kafka.producer.properties.sasl.jaas.config = ${JAAS_CONFIG} spring.kafka.producer.retries=3 +management.info.env.enabled=true + # Schema related attributes for the oxm and edges # Any additional schema related attributes should start with prefix schema schema.configuration.location=N/A |