File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- 1.6.40
1+ 1.6.41
Original file line number Diff line number Diff 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.40
35+ PROJECT_NUMBER = 1.6.41
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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/Vonage/numkey
22
33go 1.24
44
5- toolchain go1.24.3
5+ toolchain go1.24.4
66
77require (
88 github.com/jstemmer/go-junit-report/v2 v2.1.0
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ repositories {
1717}
1818
1919dependencies {
20- testImplementation ' org.junit.jupiter:junit-jupiter:5.12.2 '
20+ testImplementation ' org.junit.jupiter:junit-jupiter:5.13.1 '
2121 testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
2222}
2323
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.2 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ def run(self):
3030
3131setup (
3232 name = "numkey" ,
33- version = "1.6.40 .1" ,
33+ version = "1.6.41 .1" ,
3434 keywords = ("numkey E.164 shortcode lvn did encoding" ),
3535 description = "NumKey Bindings for Python" ,
3636 long_description = read ("../README.md" ),
You can’t perform that action at this time.
0 commit comments