projects
/
demos
/
kafka
/
training
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
373e8e7
)
Upgrade auf Spring Boot 3.3.4
author
Kai Moritz
<kai@juplo.de>
Wed, 25 Sep 2024 12:20:34 +0000
(14:20 +0200)
committer
Kai Moritz
<kai@juplo.de>
Thu, 26 Sep 2024 08:36:38 +0000
(10:36 +0200)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
02e80d3
..
64fa5c2
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-7,7
+7,7
@@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
- <version>
2.7.2
</version>
+ <version>
3.3.4
</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
@@
-90,5
+90,4
@@
</plugins>
</build>
-
</project>