diff options
Diffstat (limited to 'examples/spring-boot/pom.xml')
-rw-r--r-- | examples/spring-boot/pom.xml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/examples/spring-boot/pom.xml b/examples/spring-boot/pom.xml index 0a339b5..a4ea4eb 100644 --- a/examples/spring-boot/pom.xml +++ b/examples/spring-boot/pom.xml @@ -67,12 +67,7 @@ SPDX-License-Identifier: GPL-3.0-or-later <dependency> <groupId>org.jboss.logmanager</groupId> <artifactId>jboss-logmanager</artifactId> - <version>3.0.2.Final</version> - </dependency> - <dependency> - <groupId>org.jboss.logmanager</groupId> - <artifactId>jboss-logmanager-embedded</artifactId> - <version>1.2.0.Final</version> + <version>3.1.2.Final</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> |