Skip to content

Commit

Permalink
Merge pull request SasanLabs#279 from SasanLabs/preetkaran20-patch-1
Browse files Browse the repository at this point in the history
Update gradle-wrapper.properties
  • Loading branch information
preetkaran20 authored May 7, 2021
2 parents ca96418 + ad215f9 commit de498da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,18 +61,19 @@ dependencies {
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-web'

// https://mvnrepository.com/artifact/org.mockito/mockito-core
testCompile group: 'org.mockito', name: 'mockito-core', version: '3.5.13'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '3.5.13'

// https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter', version: '5.7.0'

// https://mvnrepository.com/artifact/org.assertj/assertj-core
testCompile group: 'org.assertj', name: 'assertj-core', version: '3.17.2'
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.17.2'

// https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-data-jpa
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-data-jpa', version: '2.3.1.RELEASE'

runtime group:'com.h2database', name:'h2', version: '1.3.176'
runtimeOnly group:'com.h2database', name:'h2', version: '1.3.176'

// https://mvnrepository.com/artifact/org.apache.commons/commons-lang3
implementation group: 'org.apache.commons', name: 'commons-text', version: '1.8'
//Log4j Dependencies
Expand All @@ -91,4 +92,3 @@ dependencies {
test {
useJUnitPlatform()
}

3 changes: 2 additions & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6-bin.zip
distributionSha256Sum=81003f83b0056d20eedf48cddd4f52a9813163d4ba185bcf8abd34b8eeea4cbd
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit de498da

Please sign in to comment.