Skip to content

Commit

Permalink
Merge pull request #624 from vitruv-tools/dependabot/maven/various
Browse files Browse the repository at this point in the history
  • Loading branch information
TomWerm authored Nov 21, 2024
2 parents e02dbb9 + 6d6ebf2 commit 8b0744b
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 6 deletions.
22 changes: 16 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>30.1-jre</version>
<version>33.3.1-jre</version>
</dependency>
<dependency>
<groupId>emf-compare</groupId>
Expand All @@ -157,7 +157,7 @@
<dependency>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.common</artifactId>
<version>2.31.0</version>
<version>2.40.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.emf</groupId>
Expand Down Expand Up @@ -193,22 +193,32 @@
<dependency>
<groupId>org.eclipse.xtext</groupId>
<artifactId>org.eclipse.xtext.xbase.lib</artifactId>
<version>2.36.0</version>
<version>2.37.0</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
<version>2.2</version>
<version>3.0</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.10.1</version>
<version>5.11.3</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
<version>5.10.1</version>
<version>5.11.3</version>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-commons</artifactId>
<version>1.11.3</version>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<version>1.11.3</version>
</dependency>
<dependency>
<groupId>sdq-commons</groupId>
Expand Down
10 changes: 10 additions & 0 deletions views/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,16 @@
<artifactId>junit-jupiter-params</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-commons</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>sdq-commons</groupId>
<artifactId>edu.kit.ipd.sdq.commons.util.java</artifactId>
Expand Down
15 changes: 15 additions & 0 deletions vsum/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,21 @@
<artifactId>junit-jupiter-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-commons</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>sdq-commons</groupId>
<artifactId>edu.kit.ipd.sdq.commons.util.java</artifactId>
Expand Down

0 comments on commit 8b0744b

Please sign in to comment.