From 9f6e37f18381eda0cb790ea5f0548cf6ae5f8533 Mon Sep 17 00:00:00 2001
From: Luis Ferreira Pires <l.ferreirapires@utwente.nl>
Date: Mon, 1 Apr 2024 20:15:30 +0200
Subject: [PATCH] Updated software versions in build.gradle.

---
 build.gradle     | 7 +++----
 spring-shell.log | 2 ++
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/build.gradle b/build.gradle
index 700c394..7b2f7ce 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,19 +1,18 @@
 plugins {
-	id 'org.springframework.boot' version '2.4.3'
-	id 'io.spring.dependency-management' version '1.0.11.RELEASE'
 	id 'java'
+	id 'org.springframework.boot' version '3.1.5'
+	id 'io.spring.dependency-management' version '1.1.3'
 }
 
 group = 'nl.utwente.soa'
 version = '0.0.1-SNAPSHOT'
-sourceCompatibility = '11'
 
 repositories {
 	mavenCentral()
 }
 
 dependencies {
-	implementation 'org.springframework.shell:spring-shell-starter:2.0.0.RELEASE'
+	implementation 'org.springframework.shell:spring-shell-starter:3.2.3'
 	implementation 'org.springframework.boot:spring-boot-starter'
 	testImplementation 'org.springframework.boot:spring-boot-starter-test'
 }
diff --git a/spring-shell.log b/spring-shell.log
index f799e82..46f3d58 100644
--- a/spring-shell.log
+++ b/spring-shell.log
@@ -17,3 +17,5 @@
 1614511857930:sell 110
 1614511874976:sell 105
 1614511880024:current
+1711995133005:purchase 100
+1711995138024:exit
-- 
GitLab