diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 54ac39c..3aeb49b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
statuses: write
steps:
- uses: actions/checkout@v4
- - uses: actions/setup-java@v3
+ - uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
diff --git a/pom.xml b/pom.xml
index 8e1d5ca..0186161 100644
--- a/pom.xml
+++ b/pom.xml
@@ -231,7 +231,7 @@
org.springframework.boot
spring-boot-maven-plugin
- 3.1.5
+ 3.2.0
@@ -248,7 +248,7 @@
org.codehaus.mojo
exec-maven-plugin
- 3.1.0
+ 3.1.1
com.fullteaching.backend.Application