From a844667e742d8dfa25909b8d7647022799ee10a9 Mon Sep 17 00:00:00 2001
From: giis-qabot <122899806+giis-qabot@users.noreply.github.com>
Date: Mon, 4 Dec 2023 15:36:40 +0100
Subject: [PATCH] Combined dependency updates (2023-12-04) (#53)
Includes these updates:
- [Bump actions/setup-java from 3 to 4](https://github.com/giis-uniovi/retorch-st-fullteaching/pull/50)
- [Bump org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.1.1](https://github.com/giis-uniovi/retorch-st-fullteaching/pull/46)
- [Bump org.springframework.boot:spring-boot-maven-plugin from 3.1.5 to 3.2.0](https://github.com/giis-uniovi/retorch-st-fullteaching/pull/47)
close #49
---
.github/workflows/build.yml | 2 +-
pom.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
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