Skip to content

Commit

Permalink
Merge pull request #105 from xtext/dependabot/gradle/example-project-…
Browse files Browse the repository at this point in the history
…gradle/all-dependencies-d998f50e04

Bump junit:junit from 4.12 to 4.13.2 in /example-project-gradle in the all-dependencies group
  • Loading branch information
cdietrich authored Aug 14, 2024
2 parents 8366316 + 24643a5 commit 48c26b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example-project-gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
xtextLanguages 'my.mavenized.herolanguage:my.mavenized.herolanguage:1.0.0-SNAPSHOT'

implementation 'org.eclipse.xtend:org.eclipse.xtend.lib:2.35.0'
testImplementation 'junit:junit:4.12'
testImplementation 'junit:junit:4.13.2'
}

sourceCompatibility = '11'
Expand Down

0 comments on commit 48c26b0

Please sign in to comment.