From 8990ea3215d8c727195823d73de839b053adf6cd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 08:34:17 +0000 Subject: [PATCH] [AUTOPR] Automatic updates (#58) * Set EPT as code owner * Bump version file * Update version * Restore Mend config --------- Co-authored-by: nicolaasuni-vonage --- .mend | 2 +- CODEOWNERS | 2 +- VERSION | 2 +- c/doc/Doxyfile | 2 +- catalog-info.yaml | 2 +- java/build.gradle | 2 +- python/setup.py | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.mend b/.mend index c6fb47c..362e626 100644 --- a/.mend +++ b/.mend @@ -1,5 +1,5 @@ { - "settingsInheritedFrom": "vonage/whitesource-config@api-platform", + "settingsInheritedFrom": "Vonage/whitesource-config@api-platform", "remediateSettings": { "timezone": "UTC", "dependencyDashboardAutoclose": true diff --git a/CODEOWNERS b/CODEOWNERS index dceabc3..d786212 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1 +1 @@ -* @Vonage/api-ept @Vonage/apicet @Vonage/nexmo-oss @nicolaasuni-vonage +* @Vonage/api-ept @nicolaasuni-vonage diff --git a/VERSION b/VERSION index e55f803..c45801e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.6.19 +1.6.20 diff --git a/c/doc/Doxyfile b/c/doc/Doxyfile index 21a9b6d..c897566 100644 --- a/c/doc/Doxyfile +++ b/c/doc/Doxyfile @@ -32,7 +32,7 @@ PROJECT_NAME = "NumKey" # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 1.6.19 +PROJECT_NUMBER = 1.6.20 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer diff --git a/catalog-info.yaml b/catalog-info.yaml index 534d6e2..76767f5 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -9,5 +9,5 @@ metadata: backstage.io/techdocs-ref: url:https://github.com/Vonage/numkey/tree/main spec: type: library - owner: Vonage/nexmo-oss + owner: Vonage/api-ept lifecycle: production diff --git a/java/build.gradle b/java/build.gradle index 4420828..97d956d 100644 --- a/java/build.gradle +++ b/java/build.gradle @@ -17,7 +17,7 @@ repositories { } dependencies { - testImplementation 'org.junit.jupiter:junit-jupiter:5.11.1' + testImplementation 'org.junit.jupiter:junit-jupiter:5.11.2' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' } diff --git a/python/setup.py b/python/setup.py index f444a7e..8344b63 100644 --- a/python/setup.py +++ b/python/setup.py @@ -30,7 +30,7 @@ def run(self): setup( name="numkey", - version="1.6.19.1", + version="1.6.20.1", keywords=("numkey E.164 shortcode lvn did encoding"), description="NumKey Bindings for Python", long_description=read("../README.md"),