Skip to content

Commit 341df22

Browse files
committed
updated Spring Boot v3.3.5
1 parent 4f2e650 commit 341df22

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.3.4</version>
8+
<version>3.3.5</version>
99
<relativePath/>
1010
</parent>
1111

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.springframework.data.build</groupId>
1313
<artifactId>spring-data-parent</artifactId>
14-
<version>3.3.4</version>
14+
<version>3.3.5</version>
1515
<relativePath/>
1616
</parent>
1717

tutorial/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ We have to create a Maven `pom.xml`:
2727
<relativePath/>
2828
<groupId>org.springframework.boot</groupId>
2929
<artifactId>spring-boot-starter-parent</artifactId>
30-
<version>3.3.4</version>
30+
<version>3.3.5</version>
3131
</parent>
3232

3333
<groupId>com.arangodb</groupId>

tutorial/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<relativePath/>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>3.3.4</version>
10+
<version>3.3.5</version>
1111
</parent>
1212

1313
<groupId>com.arangodb</groupId>

0 commit comments

Comments
 (0)