learnifymedhub commited on
Commit
880f13c
·
verified ·
1 Parent(s): 153db70

Update pom.xml

Browse files
Files changed (1) hide show
  1. pom.xml +2 -2
pom.xml CHANGED
@@ -5,13 +5,13 @@
5
  <parent>
6
  <groupId>org.springframework.boot</groupId>
7
  <artifactId>spring-boot-starter-parent</artifactId>
8
- <version>3.4.1</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>21</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>