Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #297 from eclipse/cd_xtext_issue1981
Browse files Browse the repository at this point in the history
[eclipse/xtext#1981] update to gson 2.8.7
  • Loading branch information
cdietrich committed Jul 9, 2021
2 parents 30c3172 + fdf39ca commit 644fcf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org.eclipse.xtext.web.servlet/build.gradle
Expand Up @@ -10,7 +10,7 @@ javadoc.classpath += configurations.providedCompile

dependencies {
compile project(':org.eclipse.xtext.web')
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.6'
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.7'
providedCompile group: 'javax.servlet', name: 'javax.servlet-api', version: '3.0.1'
}

Expand Down

0 comments on commit 644fcf5

Please sign in to comment.