Skip to content

Commit

Permalink
Combined dependency updates (2023-12-04) (#53)
Browse files Browse the repository at this point in the history
Includes these updates:
- [Bump actions/setup-java from 3 to 4](#50)
- [Bump org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.1.1](#46)
- [Bump org.springframework.boot:spring-boot-maven-plugin from 3.1.5 to 3.2.0](#47)

close #49
  • Loading branch information
giis-qabot authored Dec 4, 2023
1 parent 8e04869 commit a844667
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@

<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>3.1.5</version>
<version>3.2.0</version>

<!-- ONLY ON DEVELOPMENT -->
<dependencies>
Expand All @@ -248,7 +248,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
<configuration>
<mainClass>com.fullteaching.backend.Application</mainClass>
</configuration>
Expand Down

0 comments on commit a844667

Please sign in to comment.