diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2023-09-24 21:39:31 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2023-09-24 21:39:31 +0200 |
commit | de94ccc360ac549453e592af81e2aaa08b4fa0a8 (patch) | |
tree | d2ec1fc8addb4a79a8809b5a4d2aef699293b68d /examples | |
parent | 327608768ad39b6d492b9e6943a0971abd957a01 (diff) |
fix(pom): Update Spring Boot example dependencies.
Change-Id: I9154543a150eb0777c5d479460766cf9514aa149
Diffstat (limited to 'examples')
-rw-r--r-- | examples/spring-boot/pom.xml | 7 |
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> |