Skip to content

Commit

Permalink
Fix gradle dependencies issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewelinagr committed Nov 26, 2024
1 parent 399660c commit 89291f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion projects/pluto/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {

plugins {
id 'java'
id 'org.springframework.boot' version '3.4.0'
id 'org.springframework.boot' version '3.3.6'
id "io.freefair.lombok" version '8.6'
id 'application'
id 'jacoco'
Expand Down
1 change: 1 addition & 0 deletions projects/saturn/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ dependencies {

testImplementation "junit:junit:4.13.2"
testImplementation "org.mockito:mockito-core:${mockitoVersion}"
testImplementation "javax.mail:javax.mail-api:1.6.2"
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.junit.vintage:junit-vintage-engine:5.10.2'
testImplementation "org.testcontainers:postgresql:1.19.6"
Expand Down

0 comments on commit 89291f7

Please sign in to comment.