|
5 | 5 | <parent> |
6 | 6 | <groupId>org.springframework.boot</groupId> |
7 | 7 | <artifactId>spring-boot-starter-parent</artifactId> |
8 | | - <version>3.3.4</version> |
| 8 | + <version>3.5.6</version> |
9 | 9 | <relativePath/> <!-- lookup parent from repository --> |
10 | 10 | </parent> |
11 | 11 | <groupId>cf.maybelambda</groupId> |
12 | 12 | <artifactId>http-validator</artifactId> |
13 | | - <version>3.0.1</version> |
| 13 | + <version>3.0.2</version> |
14 | 14 | <name>http-validator</name> |
15 | 15 | <description>Retrieves target HTTP resources and responses, validates them and notifies about their current status.</description> |
16 | 16 |
|
|
34 | 34 | <dependency> |
35 | 35 | <groupId>org.springframework.restdocs</groupId> |
36 | 36 | <artifactId>spring-restdocs-mockmvc</artifactId> |
37 | | - <version>3.0.1</version> |
| 37 | + <version>3.0.5</version> |
38 | 38 | <scope>test</scope> |
39 | 39 | </dependency> |
40 | 40 | <!-- https://mvnrepository.com/artifact/com.mailgun/mailgun-java --> |
41 | 41 | <dependency> |
42 | 42 | <groupId>com.mailgun</groupId> |
43 | 43 | <artifactId>mailgun-java</artifactId> |
44 | | - <version>2.0.0</version> |
| 44 | + <version>2.1.0</version> |
45 | 45 | </dependency> |
46 | 46 | <dependency> |
47 | 47 | <groupId>io.jsonwebtoken</groupId> |
48 | 48 | <artifactId>jjwt-api</artifactId> |
49 | | - <version>0.12.6</version> |
| 49 | + <version>0.13.0</version> |
50 | 50 | </dependency> |
51 | 51 | <dependency> |
52 | 52 | <groupId>io.jsonwebtoken</groupId> |
53 | 53 | <artifactId>jjwt-impl</artifactId> |
54 | | - <version>0.12.6</version> |
| 54 | + <version>0.13.0</version> |
55 | 55 | <scope>runtime</scope> |
56 | 56 | </dependency> |
57 | 57 | <dependency> |
58 | 58 | <groupId>io.jsonwebtoken</groupId> |
59 | 59 | <artifactId>jjwt-jackson</artifactId> |
60 | | - <version>0.12.6</version> |
| 60 | + <version>0.13.0</version> |
61 | 61 | <scope>runtime</scope> |
62 | 62 | </dependency> |
63 | 63 | </dependencies> |
|
142 | 142 | <plugin> |
143 | 143 | <groupId>org.apache.maven.plugins</groupId> |
144 | 144 | <artifactId>maven-javadoc-plugin</artifactId> |
145 | | - <version>3.11.2</version> |
| 145 | + <version>3.12.0</version> |
146 | 146 | <executions> |
147 | 147 | <execution> |
148 | 148 | <id>generate-javadoc</id> |
|
0 commit comments