Skip to content

Commit

Permalink
Update AssertJ to 3.26.3 and Byte Buddy to 1.14.18
Browse files Browse the repository at this point in the history
  • Loading branch information
dain committed Aug 2, 2024
1 parent 5779ebe commit 1094b04
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Airbase 159
* Dependency updates:
- AssertJ 3.26.3 (from 3.26.0)
- Byte Buddy 1.14.18 (from 1.14.17)

Airbase 159
* Require Maven 3.9.8

Expand Down
4 changes: 2 additions & 2 deletions airbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@

<!-- Dependency versions, keep sorted -->
<dep.asm.version>9.7</dep.asm.version>
<dep.assertj-core.version>3.26.0</dep.assertj-core.version>
<dep.byte-buddy.version>1.14.17</dep.byte-buddy.version>
<dep.assertj-core.version>3.26.3</dep.assertj-core.version>
<dep.byte-buddy.version>1.14.18</dep.byte-buddy.version>
<dep.checkstyle.version>10.17.0</dep.checkstyle.version>
<dep.errorprone.version>2.28.0</dep.errorprone.version>
<dep.guava.version>33.2.1-jre</dep.guava.version>
Expand Down

0 comments on commit 1094b04

Please sign in to comment.