diff --git a/CHANGELOG.md b/CHANGELOG.md
index baf32dc..86e6841 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
## Unreleased
+## Release notes for 1.6.1 (2025-12-20)
+
+- Java: Update to latest protoc and protobuf runtime versions [#92](https://github.com/openstreetmap/OSM-binary/pull/92)
+
## Release notes for 1.6.0 (2024-12-10)
- Java: Update to latest protoc and protobuf runtime versions [#84](https://github.com/openstreetmap/OSM-binary/pull/84)
diff --git a/README.md b/README.md
index e8635ec..0148ec4 100644
--- a/README.md
+++ b/README.md
@@ -21,16 +21,17 @@ something more complete see [libosmium](https://osmcode.org/libosmium/).
### Building with Maven
-We publish the Java library to [Maven Central](https://search.maven.org/):
+We publish the Java library to [Maven Central](https://mvnrepository.com/artifact/org.openstreetmap.pbf/osmpbf): 
```xml
org.openstreetmap.pbf
osmpbf
- 1.5.0
+ ${LATEST_VERSION}
```
+
To build the Java library run:
```sh
diff --git a/pom.xml b/pom.xml
index be447ec..a4a712c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
UTF-8
- 4.28.3
+ 4.33.2
@@ -139,20 +139,13 @@
0.6.0
true
- central-lenni
+ central
true
-
-
- dtrott
- http://maven.davidtrott.com/repository
-
-
-
junit