Skip to content

Commit 71d4ec0

Browse files
author
Roland Schuller
authored
Update Versions
1 parent 32bb580 commit 71d4ec0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>at.itopen</groupId>
55
<artifactId>SimpleRest</artifactId>
6-
<version>0.4.5</version>
6+
<version>0.4.6</version>
77
<packaging>jar</packaging>
88
<name>Simple REST</name>
99
<description>Fast and Easy Rest API based on netty. Simple to code and to extend</description>
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>io.netty</groupId>
3535
<artifactId>netty-all</artifactId>
36-
<version>4.1.56.Final</version>
36+
<version>4.1.73.Final</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>io.jsonwebtoken</groupId>
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>com.fasterxml.jackson.core</groupId>
5555
<artifactId>jackson-databind</artifactId>
56-
<version>2.12.0</version>
56+
<version>2.13.1</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>org.apache.httpcomponents</groupId>
@@ -68,19 +68,19 @@
6868
<dependency>
6969
<groupId>com.github.oshi</groupId>
7070
<artifactId>oshi-core</artifactId>
71-
<version>5.3.7</version>
71+
<version>6.1.0</version>
7272
</dependency>
7373

7474
<dependency>
7575
<groupId>junit</groupId>
7676
<artifactId>junit</artifactId>
77-
<version>4.13.1</version>
77+
<version>4.13.2</version>
7878
<scope>test</scope>
7979
</dependency>
8080
<dependency>
8181
<groupId>commons-codec</groupId>
8282
<artifactId>commons-codec</artifactId>
83-
<version>1.14</version>
83+
<version>1.15</version>
8484
</dependency>
8585
</dependencies>
8686
<properties>
@@ -119,7 +119,7 @@
119119
<plugin>
120120
<groupId>org.apache.maven.plugins</groupId>
121121
<artifactId>maven-javadoc-plugin</artifactId>
122-
<version>3.2.0</version>
122+
<version>3.3.1</version>
123123
<executions>
124124
<execution>
125125
<id>attach-javadocs</id>
@@ -154,7 +154,7 @@
154154
<goal>sign</goal>
155155
</goals>
156156
<configuration>
157-
<keyname>96BD728D25F73345</keyname>
157+
<keyname>EFCE66A1D7A51D6B7EFD4C0F4E25DBCA645D583D</keyname>
158158
</configuration>
159159
</execution>
160160
</executions>

0 commit comments

Comments
 (0)