We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f49e76 commit 0035c75Copy full SHA for 0035c75
build.gradle.kts
@@ -49,7 +49,7 @@ dependencies {
49
implementation("org.apache.commons:commons-compress:1.21")
50
implementation("org.apache.tika:tika-core:1.27")
51
// https://packages.jetbrains.team/maven/p/ij/intellij-dependencies/org/jetbrains/pty4j/pty4j/
52
- implementation("org.jetbrains.pty4j:pty4j:0.11.5")
+ implementation("org.jetbrains.pty4j:pty4j:0.13.9")
53
54
developmentOnly("org.springframework.boot:spring-boot-devtools")
55
annotationProcessor("org.springframework.boot:spring-boot-configuration-processor")
0 commit comments