|
3 | 3 | <modelVersion>4.0.0</modelVersion>
|
4 | 4 | <groupId>at.itopen</groupId>
|
5 | 5 | <artifactId>SimpleRest</artifactId>
|
6 |
| - <version>0.4.6</version> |
| 6 | + <version>0.4.7</version> |
7 | 7 | <packaging>jar</packaging>
|
8 | 8 | <name>Simple REST</name>
|
9 | 9 | <description>Fast and Easy Rest API based on netty. Simple to code and to extend</description>
|
|
33 | 33 | <dependency>
|
34 | 34 | <groupId>io.netty</groupId>
|
35 | 35 | <artifactId>netty-all</artifactId>
|
36 |
| - <version>4.1.73.Final</version> |
| 36 | + <version>4.1.97.Final</version> |
37 | 37 | </dependency>
|
38 | 38 | <dependency>
|
39 | 39 | <groupId>io.jsonwebtoken</groupId>
|
40 | 40 | <artifactId>jjwt-api</artifactId>
|
41 |
| - <version>0.11.2</version> |
| 41 | + <version>0.11.5</version> |
42 | 42 | </dependency>
|
43 | 43 | <dependency>
|
44 | 44 | <groupId>io.jsonwebtoken</groupId>
|
45 | 45 | <artifactId>jjwt-impl</artifactId>
|
46 |
| - <version>0.11.2</version> |
| 46 | + <version>0.11.5</version> |
47 | 47 | </dependency>
|
48 | 48 | <dependency>
|
49 | 49 | <groupId>io.jsonwebtoken</groupId>
|
50 | 50 | <artifactId>jjwt-jackson</artifactId>
|
51 |
| - <version>0.11.2</version> |
| 51 | + <version>0.11.5</version> |
52 | 52 | </dependency>
|
53 | 53 | <dependency>
|
54 | 54 | <groupId>com.fasterxml.jackson.core</groupId>
|
55 | 55 | <artifactId>jackson-databind</artifactId>
|
56 |
| - <version>2.13.1</version> |
| 56 | + <version>2.15.2</version> |
57 | 57 | </dependency>
|
58 | 58 | <dependency>
|
59 | 59 | <groupId>org.apache.httpcomponents</groupId>
|
60 | 60 | <artifactId>httpclient</artifactId>
|
61 |
| - <version>4.5.13</version> |
| 61 | + <version>4.5.14</version> |
62 | 62 | </dependency>
|
63 | 63 | <dependency>
|
64 | 64 | <groupId>org.apache.httpcomponents</groupId>
|
65 | 65 | <artifactId>httpmime</artifactId>
|
66 |
| - <version>4.5.13</version> |
| 66 | + <version>4.5.14</version> |
67 | 67 | </dependency>
|
68 | 68 | <dependency>
|
69 | 69 | <groupId>com.github.oshi</groupId>
|
70 | 70 | <artifactId>oshi-core</artifactId>
|
71 |
| - <version>6.1.0</version> |
| 71 | + <version>6.4.5</version> |
72 | 72 | </dependency>
|
73 | 73 |
|
74 | 74 | <dependency>
|
|
80 | 80 | <dependency>
|
81 | 81 | <groupId>commons-codec</groupId>
|
82 | 82 | <artifactId>commons-codec</artifactId>
|
83 |
| - <version>1.15</version> |
| 83 | + <version>1.16.0</version> |
84 | 84 | </dependency>
|
85 | 85 | </dependencies>
|
86 | 86 | <properties>
|
|
93 | 93 | <plugin>
|
94 | 94 | <groupId>org.apache.maven.plugins</groupId>
|
95 | 95 | <artifactId>maven-assembly-plugin</artifactId>
|
96 |
| - <version>3.3.0</version> |
| 96 | + <version>3.6.0</version> |
97 | 97 | <configuration>
|
98 | 98 | <!-- get all project dependencies -->
|
99 | 99 | <descriptorRefs>
|
|
119 | 119 | <plugin>
|
120 | 120 | <groupId>org.apache.maven.plugins</groupId>
|
121 | 121 | <artifactId>maven-javadoc-plugin</artifactId>
|
122 |
| - <version>3.3.1</version> |
| 122 | + <version>3.5.0</version> |
123 | 123 | <executions>
|
124 | 124 | <execution>
|
125 | 125 | <id>attach-javadocs</id>
|
|
132 | 132 | <plugin>
|
133 | 133 | <groupId>org.apache.maven.plugins</groupId>
|
134 | 134 | <artifactId>maven-source-plugin</artifactId>
|
135 |
| - <version>3.2.1</version> |
| 135 | + <version>3.3.0</version> |
136 | 136 | <executions>
|
137 | 137 | <execution>
|
138 | 138 | <id>attach-sources</id>
|
|
162 | 162 | <plugin>
|
163 | 163 | <groupId>org.sonatype.plugins</groupId>
|
164 | 164 | <artifactId>nexus-staging-maven-plugin</artifactId>
|
165 |
| - <version>1.6.8</version> |
| 165 | + <version>1.6.13</version> |
166 | 166 | <extensions>true</extensions>
|
167 | 167 | <configuration>
|
168 | 168 | <serverId>ossrh</serverId>
|
|
0 commit comments