Skip to content

Commit e6a96b8

Browse files
committed
modify
1 parent 1bfc9bf commit e6a96b8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ build/
3131
.vscode/
3232

3333
### custom ###
34-
logs/
34+
logs/
35+
.flattened-pom.xml

au-api-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>org.springframework.boot</groupId>
1818
<artifactId>spring-boot-dependencies</artifactId>
19-
<version>2.2.5.RELEASE</version>
19+
<version>3.1.0</version>
2020
<type>pom</type>
2121
<scope>import</scope>
2222
</dependency>

0 commit comments

Comments
 (0)