Skip to content

Commit

Permalink
Merge pull request #2524 from hazendaz/master
Browse files Browse the repository at this point in the history
[pom] Bump logback to 1.5.8
  • Loading branch information
hazendaz committed Sep 14, 2024
2 parents 3090acf + e2d605a commit 0003070
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Source/JNA/waffle-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<properties>
<!-- Dependencies -->
<caffeine.version>3.1.8</caffeine.version>
<logback.version>1.5.6</logback.version>
<logback.version>1.5.8</logback.version>
<servlet.version>4.0.4</servlet.version>

<!-- Plugins -->
Expand Down
2 changes: 1 addition & 1 deletion Source/JNA/waffle-demo/waffle-spring-boot-filter3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<java.release.version>17</java.release.version>

<!-- Dependencies -->
<logback.version>1.5.6</logback.version>
<logback.version>1.5.8</logback.version>
<spring-boot.version>3.3.3</spring-boot.version>

<!-- Automatic Module Name for JPMS -->
Expand Down
2 changes: 1 addition & 1 deletion Source/JNA/waffle-distro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<checker-qual.version>3.47.0</checker-qual.version>
<jna.version>5.14.0</jna.version>
<log4j.version>2.24.0</log4j.version>
<logback.version>1.5.6</logback.version>
<logback.version>1.5.8</logback.version>

<!-- Maven compiler options -->
<java.version>21</java.version>
Expand Down

0 comments on commit 0003070

Please sign in to comment.