Skip to content

Commit d61eb4f

Browse files
chore(deps): update java
1 parent 8c04c95 commit d61eb4f

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

packages/conferia/backend/pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.springframework.boot</groupId>
1919
<artifactId>spring-boot-starter-parent</artifactId>
20-
<version>3.5.5</version>
20+
<version>4.0.1</version>
2121
</parent>
2222

2323
<dependencies>
@@ -36,12 +36,12 @@
3636
<dependency>
3737
<groupId>org.springframework.boot</groupId>
3838
<artifactId>spring-boot-starter-web</artifactId>
39-
<version>3.5.5</version>
39+
<version>4.0.1</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>org.springframework.boot</groupId>
4343
<artifactId>spring-boot-starter-security</artifactId>
44-
<version>3.5.5</version>
44+
<version>4.0.1</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>org.springframework.boot</groupId>
@@ -69,19 +69,19 @@
6969
<dependency>
7070
<groupId>org.junit.jupiter</groupId>
7171
<artifactId>junit-jupiter-api</artifactId>
72-
<version>5.13.4</version>
72+
<version>6.0.1</version>
7373
<scope>test</scope>
7474
</dependency>
7575
<dependency>
7676
<groupId>org.junit.jupiter</groupId>
7777
<artifactId>junit-jupiter-engine</artifactId>
78-
<version>5.13.4</version>
78+
<version>6.0.1</version>
7979
<scope>test</scope>
8080
</dependency>
8181
<dependency>
8282
<groupId>org.springframework.boot</groupId>
8383
<artifactId>spring-boot-starter-test</artifactId>
84-
<version>3.5.5</version>
84+
<version>4.0.1</version>
8585
<scope>test</scope>
8686
</dependency>
8787
<dependency>
@@ -106,7 +106,7 @@
106106
<dependency>
107107
<groupId>org.springframework.boot</groupId>
108108
<artifactId>spring-boot-starter-mail</artifactId>
109-
<version>3.5.5</version>
109+
<version>4.0.1</version>
110110
</dependency>
111111
<!-- Dependency for reading and writing WebP images -->
112112
<dependency>
@@ -118,7 +118,7 @@
118118
<dependency>
119119
<groupId>org.springdoc</groupId>
120120
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
121-
<version>2.8.11</version>
121+
<version>3.0.1</version>
122122
</dependency>
123123
</dependencies>
124124

0 commit comments

Comments
 (0)