Skip to content

Commit

Permalink
Update logback to 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo committed Apr 11, 2024
1 parent d6ddd95 commit 640a429
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Airbase 155
- spotbugs-annotations 4.8.4 (from 4.8.3)
- jakarta.annotation-api 3.0.0 (from 2.1.1)
- opentelemetry 1.37.0 (from 1.36.0)
- logback 1.5.4 (from 1.5.3)

Airbase 154
* Fix javadoc building when `air.compiler.enable-preview` is set
Expand Down
2 changes: 1 addition & 1 deletion airbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
<dep.joda.version>2.12.7</dep.joda.version>
<dep.junit.version>5.10.2</dep.junit.version>
<dep.kotlin.version>1.9.23</dep.kotlin.version>
<dep.logback.version>1.5.3</dep.logback.version>
<dep.logback.version>1.5.4</dep.logback.version>
<!-- do not update yet: 2.8.0 requires Maven 3.9.5 which breaks mvnd support -->
<dep.modernizer.version>2.7.0</dep.modernizer.version>
<dep.opentelemetry.version>1.37.0</dep.opentelemetry.version>
Expand Down

0 comments on commit 640a429

Please sign in to comment.