Skip to content

Commit

Permalink
Merge pull request #849 from znsio/dependabot/gradle/ktor_version-2.3.7
Browse files Browse the repository at this point in the history
Bump ktor_version from 2.3.6 to 2.3.7
  • Loading branch information
joelrosario authored Dec 12, 2023
2 parents 3ce3000 + bbbfdf1 commit c1d6605
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion application/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ repositories {
mavenCentral()
}

def ktor_version = "2.3.6"
def ktor_version = "2.3.7"
def junit_version = "5.10.1"
def jgit_version = "5.13.0.202109080827-r"

Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repositories {
mavenCentral()
}

def ktor_version = "2.3.6"
def ktor_version = "2.3.7"
def jgit_version = "5.13.0.202109080827-r"
def junit_version = "5.10.1"

Expand Down
2 changes: 1 addition & 1 deletion junit5-support/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories {
mavenCentral()
}

def ktor_version = "2.3.6"
def ktor_version = "2.3.7"
def junit_version = "5.10.1"

dependencies {
Expand Down

0 comments on commit c1d6605

Please sign in to comment.