There was an error while loading. Please reload this page.
1 parent f31198c commit 8f84e33Copy full SHA for 8f84e33
demo/.gitignore
@@ -32,3 +32,5 @@ yarn-error.log*
32
33
# vercel
34
.vercel
35
+
36
+yarn.lock
pom.xml
@@ -15,7 +15,7 @@
15
<parent>
16
<groupId>org.springframework.boot</groupId>
17
<artifactId>spring-boot-starter-parent</artifactId>
18
-<version>2.4.0</version>
+<version>2.5.1</version>
19
<relativePath /> <!-- lookup parent from repository -->
20
</parent>
21
@@ -43,7 +43,7 @@
43
<dependency>
44
<groupId>com.amazonaws</groupId>
45
<artifactId>aws-java-sdk-s3</artifactId>
46
-<version>1.11.912</version>
+<version>1.12.9</version>
47
</dependency>
48
49
<groupId>org.projectlombok</groupId>
0 commit comments