Bump platform to 0.1.1 (netty HIGH CVE fixes)
build-and-publish / build (push) Successful in 1m24s

Picks up netty 4.2.16.Final, patching CVE-2026-59901/-55831/-55833/-56745 which Trivy
gated on in the previous build.

Co-Authored-By: Claude Opus 4.8 <[email protected]>
Claude-Session: https://claude.ai/code/session_01XXKjx7FNyRVAjU8dgB5KhN
This commit is contained in:
2026-07-22 21:06:44 -05:00
co-authored by Claude Opus 4.8
parent 2b772d2931
commit 1a7f0f1980
+2 -2
View File
@@ -7,7 +7,7 @@
<parent>
<groupId>net.thebennett.platform</groupId>
<artifactId>platform-parent</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
<relativePath/>
</parent>
@@ -26,7 +26,7 @@
<dependency>
<groupId>net.thebennett.platform</groupId>
<artifactId>platform-bom</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>