Skip to content

Commit

Permalink
Merge pull request #1322 from znsio/dependabot/gradle/junit_version-5…
Browse files Browse the repository at this point in the history
….11.1

Bump junit_version from 5.11.0 to 5.11.1
  • Loading branch information
joelrosario authored Sep 26, 2024
2 parents 17263c1 + f0b49d2 commit 436629c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions application/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repositories {
}

def ktor_version = "2.3.12"
def junit_version = "5.11.0"
def junit_version = "5.11.1"
def jgit_version = "6.10.0.202406032230-r"

dependencies {
Expand All @@ -44,7 +44,7 @@ dependencies {
testImplementation 'com.arakelian:java-jq:2.0.0'

implementation 'org.assertj:assertj-core:3.26.3'
implementation 'org.junit.jupiter:junit-jupiter-api:5.11.0'
implementation 'org.junit.jupiter:junit-jupiter-api:5.11.1'

implementation('info.picocli:picocli-spring-boot-starter:4.7.6') {
exclude group: 'ch.qos.logback', module: 'logback-classic'
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repositories {

def ktor_version = "2.3.12"
def jgit_version = "6.10.0.202406032230-r"
def junit_version = "5.11.0"
def junit_version = "5.11.1"

dependencies {
// TODO Fix to eliminate vulnerabilities, remove when the enclosing library supports it
Expand Down
4 changes: 2 additions & 2 deletions junit5-support/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repositories {
}

def ktor_version = "2.3.12"
def junit_version = "5.11.0"
def junit_version = "5.11.1"

dependencies {
// TODO Fix to eliminate vulnerabilities, remove when the enclosing library supports it
Expand All @@ -23,7 +23,7 @@ dependencies {
implementation 'org.jetbrains.kotlin:kotlin-maven-serialization'
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3'
implementation 'org.assertj:assertj-core:3.26.3'
implementation 'org.junit.jupiter:junit-jupiter-api:5.11.0'
implementation 'org.junit.jupiter:junit-jupiter-api:5.11.1'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2'
implementation 'org.thymeleaf:thymeleaf:3.1.2.RELEASE'

Expand Down

0 comments on commit 436629c

Please sign in to comment.