This is an automated email from the ASF dual-hosted git repository.
sruehl pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/plc4x-extras.git
The following commit(s) were added to refs/heads/main by this push:
new 68d27e1 chore(deps): bump
org.springframework.boot:spring-boot-dependencies (#36)
68d27e1 is described below
commit 68d27e1005261927bf34a7f0521c6996ae51a8a1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Apr 19 08:31:02 2024 +0200
chore(deps): bump org.springframework.boot:spring-boot-dependencies (#36)
Bumps
[org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot)
from 3.2.4 to 3.2.5.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
-
[Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.4...v3.2.5)
---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-dependencies
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
plc4j/tools/ui/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plc4j/tools/ui/pom.xml b/plc4j/tools/ui/pom.xml
index 639f9cf..9a9296c 100644
--- a/plc4j/tools/ui/pom.xml
+++ b/plc4j/tools/ui/pom.xml
@@ -35,7 +35,7 @@
<properties>
<project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp>
- <spring-boot.version>3.2.4</spring-boot.version>
+ <spring-boot.version>3.2.5</spring-boot.version>
<!--
This dependency is the reason we need at least Java 19 for the UI
(otherwise 17 would have been enough)
unfortunately the version 16 branch is vulnerable to a critical security
vulnerability.