Skip to content

Commit

Permalink
dep updates
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmosmann committed Jan 16, 2024
1 parent c382193 commit 1d8bd79
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ We use http://www.apache.org/licenses/LICENSE-2.0

#### Unreleased

- dependency updates
- bugfix in embed.process

#### 4.12.0

- dependency updates
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.24.2</version>
<version>3.25.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -497,7 +497,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>32.1.3-jre</version>
<version>33.0.0-jre</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -524,7 +524,7 @@
<dependency>
<groupId>de.flapdoodle.embed</groupId>
<artifactId>de.flapdoodle.embed.process</artifactId>
<version>4.10.1</version>
<version>4.10.2</version>
</dependency>
<dependency>
<groupId>de.flapdoodle.embed</groupId>
Expand Down

0 comments on commit 1d8bd79

Please sign in to comment.