Skip to content

Commit

Permalink
fix: Unnecessary version pinning
Browse files Browse the repository at this point in the history
- No need to specficy junit-bom version
  • Loading branch information
hsinn0 committed Jul 19, 2024
1 parent 8529949 commit 23bbad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/credentials/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ dependencies {
implementation('org.springframework.boot:spring-boot-starter-security')
implementation('org.springframework.boot:spring-boot-starter-validation')
testImplementation("org.springframework.boot:spring-boot-starter-test")
testImplementation(platform('org.junit:junit-bom:5.10.2'))
testImplementation('org.junit.jupiter:junit-jupiter')
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
implementation('com.fasterxml.jackson.module:jackson-module-kotlin')
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
implementation("org.jetbrains.kotlin:kotlin-reflect")
Expand Down

0 comments on commit 23bbad2

Please sign in to comment.