Skip to content

Commit

Permalink
fix(deps): update dependency io.ktor:ktor-server-servlet to v2.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 8, 2024
1 parent 899b531 commit 4217f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intentional/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {
implementation 'org.antlr:antlr4:4.12.0'
// servlet
implementation 'javax:javaee-api:8.0.1'
implementation 'io.ktor:ktor-server-servlet:2.3.0'
implementation 'io.ktor:ktor-server-servlet:2.3.11'
// kotlin
implementation 'com.github.holgerbrandl:krangl:0.18.4'
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8'
Expand Down

0 comments on commit 4217f04

Please sign in to comment.