|
6 | 6 | <parent> |
7 | 7 | <groupId>io.avaje</groupId> |
8 | 8 | <artifactId>avaje-jex-parent</artifactId> |
9 | | - <version>3.2</version> |
| 9 | + <version>3.5-RC8</version> |
10 | 10 | </parent> |
11 | 11 | <groupId>benchmark</groupId> |
12 | 12 | <artifactId>avaje-jex</artifactId> |
13 | 13 | <version>1.0</version> |
14 | 14 |
|
15 | 15 | <properties> |
16 | | - <maven.compiler.release>24</maven.compiler.release> |
| 16 | + <maven.compiler.release>25</maven.compiler.release> |
17 | 17 | <slf4j.version>2.0.17</slf4j.version> |
18 | 18 | </properties> |
19 | 19 |
|
|
53 | 53 | <dependency> |
54 | 54 | <groupId>com.zaxxer</groupId> |
55 | 55 | <artifactId>HikariCP</artifactId> |
56 | | - <version>6.3.0</version> |
| 56 | + <version>7.0.2</version> |
57 | 57 | </dependency> |
58 | 58 | <dependency> |
59 | 59 | <groupId>org.postgresql</groupId> |
60 | 60 | <artifactId>postgresql</artifactId> |
61 | | - <version>42.7.7</version> |
| 61 | + <version>42.7.10</version> |
62 | 62 | </dependency> |
63 | 63 |
|
64 | 64 | <dependency> |
65 | 65 | <groupId>io.jstach</groupId> |
66 | 66 | <artifactId>jstachio</artifactId> |
67 | 67 | <version>1.3.7</version> |
68 | 68 | </dependency> |
69 | | - |
| 69 | + |
70 | 70 | <!-- Annotation Processors --> |
71 | 71 | <dependency> |
72 | 72 | <groupId>io.jstach</groupId> |
|
98 | 98 | <artifactId>avaje-provides-maven-plugin</artifactId> |
99 | 99 | <version>2.3</version> |
100 | 100 | </plugin> |
101 | | - |
| 101 | + |
102 | 102 | <plugin> |
103 | 103 | <groupId>com.spotify.fmt</groupId> |
104 | 104 | <artifactId>fmt-maven-plugin</artifactId> |
105 | | - <version>2.25</version> |
| 105 | + <version>2.29</version> |
106 | 106 | <executions> |
107 | 107 | <execution> |
108 | 108 | <goals> |
109 | 109 | <goal>format</goal> |
110 | 110 | </goals> |
111 | 111 | </execution> |
112 | 112 | </executions> |
| 113 | + <dependencies> |
| 114 | + <dependency> |
| 115 | + <groupId>com.google.googlejavaformat</groupId> |
| 116 | + <artifactId>google-java-format</artifactId> |
| 117 | + <version>1.35.0</version> |
| 118 | + </dependency> |
| 119 | + </dependencies> |
| 120 | + </plugin> |
| 121 | + |
| 122 | + <plugin> |
| 123 | + <artifactId>maven-compiler-plugin</artifactId> |
| 124 | + <version>3.15.0</version> |
113 | 125 | </plugin> |
114 | 126 |
|
115 | 127 | <!-- Create Modular Jar and copy dependencies --> |
|
165 | 177 | <dependency> |
166 | 178 | <groupId>org.eclipse.jetty</groupId> |
167 | 179 | <artifactId>jetty-http-spi</artifactId> |
168 | | - <version>12.0.19</version> |
| 180 | + <version>12.1.7</version> |
| 181 | + </dependency> |
| 182 | + </dependencies> |
| 183 | + </profile> |
| 184 | + <profile> |
| 185 | + <id>grizzly</id> |
| 186 | + <activation> |
| 187 | + <activeByDefault>false</activeByDefault> |
| 188 | + </activation> |
| 189 | + <dependencies> |
| 190 | + <dependency> |
| 191 | + <groupId>io.avaje</groupId> |
| 192 | + <artifactId>avaje-jex-grizzly-spi</artifactId> |
| 193 | + <version>1.0</version> |
169 | 194 | </dependency> |
170 | 195 | </dependencies> |
171 | 196 | </profile> |
|
0 commit comments