Skip to content

Commit d4139c1

Browse files
[AUTOPR] Automatic updates (#54)
* Update security info * Update Go to 1.23.2 * Update gradle --------- Co-authored-by: nicolaasuni-vonage <[email protected]>
1 parent ba8d573 commit d4139c1

File tree

6 files changed

+8
-6
lines changed

6 files changed

+8
-6
lines changed

SECURITY.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# Security Policy
22

3-
Please refer to: https://www.vonage.com/security/
3+
We appreciate your efforts to responsibly disclose your findings.
4+
5+
To report a security issue, please folow the links at: https://www.vonage.com/security/.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.17
1+
1.6.18

c/doc/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ PROJECT_NAME = "NumKey"
3232
# This could be handy for archiving the generated documentation or
3333
# if some version control system is used.
3434

35-
PROJECT_NUMBER = 1.6.17
35+
PROJECT_NUMBER = 1.6.18
3636

3737
# Using the PROJECT_BRIEF tag one can provide an optional one line description
3838
# for a project that appears at the top of each page and should give viewer

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/Vonage/numkey
22

33
go 1.23
44

5-
toolchain go1.23.1
5+
toolchain go1.23.2
66

77
require (
88
github.com/jstemmer/go-junit-report/v2 v2.1.0

java/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def run(self):
3030

3131
setup(
3232
name="numkey",
33-
version="1.6.17.1",
33+
version="1.6.18.1",
3434
keywords=("numkey E.164 shortcode lvn did encoding"),
3535
description="NumKey Bindings for Python",
3636
long_description=read("../README.md"),

0 commit comments

Comments
 (0)