diff --git a/client/pom.xml b/client/pom.xml index 9bfb4add6903770e81652a5b5ef6e5002948dfa1..d95b59899f745b519000f2d7ff8e38c98d448d80 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>org.red5</groupId> <artifactId>red5-parent</artifactId> - <version>1.3.26</version> + <version>1.3.27</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>red5-client</artifactId> diff --git a/client/src/main/java/org/red5/client/Red5Client.java b/client/src/main/java/org/red5/client/Red5Client.java index 9d6962c51614876fce43b232de8cd98afcf57234..5d9b3594e32753d07e9a83dc80b7b4c80792e6a0 100644 --- a/client/src/main/java/org/red5/client/Red5Client.java +++ b/client/src/main/java/org/red5/client/Red5Client.java @@ -18,7 +18,7 @@ public final class Red5Client { /** * Current server version with revision */ - public static final String VERSION = "Red5 Client 1.3.26"; + public static final String VERSION = "Red5 Client 1.3.27"; /** * Create a new Red5Client object using the connection local to the current thread A bit of magic that lets you access the red5 scope diff --git a/common/pom.xml b/common/pom.xml index 732bf49ca5dc34c3d4f826d0e1bfb48867511169..c3d0e935f5d4c1ecff0282658b99eac3b3f120b4 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>org.red5</groupId> <artifactId>red5-parent</artifactId> - <version>1.3.26</version> + <version>1.3.27</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>red5-server-common</artifactId> @@ -113,7 +113,7 @@ <dependency> <groupId>net.engio</groupId> <artifactId>mbassador</artifactId> - <version>1.3.26</version> + <version>1.3.27</version> </dependency> --> <dependency> <groupId>junit</groupId> diff --git a/common/src/main/java/org/red5/server/api/Red5.java b/common/src/main/java/org/red5/server/api/Red5.java index a4fb0c7f32b19208ddc7510445e2375c4d8d8378..e5dae97200614423c704979599612b2c743cee8f 100644 --- a/common/src/main/java/org/red5/server/api/Red5.java +++ b/common/src/main/java/org/red5/server/api/Red5.java @@ -55,12 +55,12 @@ public final class Red5 { /** * Server version with revision */ - public static final String VERSION = "Red5 Server 1.3.26"; + public static final String VERSION = "Red5 Server 1.3.27"; /** * Server version for fmsVer requests */ - public static final String FMS_VERSION = "RED5/1,3,26,0"; + public static final String FMS_VERSION = "RED5/1,3,27,0"; /** * Server capabilities diff --git a/io/pom.xml b/io/pom.xml index 8356d48c744eefcf83a388e1968726aa37984a06..c20c7f409702f338f1771bd4243c5957b7cfdd16 100644 --- a/io/pom.xml +++ b/io/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>org.red5</groupId> <artifactId>red5-parent</artifactId> - <version>1.3.26</version> + <version>1.3.27</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>red5-io</artifactId> diff --git a/pom.xml b/pom.xml index 5f671289ec021d19b4325bb19c1ec1adf3ce8d67..1d79b74e20ea330da851def9ad3749369628e34f 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ <name>Red5</name> <description>The Red5 server</description> <groupId>org.red5</groupId> - <version>1.3.26</version> + <version>1.3.27</version> <url>https://github.com/Red5/red5-server</url> <inceptionYear>2005</inceptionYear> <organization> @@ -96,12 +96,12 @@ <red5-io.version>${project.version}</red5-io.version> <red5-server-common.version>${project.version}</red5-server-common.version> <red5-service.version>${project.version}</red5-service.version> - <slf4j.version>1.7.36</slf4j.version> - <logback.version>1.2.11</logback.version> + <slf4j.version>2.0.11</slf4j.version> + <logback.version>1.4.14</logback.version> <bc.version>1.62</bc.version> <mina.version>2.0.23</mina.version> <!-- Can no longer open-end spring, 6.0 forces jdk 17 --> - <spring.version>5.3.25</spring.version> + <spring.version>5.3.31</spring.version> <tomcat.version>8.5.95</tomcat.version> <junit.version>[4.13.1,)</junit.version> <isoparser.version>1.9.39</isoparser.version> diff --git a/server/pom.xml b/server/pom.xml index a59a21e2814e523946d0b08dbfab21a9f86d27bd..f198668bf7e8867ef139aa96494f041579e0d4a9 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>org.red5</groupId> <artifactId>red5-parent</artifactId> - <version>1.3.26</version> + <version>1.3.27</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>red5-server</artifactId> diff --git a/service/pom.xml b/service/pom.xml index ac8b532124b6a417f1e7155cbb2b3227c3e29a97..309df39395d34783974d1f9d44240820cd0be6e8 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>org.red5</groupId> <artifactId>red5-parent</artifactId> - <version>1.3.26</version> + <version>1.3.27</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>red5-service</artifactId>