Skip to content

Commit

Permalink
fix(deps): update dependency io.ktor:ktor-server-servlet to v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 3, 2023
1 parent c173a84 commit 5e49b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intentional/build.gradle
Expand Up @@ -41,7 +41,7 @@ dependencies {
implementation 'org.antlr:antlr4:4.11.1'
// servlet
implementation 'javax:javaee-api:8.0.1'
implementation 'io.ktor:ktor-server-servlet:2.2.1'
implementation 'io.ktor:ktor-server-servlet:2.2.2'
// kotlin
implementation 'com.github.holgerbrandl:krangl:0.18.4'
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8'
Expand Down

0 comments on commit 5e49b9f

Please sign in to comment.