Skip to content

Commit

Permalink
fix(deps): update dependency io.ktor:ktor-server-servlet to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 22, 2024
1 parent 9f54fa7 commit c81dad9
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.13.2'
// servlet
implementation 'javax:javaee-api:8.0.1'
implementation 'io.ktor:ktor-server-servlet:2.3.12'
implementation 'io.ktor:ktor-server-servlet:3.0.0'
// kotlin
implementation 'com.github.holgerbrandl:krangl:0.18.4'
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8'
Expand Down

0 comments on commit c81dad9

Please sign in to comment.