|
3 | 3 | <modelVersion>4.0.0</modelVersion>
|
4 | 4 | <groupId>at.itopen</groupId>
|
5 | 5 | <artifactId>SimpleRest</artifactId>
|
6 |
| - <version>0.4.5</version> |
| 6 | + <version>0.4.6</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.56.Final</version> |
| 36 | + <version>4.1.73.Final</version> |
37 | 37 | </dependency>
|
38 | 38 | <dependency>
|
39 | 39 | <groupId>io.jsonwebtoken</groupId>
|
|
53 | 53 | <dependency>
|
54 | 54 | <groupId>com.fasterxml.jackson.core</groupId>
|
55 | 55 | <artifactId>jackson-databind</artifactId>
|
56 |
| - <version>2.12.0</version> |
| 56 | + <version>2.13.1</version> |
57 | 57 | </dependency>
|
58 | 58 | <dependency>
|
59 | 59 | <groupId>org.apache.httpcomponents</groupId>
|
|
68 | 68 | <dependency>
|
69 | 69 | <groupId>com.github.oshi</groupId>
|
70 | 70 | <artifactId>oshi-core</artifactId>
|
71 |
| - <version>5.3.7</version> |
| 71 | + <version>6.1.0</version> |
72 | 72 | </dependency>
|
73 | 73 |
|
74 | 74 | <dependency>
|
75 | 75 | <groupId>junit</groupId>
|
76 | 76 | <artifactId>junit</artifactId>
|
77 |
| - <version>4.13.1</version> |
| 77 | + <version>4.13.2</version> |
78 | 78 | <scope>test</scope>
|
79 | 79 | </dependency>
|
80 | 80 | <dependency>
|
81 | 81 | <groupId>commons-codec</groupId>
|
82 | 82 | <artifactId>commons-codec</artifactId>
|
83 |
| - <version>1.14</version> |
| 83 | + <version>1.15</version> |
84 | 84 | </dependency>
|
85 | 85 | </dependencies>
|
86 | 86 | <properties>
|
|
119 | 119 | <plugin>
|
120 | 120 | <groupId>org.apache.maven.plugins</groupId>
|
121 | 121 | <artifactId>maven-javadoc-plugin</artifactId>
|
122 |
| - <version>3.2.0</version> |
| 122 | + <version>3.3.1</version> |
123 | 123 | <executions>
|
124 | 124 | <execution>
|
125 | 125 | <id>attach-javadocs</id>
|
|
154 | 154 | <goal>sign</goal>
|
155 | 155 | </goals>
|
156 | 156 | <configuration>
|
157 |
| - <keyname>96BD728D25F73345</keyname> |
| 157 | + <keyname>EFCE66A1D7A51D6B7EFD4C0F4E25DBCA645D583D</keyname> |
158 | 158 | </configuration>
|
159 | 159 | </execution>
|
160 | 160 | </executions>
|
|
0 commit comments