diff --git a/CHANGELOG.md b/CHANGELOG.md
index 35c3707..90bebb8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/).
+## [1.7] - 2022-10-08
+### Changed
+- `pom.xml`: updated dependency versions
+
## [1.6] - 2022-06-24
### Changed
- `pom.xml`, `Parser`: switched to `log-front` 5.0, dropped `logback`
diff --git a/README.md b/README.md
index 346415f..8efac3d 100644
--- a/README.md
+++ b/README.md
@@ -56,25 +56,25 @@ Also, the parser may not yet meet the specification in all respects, even for th
## Dependency Specification
-The latest version of the library is 1.6, and it may be obtained from the Maven Central repository.
+The latest version of the library is 1.7, and it may be obtained from the Maven Central repository.
### Maven
```xml
io.kjson
kjson-yaml
- 1.6
+ 1.7
```
### Gradle
```groovy
- implementation 'io.kjson:kjson-yaml:1.6'
+ implementation 'io.kjson:kjson-yaml:1.7'
```
### Gradle (kts)
```kotlin
- implementation("io.kjson:kjson-yaml:1.6")
+ implementation("io.kjson:kjson-yaml:1.7")
```
Peter Wall
-2022-06-24
+2022-10-08
diff --git a/pom.xml b/pom.xml
index 8c6f779..e823c1c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
kjson-yaml
- 1.6
+ 1.7
Kotlin YAML processor
jar
https://github.com/pwall567/kjson-yaml
@@ -59,12 +59,12 @@
io.kjson
kjson-core
- 3.0
+ 4.0
io.kjson
kjson-pointer
- 1.9
+ 2.0
net.pwall.text