diff --git a/VERSION b/VERSION index 10010a4..69e4e62 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.6.28 +1.6.29 diff --git a/c/doc/Doxyfile b/c/doc/Doxyfile index ec8ad47..80afed9 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.28 +PROJECT_NUMBER = 1.6.29 # 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/cgo/Makefile b/cgo/Makefile index 42e9cf3..893b9ac 100644 --- a/cgo/Makefile +++ b/cgo/Makefile @@ -50,7 +50,7 @@ GOFMT=$(shell which gofmt) GOTEST=GOPATH=$(GOPATH) $(shell which gotest) GODOC=GOPATH=$(GOPATH) $(shell which godoc) GOLANGCILINT=$(BINUTIL)/golangci-lint -GOLANGCILINTVERSION=v1.64.4 +GOLANGCILINTVERSION=v1.64.5 # Directory containing the source code SRCDIR=./src diff --git a/go/Makefile b/go/Makefile index d5d8e02..6bfb534 100644 --- a/go/Makefile +++ b/go/Makefile @@ -50,7 +50,7 @@ GOFMT=$(shell which gofmt) GOTEST=GOPATH=$(GOPATH) $(shell which gotest) GODOC=GOPATH=$(GOPATH) $(shell which godoc) GOLANGCILINT=$(BINUTIL)/golangci-lint -GOLANGCILINTVERSION=v1.64.4 +GOLANGCILINTVERSION=v1.64.5 # Directory containing the source code SRCDIR=./src diff --git a/java/build.gradle b/java/build.gradle index a9a7b7f..8dce464 100644 --- a/java/build.gradle +++ b/java/build.gradle @@ -17,7 +17,7 @@ repositories { } dependencies { - testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4' + testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' } diff --git a/java/gradle/wrapper/gradle-wrapper.properties b/java/gradle/wrapper/gradle-wrapper.properties index e18bc25..37f853b 100644 --- a/java/gradle/wrapper/gradle-wrapper.properties +++ b/java/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/python/setup.py b/python/setup.py index f9d67dc..e50330c 100644 --- a/python/setup.py +++ b/python/setup.py @@ -30,7 +30,7 @@ def run(self): setup( name="numkey", - version="1.6.28.1", + version="1.6.29.1", keywords=("numkey E.164 shortcode lvn did encoding"), description="NumKey Bindings for Python", long_description=read("../README.md"),