Skip to content

Commit

Permalink
Fixed Go Issue in Windows with executable path containing spaces (#460)
Browse files Browse the repository at this point in the history
Update dependencies.
  • Loading branch information
noyshabtay authored Dec 20, 2023
1 parent 44c5916 commit bc8d864
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ repositories {
}
}

def buildInfoVersion = '2.41.6'
def idePluginsCommonVersion = '2.3.4'
def buildInfoVersion = '2.41.9'
def idePluginsCommonVersion = '2.3.5'

dependencies {
implementation group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-yaml', version: '2.15.2'
Expand Down

0 comments on commit bc8d864

Please sign in to comment.