Skip to content

Commit 052c1b7

Browse files
author
Roland Schuller
authored
Update pom.xml
updated versions
1 parent 71d4ec0 commit 052c1b7

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

pom.xml

Lines changed: 14 additions & 14 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.6</version>
6+
<version>0.4.7</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,42 +33,42 @@
3333
<dependency>
3434
<groupId>io.netty</groupId>
3535
<artifactId>netty-all</artifactId>
36-
<version>4.1.73.Final</version>
36+
<version>4.1.97.Final</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>io.jsonwebtoken</groupId>
4040
<artifactId>jjwt-api</artifactId>
41-
<version>0.11.2</version>
41+
<version>0.11.5</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>io.jsonwebtoken</groupId>
4545
<artifactId>jjwt-impl</artifactId>
46-
<version>0.11.2</version>
46+
<version>0.11.5</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>io.jsonwebtoken</groupId>
5050
<artifactId>jjwt-jackson</artifactId>
51-
<version>0.11.2</version>
51+
<version>0.11.5</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>com.fasterxml.jackson.core</groupId>
5555
<artifactId>jackson-databind</artifactId>
56-
<version>2.13.1</version>
56+
<version>2.15.2</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>org.apache.httpcomponents</groupId>
6060
<artifactId>httpclient</artifactId>
61-
<version>4.5.13</version>
61+
<version>4.5.14</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>org.apache.httpcomponents</groupId>
6565
<artifactId>httpmime</artifactId>
66-
<version>4.5.13</version>
66+
<version>4.5.14</version>
6767
</dependency>
6868
<dependency>
6969
<groupId>com.github.oshi</groupId>
7070
<artifactId>oshi-core</artifactId>
71-
<version>6.1.0</version>
71+
<version>6.4.5</version>
7272
</dependency>
7373

7474
<dependency>
@@ -80,7 +80,7 @@
8080
<dependency>
8181
<groupId>commons-codec</groupId>
8282
<artifactId>commons-codec</artifactId>
83-
<version>1.15</version>
83+
<version>1.16.0</version>
8484
</dependency>
8585
</dependencies>
8686
<properties>
@@ -93,7 +93,7 @@
9393
<plugin>
9494
<groupId>org.apache.maven.plugins</groupId>
9595
<artifactId>maven-assembly-plugin</artifactId>
96-
<version>3.3.0</version>
96+
<version>3.6.0</version>
9797
<configuration>
9898
<!-- get all project dependencies -->
9999
<descriptorRefs>
@@ -119,7 +119,7 @@
119119
<plugin>
120120
<groupId>org.apache.maven.plugins</groupId>
121121
<artifactId>maven-javadoc-plugin</artifactId>
122-
<version>3.3.1</version>
122+
<version>3.5.0</version>
123123
<executions>
124124
<execution>
125125
<id>attach-javadocs</id>
@@ -132,7 +132,7 @@
132132
<plugin>
133133
<groupId>org.apache.maven.plugins</groupId>
134134
<artifactId>maven-source-plugin</artifactId>
135-
<version>3.2.1</version>
135+
<version>3.3.0</version>
136136
<executions>
137137
<execution>
138138
<id>attach-sources</id>
@@ -162,7 +162,7 @@
162162
<plugin>
163163
<groupId>org.sonatype.plugins</groupId>
164164
<artifactId>nexus-staging-maven-plugin</artifactId>
165-
<version>1.6.8</version>
165+
<version>1.6.13</version>
166166
<extensions>true</extensions>
167167
<configuration>
168168
<serverId>ossrh</serverId>

0 commit comments

Comments
 (0)