Skip to content

Commit

Permalink
Merge pull request #341 from kagemomiji/issue340-bump-up-libraries
Browse files Browse the repository at this point in the history
#340 Update logback and Spring Boot version
  • Loading branch information
kagemomiji authored Dec 30, 2023
2 parents e43c078 + 1c004c3 commit a806caf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions airsonic-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<tomcat.server.scope>provided</tomcat.server.scope>
<!-- For fixing import/export due to https://github.com/liquibase/liquibase/issues/1598 -->
<liquibase.version>4.22.0</liquibase.version>
<logback.version>1.2.13</logback.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.16</version>
<version>2.7.18</version>
<relativePath />
</parent>

Expand Down

0 comments on commit a806caf

Please sign in to comment.