Skip to content

Commit 8990ea3

Browse files
[AUTOPR] Automatic updates (#58)
* Set EPT as code owner * Bump version file * Update version * Restore Mend config --------- Co-authored-by: nicolaasuni-vonage <[email protected]>
1 parent f6f3096 commit 8990ea3

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.mend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"settingsInheritedFrom": "vonage/whitesource-config@api-platform",
2+
"settingsInheritedFrom": "Vonage/whitesource-config@api-platform",
33
"remediateSettings": {
44
"timezone": "UTC",
55
"dependencyDashboardAutoclose": true

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @Vonage/api-ept @Vonage/apicet @Vonage/nexmo-oss @nicolaasuni-vonage
1+
* @Vonage/api-ept @nicolaasuni-vonage

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.19
1+
1.6.20

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.19
35+
PROJECT_NUMBER = 1.6.20
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

catalog-info.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ metadata:
99
backstage.io/techdocs-ref: url:https://github.com/Vonage/numkey/tree/main
1010
spec:
1111
type: library
12-
owner: Vonage/nexmo-oss
12+
owner: Vonage/api-ept
1313
lifecycle: production

java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repositories {
1717
}
1818

1919
dependencies {
20-
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.1'
20+
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.2'
2121
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
2222
}
2323

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.19.1",
33+
version="1.6.20.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)