Skip to content

Commit a14ccd6

Browse files
committed
bump spring boot 3.4.4
1 parent 9c7bb88 commit a14ccd6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

chart/mongodb-probe/templates/configmap.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,8 @@ data:
2020
otel.exporter.otlp.endpoint={{ .Values.otlp.tracing.endpoint }}
2121
otel.service.name={{ .Values.otlp.serviceName }}
2222
spring.application.name={{ .Values.otlp.serviceName }}
23+
24+
logging.level.org.springframework.boot.autoconfigure.ssl=debug
25+
logging.level.org.springframework.boot.ssl=debug
26+
logging.level.org.mongodb=debug
27+

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.springframework.boot</groupId>
1010
<artifactId>spring-boot-starter-parent</artifactId>
11-
<version>3.4.3</version>
11+
<version>3.4.4</version>
1212
<relativePath/>
1313
</parent>
1414

0 commit comments

Comments
 (0)