Skip to content

Commit c686ea4

Browse files
authored
Merge pull request #251 from kit-data-manager/dependabot/gradle/org.springframework.boot-3.4.1
build(deps): bump org.springframework.boot from 3.3.5 to 3.4.1
2 parents 25381a3 + 8d6303f commit c686ea4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
// Spring boot & dependency management:
33
// https://docs.spring.io/spring-boot/docs/current/gradle-plugin/reference/htmlsingle/
4-
id 'org.springframework.boot' version '3.3.5'
4+
id 'org.springframework.boot' version '3.4.1'
55
// https://docs.spring.io/dependency-management-plugin/docs/current-SNAPSHOT/reference/html/
66
id "io.spring.dependency-management" version "1.1.7"
77
// Lombok generates getter and setter and more. https://projectlombok.org/
@@ -48,7 +48,7 @@ repositories {
4848
}
4949

5050
ext {
51-
springDocVersion = '2.6.0'
51+
springDocVersion = '2.8.3'
5252
}
5353

5454
dependencies {

config/application-default.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spring.servlet.multipart.max-request-size: 100MB
4141
# Furthermore, all endpoints will be exposed to external access. If this is not desired,
4242
# just comment the property 'management.endpoints.web.exposure.include' in order to only
4343
# allow local access.
44-
management.endpoint.health.enabled: true
44+
management.endpoint.health.access: unrestricted
4545
management.endpoint.health.show-details: ALWAYS
4646
management.endpoint.health.sensitive: false
4747
management.endpoints.web.exposure.include: *

0 commit comments

Comments
 (0)