summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2022-09-04 15:57:34 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2022-09-04 15:57:34 +0200
commit23233778dbf09ce904d8487ce8dbb24e462a901e (patch)
treeadcee646431a56789b2744741731645d6ef6c8e3
parent5ae4244c454ec29311888733e053df6a7051df16 (diff)
Bump dependency versions.
Change-Id: I6cd1614812af7f24988a76d546a4ea5cdbfa2fd8
-rw-r--r--examples/spring-boot/pom.xml8
-rw-r--r--pom.xml2
2 files changed, 7 insertions, 3 deletions
diff --git a/examples/spring-boot/pom.xml b/examples/spring-boot/pom.xml
index 4c3a36f..1d0b678 100644
--- a/examples/spring-boot/pom.xml
+++ b/examples/spring-boot/pom.xml
@@ -22,12 +22,16 @@ SPDX-License-Identifier: GPL-3.0-or-later
<artifactId>quarkus-googlecloud-jsonlogging-spring-boot-example</artifactId>
<name>Quarkus Google Cloud JSON Logging Extension - Spring Boot Example</name>
+ <properties>
+ <spring-boot.version>2.7.3</spring-boot.version>
+ </properties>
+
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
- <version>2.6.2</version>
+ <version>${spring-boot.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -92,7 +96,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
- <version>2.6.2</version>
+ <version>${spring-boot.version}</version>
</plugin>
</plugins>
</build>
diff --git a/pom.xml b/pom.xml
index 288ba84..b995ba9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,7 +72,7 @@ SPDX-License-Identifier: LGPL-3.0-or-later
<spotless-plugin.version>2.22.1</spotless-plugin.version>
<surefire-plugin.version>3.0.0-M5</surefire-plugin.version>
- <quarkus.version>2.7.2.Final</quarkus.version>
+ <quarkus.version>2.12.0.Final</quarkus.version>
</properties>
<distributionManagement>