Skip to content
Snippets Groups Projects
Commit 9f6e37f1 authored by Ferreira Pires, Luis (UT-EEMCS)'s avatar Ferreira Pires, Luis (UT-EEMCS)
Browse files

Updated software versions in build.gradle.

parent ac1fae56
Branches
No related tags found
No related merge requests found
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'
}
......
......@@ -17,3 +17,5 @@
1614511857930:sell 110
1614511874976:sell 105
1614511880024:current
1711995133005:purchase 100
1711995138024:exit
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment