We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4ee351 commit d935f78Copy full SHA for d935f78
server/build.gradle
@@ -1,5 +1,5 @@
1
plugins {
2
- id 'org.springframework.boot' version '3.4.4' apply false
+ id 'org.springframework.boot' version '3.4.6' apply false
3
id 'io.spring.dependency-management' version '1.1.7'
4
id 'io.freefair.lombok' version '8.13.1' apply false
5
id 'java'
server/helios-status-spring-starter/pom.xml
@@ -20,7 +20,7 @@
20
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
21
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
22
23
- <spring.boot.version>3.4.5</spring.boot.version>
+ <spring.boot.version>3.4.6</spring.boot.version>
24
25
<!-- dependencies -->
26
<okhttp.version>4.12.0</okhttp.version>
0 commit comments