|
29 | 29 | <dependency> |
30 | 30 | <groupId>com.fasterxml.jackson.core</groupId> |
31 | 31 | <artifactId>jackson-databind</artifactId> |
32 | | - <version>2.18.3</version> |
| 32 | + <version>2.19.0</version> |
33 | 33 | <optional>true</optional> |
34 | 34 | </dependency> |
35 | 35 |
|
36 | 36 | <dependency> |
37 | 37 | <groupId>io.avaje</groupId> |
38 | 38 | <artifactId>avaje-jsonb</artifactId> |
39 | | - <version>3.3</version> |
| 39 | + <version>3.4</version> |
40 | 40 | <optional>true</optional> |
41 | 41 | </dependency> |
42 | 42 |
|
43 | 43 | <dependency> |
44 | 44 | <groupId>io.avaje</groupId> |
45 | 45 | <artifactId>avaje-json-node</artifactId> |
46 | | - <version>3.3</version> |
| 46 | + <version>3.4</version> |
47 | 47 | <scope>test</scope> |
48 | 48 | </dependency> |
49 | 49 |
|
50 | 50 | <dependency> |
51 | 51 | <groupId>io.avaje</groupId> |
52 | 52 | <artifactId>avaje-inject</artifactId> |
53 | | - <version>11.4</version> |
| 53 | + <version>11.5</version> |
54 | 54 | <optional>true</optional> |
55 | 55 | </dependency> |
56 | 56 |
|
|
98 | 98 | <plugin> <!-- Multi-Release with 21 --> |
99 | 99 | <groupId>org.apache.maven.plugins</groupId> |
100 | 100 | <artifactId>maven-jar-plugin</artifactId> |
101 | | - <version>3.3.0</version> |
| 101 | + <version>3.4.2</version> |
102 | 102 | <configuration> |
103 | 103 | <archive> |
104 | 104 | <manifestEntries> |
|
120 | 120 | <path> |
121 | 121 | <groupId>io.avaje</groupId> |
122 | 122 | <artifactId>avaje-inject-generator</artifactId> |
123 | | - <version>11.4</version> |
| 123 | + <version>11.5</version> |
124 | 124 | </path> |
125 | 125 | </annotationProcessorPaths> |
126 | 126 | </configuration> |
|
159 | 159 | <plugin> |
160 | 160 | <groupId>io.avaje</groupId> |
161 | 161 | <artifactId>avaje-inject-maven-plugin</artifactId> |
162 | | - <version>11.4</version> |
| 162 | + <version>11.5</version> |
163 | 163 | <executions> |
164 | 164 | <execution> |
165 | 165 | <?m2e execute?> |
|
0 commit comments