aboutsummaryrefslogtreecommitdiff
path: root/samples/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'samples/pom.xml')
-rw-r--r--samples/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/samples/pom.xml b/samples/pom.xml
index 1a29784..be080ab 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -4,7 +4,7 @@
<groupId>fi.iki.elonen</groupId>
<artifactId>nanohttpd-samples</artifactId>
- <version>2.0.4</version>
+ <version>2.0.5</version>
<packaging>jar</packaging>
<name>NanoHttpd-Samples</name>
@@ -14,12 +14,12 @@
<dependency>
<groupId>fi.iki.elonen</groupId>
<artifactId>nanohttpd</artifactId>
- <version>2.0.4</version>
+ <version>2.0.5</version>
</dependency>
<dependency>
<groupId>fi.iki.elonen</groupId>
<artifactId>nanohttpd-webserver</artifactId>
- <version>2.0.4</version>
+ <version>2.0.5</version>
</dependency>
</dependencies>