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] authored Feb 26, 2025
1 parent 5a0ca65 commit 60737b1
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 @@ -66,7 +66,7 @@ dependencies {
antlr "org.antlr:antlr4:4.13.2"
// servlet
implementation 'javax:javaee-api:8.0.1'
implementation 'io.ktor:ktor-server-servlet:2.3.13'
implementation 'io.ktor:ktor-server-servlet:3.1.1'
// kotlin
implementation "com.github.holgerbrandl:krangl:0.18.4"
implementation 'io.github.cdimascio:dotenv-kotlin:6.5.1'
Expand Down

0 comments on commit 60737b1

Please sign in to comment.