Skip to content

Commit 65cae71

Browse files
authored
Merge pull request #6 from 398ja/develop
chore: update Java version requirement to 21 and bump dependencies to…
2 parents 69f4dc0 + 28c13c6 commit 65cae71

1 file changed

Lines changed: 4 additions & 15 deletions

File tree

README.md

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ nsecBunker is a self-hosted daemon that provides decentralized key delegation fo
2626

2727
## Requirements
2828

29-
- Java 17 or higher
29+
- Java 21 or higher
3030
- Maven 3.8+ or Gradle 7+
3131
- Running nsecBunker instance
3232

@@ -38,7 +38,7 @@ nsecBunker is a self-hosted daemon that provides decentralized key delegation fo
3838
<dependency>
3939
<groupId>xyz.tcheeric</groupId>
4040
<artifactId>nsecbunker-client</artifactId>
41-
<version>0.1.0</version>
41+
<version>0.1.1</version>
4242
</dependency>
4343
```
4444

@@ -48,7 +48,7 @@ For admin operations:
4848
<dependency>
4949
<groupId>xyz.tcheeric</groupId>
5050
<artifactId>nsecbunker-admin</artifactId>
51-
<version>0.1.0</version>
51+
<version>0.1.1</version>
5252
</dependency>
5353
```
5454

@@ -186,18 +186,6 @@ mvn verify -Pquality
186186
mvn clean install -DskipTests
187187
```
188188

189-
## Project Status
190-
191-
This library is under active development.
192-
193-
### Phase 1: Foundation (Current)
194-
- [x] Multi-module Maven project structure
195-
- [x] Dependency management setup
196-
- [x] Build plugins configuration
197-
- [x] Code quality tools (Checkstyle, SpotBugs, PMD)
198-
- [x] CI/CD with GitHub Actions
199-
- [x] Documentation structure
200-
201189
## Contributing
202190

203191
Contributions are welcome! Please read our [Contributing Guide](CONTRIBUTING.md) for details on:
@@ -214,6 +202,7 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
214202
## Related Projects
215203

216204
- [nsecBunker](https://github.com/kind-0/nsecbunkerd) - The nsecBunker server
205+
- [Bottin](https://github.com/tcheeric/bottin) – NIP-05 identity registry that pairs with nsecbunker-java for persistent account and identity management. See the [Bottin integration guide](docs/integration/bottin.md) for setup details.
217206
- [nostr-java](https://github.com/tcheeric/nostr-java) - Java implementation of Nostr protocol
218207
- [NIP-46](https://github.com/nostr-protocol/nips/blob/master/46.md) - Nostr Connect specification
219208

0 commit comments

Comments
 (0)