Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulBredl committed Jul 30, 2024
1 parent 9c9118a commit 05d32bd
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,20 +92,16 @@ repositories {

dependencies {
implementation 'de.unistuttgart.iste.meitrex:meitrex-common:1.2'
implementation('de.unistuttgart.iste.meitrex:dinodev_common') {
version {
branch = 'main'
}
}
implementation 'de.unistuttgart.iste.meitrex:dinodev_common:1.2'
implementation 'de.unistuttgart.iste.meitrex:gamification_engine:1.2'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-graphql'
implementation 'org.springframework.boot:spring-boot-starter-validation'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-security'
implementation 'org.modelmapper:modelmapper:3.+'
implementation 'com.graphql-java:graphql-java-extended-scalars:20.0'
implementation 'com.graphql-java:graphql-java-extended-validation:20.0'
implementation 'com.graphql-java:graphql-java-extended-scalars:22.0'
implementation 'com.graphql-java:graphql-java-extended-validation:22.0'
implementation 'io.github.kobylynskyi:graphql-java-codegen:5.+'
implementation 'org.springframework.boot:spring-boot-starter-webflux'
compileOnly 'org.projectlombok:lombok'
Expand Down

0 comments on commit 05d32bd

Please sign in to comment.