Skip to content

Commit

Permalink
Update Libs (#2052)
Browse files Browse the repository at this point in the history
  • Loading branch information
tesshucom authored Feb 22, 2023
2 parents d802456 + 3aadc8d commit 7f3eb72
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
name: Package with JDK ${{ matrix.java }} on ubuntu
strategy:
matrix:
java: [ 11, 17, 18 ]
java: [ 11, 17, 18, 19 ]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion install/docker/alpine-jdk17/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<relativePath>../../../pom.xml</relativePath>
<artifactId>jpsonic</artifactId>
<version>111.5.18</version>
<version>111.5.19</version>
<groupId>com.tesshu.jpsonic.player</groupId>
</parent>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion install/docker/jammy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<relativePath>../../../pom.xml</relativePath>
<artifactId>jpsonic</artifactId>
<version>111.5.18</version>
<version>111.5.19</version>
<groupId>com.tesshu.jpsonic.player</groupId>
</parent>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion install/docker/liberica-jdk11/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<relativePath>../../../pom.xml</relativePath>
<artifactId>jpsonic</artifactId>
<version>111.5.18</version>
<version>111.5.19</version>
<groupId>com.tesshu.jpsonic.player</groupId>
</parent>
<packaging>pom</packaging>
Expand Down
6 changes: 3 additions & 3 deletions jpsonic-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.tesshu.jpsonic.player</groupId>
<artifactId>jpsonic</artifactId>
<version>111.5.18</version>
<version>111.5.19</version>
</parent>

<properties>
Expand Down Expand Up @@ -319,7 +319,7 @@
<dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>org.eclipse.persistence.moxy</artifactId>
<version>2.7.11</version>
<version>2.7.12</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -591,7 +591,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.5.3</version><!--$NO-MVN-MAN-VER$-->
<version>42.5.4</version><!--$NO-MVN-MAN-VER$-->
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion jpsonic-upnp-template/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.tesshu.jpsonic.player</groupId>
<artifactId>jpsonic</artifactId>
<version>111.5.18</version>
<version>111.5.19</version>
</parent>

<dependencies>
Expand Down
20 changes: 10 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.tesshu.jpsonic.player</groupId>
<artifactId>jpsonic</artifactId>
<version>111.5.18</version>
<version>111.5.19</version>
<name>Jpsonic</name>
<packaging>pom</packaging>
<organization>
Expand All @@ -24,7 +24,7 @@
<jetty.version>10.0.11</jetty.version>
<jetty-jsp.version>10.0.11</jetty-jsp.version>
<pmd.version>6.54.0</pmd.version>
<log4j.version>2.19.0</log4j.version>
<log4j.version>2.20.0</log4j.version>
<logback.version>1.2.11</logback.version>
<slf4j.version>1.7.36</slf4j.version>
<antlr.version>4.11.1</antlr.version>
Expand Down Expand Up @@ -110,37 +110,37 @@
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-acl</artifactId>
<version>5.8.1</version><!--$NO-MVN-MAN-VER$-->
<version>5.8.2</version><!--$NO-MVN-MAN-VER$-->
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-config</artifactId>
<version>5.8.1</version><!--$NO-MVN-MAN-VER$-->
<version>5.8.2</version><!--$NO-MVN-MAN-VER$-->
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<version>5.8.1</version><!--$NO-MVN-MAN-VER$-->
<version>5.8.2</version><!--$NO-MVN-MAN-VER$-->
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-crypto</artifactId>
<version>5.7.6</version><!--$NO-MVN-MAN-VER$-->
<version>5.7.7</version><!--$NO-MVN-MAN-VER$-->
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-taglibs</artifactId>
<version>5.8.1</version><!--$NO-MVN-MAN-VER$-->
<version>5.8.2</version><!--$NO-MVN-MAN-VER$-->
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-ldap</artifactId>
<version>5.8.1</version><!--$NO-MVN-MAN-VER$-->
<version>5.8.2</version><!--$NO-MVN-MAN-VER$-->
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
<version>5.8.1</version><!--$NO-MVN-MAN-VER$-->
<version>5.8.2</version><!--$NO-MVN-MAN-VER$-->
</dependency>

<!-- Spring Boot is slow to fix CVE, so some libraries will be overridden. -->
Expand Down Expand Up @@ -226,7 +226,7 @@
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
<scope>compile</scope>
<version>3.30.0</version>
<version>3.31.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.jdt</groupId>
Expand Down
2 changes: 1 addition & 1 deletion subsonic-rest-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.tesshu.jpsonic.player</groupId>
<artifactId>jpsonic</artifactId>
<version>111.5.18</version>
<version>111.5.19</version>
</parent>

<dependencies>
Expand Down

0 comments on commit 7f3eb72

Please sign in to comment.