Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Commit 231508a

Browse files
authored
prepare for release
1 parent 9b9fc57 commit 231508a

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## 5.0.2
4+
5+
### Documentation
6+
7+
* Fix missing external links for HttpServer documentation [#54](https://github.com/KatsuteDev/simplehttpserver/pull/54) ([@Katsute](https://github.com/Katsute))
8+
9+
### Dependencies
10+
11+
* Bump junit-jupiter from 5.9.2 to 5.9.3 [#35](https://github.com/KatsuteDev/simplehttpserver/pull/35) ([@mashiro-san](https://github.com/mashiro-san))
12+
* Bump maven-surefire-plugin from 3.0.0 to 3.1.0 [#37](https://github.com/KatsuteDev/simplehttpserver/pull/37) ([@dependabot](https://github.com/dependabot))
13+
* Bump maven-gpg-plugin from 3.0.1 to 3.1.0 [#36](https://github.com/KatsuteDev/simplehttpserver/pull/36) ([@dependabot](https://github.com/dependabot))
14+
* Bump maven-source-plugin from 3.2.1 to 3.3.0 [#39](https://github.com/KatsuteDev/simplehttpserver/pull/39) ([@dependabot](https://github.com/dependabot))
15+
* Bump maven-surefire-plugin from 3.1.0 to 3.1.2 [#40](https://github.com/KatsuteDev/simplehttpserver/pull/40) ([@dependabot](https://github.com/dependabot))
16+
* Bump the junit group with 2 updates [#42](https://github.com/KatsuteDev/simplehttpserver/pull/42) ([@dependabot](https://github.com/dependabot))
17+
* Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 [#44](https://github.com/KatsuteDev/simplehttpserver/pull/44) ([@dependabot](https://github.com/dependabot))
18+
* Upgrade to Java 21 [#45](https://github.com/KatsuteDev/simplehttpserver/pull/45) ([@Katsute](https://github.com/Katsute))
19+
* Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 [#48](https://github.com/KatsuteDev/simplehttpserver/pull/48) ([@dependabot](https://github.com/dependabot))
20+
* Bump the junit group with 2 updates [#49](https://github.com/KatsuteDev/simplehttpserver/pull/49) ([@dependabot](https://github.com/dependabot))
21+
* Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2 [#50](https://github.com/KatsuteDev/simplehttpserver/pull/50) ([@dependabot](https://github.com/dependabot))
22+
* Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2 [#51](https://github.com/KatsuteDev/simplehttpserver/pull/51) ([@dependabot](https://github.com/dependabot))
23+
24+
**Full Changelog**: [`5.0.1...5.0.2`](https://github.com/KatsuteDev/simplehttpserver/compare/5.0.1...5.0.2)
25+
326
## 5.0.1
427

528
### 📘 Dependencies

0 commit comments

Comments
 (0)