summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/spring-boot/pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/examples/spring-boot/pom.xml b/examples/spring-boot/pom.xml
index 4f893b7..f786b12 100644
--- a/examples/spring-boot/pom.xml
+++ b/examples/spring-boot/pom.xml
@@ -23,7 +23,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
<name>Quarkus Google Cloud JSON Logging Extension - Spring Boot Example</name>
<properties>
- <spring-boot.version>3.0.4</spring-boot.version>
+ <spring-boot.version>3.1.4</spring-boot.version>
</properties>
<dependencyManagement>
@@ -65,6 +65,11 @@ SPDX-License-Identifier: GPL-3.0-or-later
</dependency>
-->
<dependency>
+ <groupId>org.jboss.logmanager</groupId>
+ <artifactId>jboss-logmanager</artifactId>
+ <version>3.0.2.Final</version>
+ </dependency>
+ <dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>