Spaces:
Sleeping
Sleeping
Update pom.xml
Browse files
pom.xml
CHANGED
|
@@ -5,13 +5,13 @@
|
|
| 5 |
<parent>
|
| 6 |
<groupId>org.springframework.boot</groupId>
|
| 7 |
<artifactId>spring-boot-starter-parent</artifactId>
|
| 8 |
-
<version>
|
| 9 |
</parent>
|
| 10 |
<groupId>com.example</groupId>
|
| 11 |
<artifactId>secure-auth-bff</artifactId>
|
| 12 |
<version>0.0.1-SNAPSHOT</version>
|
| 13 |
<properties>
|
| 14 |
-
<java.version>
|
| 15 |
</properties>
|
| 16 |
<dependencies>
|
| 17 |
<dependency>
|
|
|
|
| 5 |
<parent>
|
| 6 |
<groupId>org.springframework.boot</groupId>
|
| 7 |
<artifactId>spring-boot-starter-parent</artifactId>
|
| 8 |
+
<version>4.0.3</version> <relativePath/>
|
| 9 |
</parent>
|
| 10 |
<groupId>com.example</groupId>
|
| 11 |
<artifactId>secure-auth-bff</artifactId>
|
| 12 |
<version>0.0.1-SNAPSHOT</version>
|
| 13 |
<properties>
|
| 14 |
+
<java.version>25</java.version>
|
| 15 |
</properties>
|
| 16 |
<dependencies>
|
| 17 |
<dependency>
|