Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump dependencies & copyright year #275

Merged
merged 3 commits into from
Jan 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = False
current_version = 4.15.0
current_version = 4.15.1
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
serialize =
{major}.{minor}.{patch}-{release}{build}
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014-2024 Vonage.
Copyright (c) 2014-2025 Vonage.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ When you use Maven as your build tool, you can manage dependencies in the `pom.x
<dependency>
<groupId>com.tokbox</groupId>
<artifactId>opentok-server-sdk</artifactId>
<version>4.15.0</version>
<version>4.15.1</version>
</dependency>
```

Expand All @@ -58,7 +58,7 @@ When you use Gradle as your build tool, you can manage dependencies in the `buil

```groovy
dependencies {
compile group: 'com.tokbox', name: 'opentok-server-sdk', version: '4.15.0'
compile group: 'com.tokbox', name: 'opentok-server-sdk', version: '4.15.1'
}
```

Expand Down
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {

group = 'com.tokbox'
archivesBaseName = 'opentok-server-sdk'
version = '4.15.0'
version = '4.15.1'

ext.githubPath = "opentok/$archivesBaseName"

Expand All @@ -23,17 +23,17 @@ repositories {
dependencies {
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.wiremock:wiremock:3.10.0'
testImplementation 'com.google.guava:guava:33.3.1-jre'
testImplementation 'com.google.guava:guava:33.4.0-jre'
testImplementation 'io.jsonwebtoken:jjwt-api:0.12.6'
testImplementation 'io.jsonwebtoken:jjwt-impl:0.12.6'
testImplementation 'io.jsonwebtoken:jjwt-jackson:0.12.6'

implementation 'com.vonage:jwt:2.0.0'
implementation 'commons-lang:commons-lang:2.6'
implementation 'commons-codec:commons-codec:1.17.1'
implementation 'io.netty:netty-codec-http:4.1.115.Final'
implementation 'io.netty:netty-handler:4.1.115.Final'
implementation 'org.asynchttpclient:async-http-client:2.12.3'
implementation 'io.netty:netty-codec-http:4.1.116.Final'
implementation 'io.netty:netty-handler:4.1.116.Final'
implementation 'org.asynchttpclient:async-http-client:2.12.4'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2'
implementation 'org.bitbucket.b_c:jose4j:0.9.6'
}
Expand Down
2 changes: 1 addition & 1 deletion bumpversion.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# OpenTok Java SDK
# Copyright (C) 2024 Vonage.
# Copyright (C) 2025 Vonage.
# http://www.tokbox.com
#
# Licensed under The MIT License (MIT). See LICENSE file for more information.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/opentok/Archive.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* OpenTok Java SDK
* Copyright (C) 2024 Vonage.
* Copyright (C) 2025 Vonage.
* http://www.tokbox.com
*
* Licensed under The MIT License (MIT). See LICENSE file for more information.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/opentok/ArchiveLayout.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* OpenTok Java SDK
* Copyright (C) 2024 Vonage.
* Copyright (C) 2025 Vonage.
* http://www.tokbox.com
*
* Licensed under The MIT License (MIT). See LICENSE file for more information.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/opentok/ArchiveList.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* OpenTok Java SDK
* Copyright (C) 2024 Vonage.
* Copyright (C) 2025 Vonage.
* http://www.tokbox.com
*
* Licensed under The MIT License (MIT). See LICENSE file for more information.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/opentok/ArchiveMode.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* OpenTok Java SDK
* Copyright (C) 2024 Vonage.
* Copyright (C) 2025 Vonage.
* http://www.tokbox.com
*
* Licensed under The MIT License (MIT). See LICENSE file for more information.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/opentok/ArchiveProperties.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* OpenTok Java SDK
* Copyright (C) 2024 Vonage.
* Copyright (C) 2025 Vonage.
* http://www.tokbox.com
*
* Licensed under The MIT License (MIT). See LICENSE file for more information.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/opentok/AudioConnector.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* OpenTok Java SDK
* Copyright (C) 2024 Vonage.
* Copyright (C) 2025 Vonage.
* http://www.tokbox.com
*
* Licensed under The MIT License (MIT). See LICENSE file for more information.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/opentok/AudioConnectorProperties.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* OpenTok Java SDK
* Copyright (C) 2024 Vonage.
* Copyright (C) 2025 Vonage.
* http://www.tokbox.com
*
* Licensed under The MIT License (MIT). See LICENSE file for more information.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/opentok/Broadcast.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* OpenTok Java SDK
* Copyright (C) 2024 Vonage.
* Copyright (C) 2025 Vonage.
* http://www.tokbox.com
*
* Licensed under The MIT License (MIT). See LICENSE file for more information.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/opentok/BroadcastLayout.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* OpenTok Java SDK
* Copyright (C) 2024 Vonage.
* Copyright (C) 2025 Vonage.
* http://www.tokbox.com
*
* Licensed under The MIT License (MIT). See LICENSE file for more information.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/opentok/BroadcastProperties.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* OpenTok Java SDK
* Copyright (C) 2024 Vonage.
* Copyright (C) 2025 Vonage.
* http://www.tokbox.com
*
* Licensed under The MIT License (MIT). See LICENSE file for more information.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/opentok/Caption.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* OpenTok Java SDK
* Copyright (C) 2024 Vonage.
* Copyright (C) 2025 Vonage.
* http://www.tokbox.com
*
* Licensed under The MIT License (MIT). See LICENSE file for more information.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/opentok/CaptionProperties.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* OpenTok Java SDK
* Copyright (C) 2024 Vonage.
* Copyright (C) 2025 Vonage.
* http://www.tokbox.com
*
* Licensed under The MIT License (MIT). See LICENSE file for more information.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/opentok/CreatedSession.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* OpenTok Java SDK
* Copyright (C) 2024 Vonage.
* Copyright (C) 2025 Vonage.
* http://www.tokbox.com
*
* Licensed under The MIT License (MIT). See LICENSE file for more information.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/opentok/Hls.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* OpenTok Java SDK
* Copyright (C) 2024 Vonage.
* Copyright (C) 2025 Vonage.
* http://www.tokbox.com
*
* Licensed under The MIT License (MIT). See LICENSE file for more information.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/opentok/MediaMode.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* OpenTok Java SDK
* Copyright (C) 2024 Vonage.
* Copyright (C) 2025 Vonage.
* http://www.tokbox.com
*
* Licensed under The MIT License (MIT). See LICENSE file for more information.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/opentok/MuteAllProperties.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* OpenTok Java SDK
* Copyright (C) 2024 Vonage.
* Copyright (C) 2025 Vonage.
* http://www.tokbox.com
*
* Licensed under The MIT License (MIT). See LICENSE file for more information.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/opentok/OpenTok.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* OpenTok Java SDK
* Copyright (C) 2024 Vonage.
* Copyright (C) 2025 Vonage.
* http://www.tokbox.com
*
* Licensed under The MIT License (MIT). See LICENSE file for more information.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/opentok/Render.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* OpenTok Java SDK
* Copyright (C) 2024 Vonage.
* Copyright (C) 2025 Vonage.
* http://www.tokbox.com
*
* Licensed under The MIT License (MIT). See LICENSE file for more information.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/opentok/RenderProperties.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* OpenTok Java SDK
* Copyright (C) 2024 Vonage.
* Copyright (C) 2025 Vonage.
* http://www.tokbox.com
*
* Licensed under The MIT License (MIT). See LICENSE file for more information.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/opentok/RenderStatus.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* OpenTok Java SDK
* Copyright (C) 2024 Vonage.
* Copyright (C) 2025 Vonage.
* http://www.tokbox.com
*
* Licensed under The MIT License (MIT). See LICENSE file for more information.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/opentok/Resolution.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* OpenTok Java SDK
* Copyright (C) 2024 Vonage.
* Copyright (C) 2025 Vonage.
* http://www.tokbox.com
*
* Licensed under The MIT License (MIT). See LICENSE file for more information.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/opentok/Role.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* OpenTok Java SDK
* Copyright (C) 2024 Vonage.
* Copyright (C) 2025 Vonage.
* http://www.tokbox.com
*
* Licensed under The MIT License (MIT). See LICENSE file for more information.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/opentok/Rtmp.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* OpenTok Java SDK
* Copyright (C) 2024 Vonage.
* Copyright (C) 2025 Vonage.
* http://www.tokbox.com
*
* Licensed under The MIT License (MIT). See LICENSE file for more information.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/opentok/RtmpProperties.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* OpenTok Java SDK
* Copyright (C) 2024 Vonage.
* Copyright (C) 2025 Vonage.
* http://www.tokbox.com
*
* Licensed under The MIT License (MIT). See LICENSE file for more information.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/opentok/ScreenShareLayoutType.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* OpenTok Java SDK
* Copyright (C) 2024 Vonage.
* Copyright (C) 2025 Vonage.
* http://www.tokbox.com
*
* Licensed under The MIT License (MIT). See LICENSE file for more information.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/opentok/Session.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* OpenTok Java SDK
* Copyright (C) 2024 Vonage.
* Copyright (C) 2025 Vonage.
* http://www.tokbox.com
*
* Licensed under The MIT License (MIT). See LICENSE file for more information.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/opentok/SessionProperties.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* OpenTok Java SDK
* Copyright (C) 2024 Vonage.
* Copyright (C) 2025 Vonage.
* http://www.tokbox.com
*
* Licensed under The MIT License (MIT). See LICENSE file for more information.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/opentok/SignalProperties.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* OpenTok Java SDK
* Copyright (C) 2024 Vonage.
* Copyright (C) 2025 Vonage.
* http://www.tokbox.com
*
* Licensed under The MIT License (MIT). See LICENSE file for more information.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/opentok/Sip.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* OpenTok Java SDK
* Copyright (C) 2024 Vonage.
* Copyright (C) 2025 Vonage.
* http://www.tokbox.com
*
* Licensed under The MIT License (MIT). See LICENSE file for more information.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/opentok/SipProperties.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* OpenTok Java SDK
* Copyright (C) 2024 Vonage.
* Copyright (C) 2025 Vonage.
* http://www.tokbox.com
*
* Licensed under The MIT License (MIT). See LICENSE file for more information.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/opentok/Stream.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* OpenTok Java SDK
* Copyright (C) 2024 Vonage.
* Copyright (C) 2025 Vonage.
* http://www.tokbox.com
*
* Licensed under The MIT License (MIT). See LICENSE file for more information.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/opentok/StreamList.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* OpenTok Java SDK
* Copyright (C) 2024 Vonage.
* Copyright (C) 2025 Vonage.
* http://www.tokbox.com
*
* Licensed under The MIT License (MIT). See LICENSE file for more information.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/opentok/StreamListProperties.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* OpenTok Java SDK
* Copyright (C) 2024 Vonage.
* Copyright (C) 2025 Vonage.
* http://www.tokbox.com
*
* Licensed under The MIT License (MIT). See LICENSE file for more information.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/opentok/StreamProperties.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* OpenTok Java SDK
* Copyright (C) 2024 Vonage.
* Copyright (C) 2025 Vonage.
* http://www.tokbox.com
*
* Licensed under The MIT License (MIT). See LICENSE file for more information.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/opentok/TokenOptions.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* OpenTok Java SDK
* Copyright (C) 2024 Vonage.
* Copyright (C) 2025 Vonage.
* http://www.tokbox.com
*
* Licensed under The MIT License (MIT). See LICENSE file for more information.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/opentok/constants/DefaultApiUrl.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* OpenTok Java SDK
* Copyright (C) 2024 Vonage.
* Copyright (C) 2025 Vonage.
* http://www.tokbox.com
*
* Licensed under The MIT License (MIT). See LICENSE file for more information.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/opentok/constants/DefaultUserAgent.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* OpenTok Java SDK
* Copyright (C) 2024 Vonage.
* Copyright (C) 2025 Vonage.
* http://www.tokbox.com
*
* Licensed under The MIT License (MIT). See LICENSE file for more information.
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/com/opentok/constants/Version.java
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/**
* OpenTok Java SDK
* Copyright (C) 2024 Vonage.
* Copyright (C) 2025 Vonage.
* http://www.tokbox.com
*
* Licensed under The MIT License (MIT). See LICENSE file for more information.
*/
package com.opentok.constants;

public class Version {
public static final String VERSION = "4.15.0";
public static final String VERSION = "4.15.1";
}
2 changes: 1 addition & 1 deletion src/main/java/com/opentok/constants/package-info.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* OpenTok Java SDK
* Copyright (C) 2024 Vonage.
* Copyright (C) 2025 Vonage.
* http://www.tokbox.com
*
* Licensed under The MIT License (MIT). See LICENSE file for more information.
Expand Down
Loading
Loading