Skip to content

Commit 1a19d64

Browse files
author
Yuriy Bezsonov
committed
Refactoring to Java 25
1 parent 6587a7f commit 1a19d64

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

apps/java25/jvm-ai-analyzer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>4.0.0</version>
8+
<version>4.0.1</version>
99
<relativePath/>
1010
</parent>
1111
<groupId>com.unicorn</groupId>

apps/java25/jvm-ai-analyzer/src/test/java/com/unicorn/jvm/WebhookResponsePropertyTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ void validAlertsReturnNonNegativeCount(
4545
.map(pod -> new AlertWebhookRequest.Alert(
4646
new AlertWebhookRequest.Labels(pod, "10.0.0.1:8080")))
4747
.toList();
48-
var request = new AlertWebhookRequest(alerts);
4948

5049
long validCount = alerts.stream()
5150
.filter(this::isValidAlert)

apps/java25/unicorn-store-spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.boot</groupId>
66
<artifactId>spring-boot-starter-parent</artifactId>
7-
<version>4.0.0</version>
7+
<version>4.0.1</version>
88
<relativePath/>
99
</parent>
1010
<groupId>com.unicorn</groupId>

0 commit comments

Comments
 (0)