Skip to content

Commit

Permalink
fix jansi version error
Browse files Browse the repository at this point in the history
  • Loading branch information
Osiris-Team committed Jun 21, 2024
1 parent e6dc487 commit 6c2dcc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ dependencies {
// Also used in jsch https://github.com/mwiede/jsch/blob/master/pom.xml
implementation 'commons-io:commons-io:2.16.1'
// Also used in jsch https://github.com/mwiede/jsch/blob/master/pom.xml
implementation 'com.github.Osiris-Team:jansi:2.4.2'
implementation 'com.github.Osiris-Team:jansi:2.4.5'
implementation 'org.jetbrains:annotations:23.0.0'
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.23' // Also used in okhttp
implementation 'org.jetbrains.kotlin:kotlin-stdlib-common:1.9.23' // Also used in okhttp
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ enforce {
r.dependencies.add('net.java.dev.jna:jna:5.14.0')
r.dependencies.add('net.java.dev.jna:jna-platform:5.14.0')
r.dependencies.add('commons-io:commons-io:2.16.1')
r.dependencies.add('com.github.Osiris-Team:jansi:2.4.2')
r.dependencies.add('com.github.Osiris-Team:jansi:2.4.5')
r.dependencies.add('org.jetbrains:annotations:23.0.0')
r.dependencies.add('org.jetbrains.kotlin:kotlin-stdlib:1.9.23')
r.dependencies.add('org.jetbrains.kotlin:kotlin-stdlib-common:1.9.23')
Expand Down

0 comments on commit 6c2dcc8

Please sign in to comment.