Skip to content

Commit

Permalink
Update teetime to 3.1.1, picocli to 3.7.6, bytebuddy to 1.4.17
Browse files Browse the repository at this point in the history
  • Loading branch information
DaGeRe committed Jul 6, 2024
1 parent 04b1ae8 commit 0c6f7cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions dependency/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<dependency>
<groupId>de.cau.cs.se.teetime</groupId>
<artifactId>teetime</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
</dependency>

<dependency>
Expand All @@ -125,7 +125,7 @@
<dependency>
<groupId>info.picocli</groupId>
<artifactId>picocli</artifactId>
<version>4.7.5</version>
<version>4.7.6</version>
</dependency>

<!-- Both are needed in your local maven repo, and both should be downloaded when building (but are only needed at runtime, if a project does not use snapshot
Expand Down Expand Up @@ -189,13 +189,13 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.14.11</version>
<version>1.14.17</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-agent</artifactId>
<version>1.14.11</version>
<version>1.14.17</version>
<scope>test</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions measurement/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,13 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.14.11</version>
<version>1.14.17</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-agent</artifactId>
<version>1.14.11</version>
<version>1.14.17</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 0c6f7cc

Please sign in to comment.