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

Commit e54543a

Browse files
authored
next release
1 parent e22368d commit e54543a

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 5.0.1
4+
5+
### 📘 Dependencies
6+
7+
* Bump junit-jupiter from 5.9.1 to 5.9.2 [#22](https://github.com/KatsuteDev/simplehttpserver/pull/22) ([@mashiro-san](https://github.com/mashiro-san))
8+
* Bump maven-surefire-plugin from 3.0.0-M7 to 3.0.0-M8 [#23](https://github.com/KatsuteDev/simplehttpserver/pull/23) ([@dependabot](https://github.com/dependabot))
9+
* Bump maven-surefire-plugin from 3.0.0-M8 to 3.0.0-M9 [#24](https://github.com/KatsuteDev/simplehttpserver/pull/24) ([@dependabot](https://github.com/dependabot))
10+
* Bump maven-javadoc-plugin from 3.4.1 to 3.5.0 [#25](https://github.com/KatsuteDev/simplehttpserver/pull/25) ([@dependabot](https://github.com/dependabot))
11+
* Bump maven-compiler-plugin from 3.10.1 to 3.11.0 [#26](https://github.com/KatsuteDev/simplehttpserver/pull/26) ([@dependabot](https://github.com/dependabot))
12+
* Bump maven-surefire-plugin from 3.0.0-M9 to 3.0.0 [#28](https://github.com/KatsuteDev/simplehttpserver/pull/28) ([@dependabot](https://github.com/dependabot))
13+
14+
**Full Changelog**: [`5.0.0...5.0.1`](https://github.com/KatsuteDev/simplehttpserver/compare/5.0.0...5.0.1)
15+
316
## 5.0.0
417

518
Initial release

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>dev.katsute</groupId>
88
<artifactId>simplehttpserver</artifactId>
9-
<version>5.0.0</version>
9+
<version>5.0.1</version>
1010

1111
<profiles>
1212
<profile>

0 commit comments

Comments
 (0)