Skip to content

Commit

Permalink
Merge pull request #106 from xtext/dependabot/maven/example-project/a…
Browse files Browse the repository at this point in the history
…ll-dependencies-5b28cbd321

Bump the all-dependencies group in /example-project with 3 updates
  • Loading branch information
cdietrich authored Aug 14, 2024
2 parents 48c26b0 + c5a4a37 commit 0161504
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions example-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<version>4.13.2</version>
</dependency>
<dependency>
<groupId>org.eclipse.xtend</groupId>
Expand All @@ -38,7 +38,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.8</version>
<version>3.6.0</version>
<executions>
<execution>
<id>add-sources</id>
Expand Down Expand Up @@ -68,7 +68,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<version>2.5</version>
<version>3.4.0</version>
<executions>
<execution>
<phase>clean</phase>
Expand Down

0 comments on commit 0161504

Please sign in to comment.