|
12 | 12 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
13 | 13 |
|
14 | 14 | <maven.compiler.release>21</maven.compiler.release> |
15 | | - <ebean.version>17.0.0-RC3</ebean.version> |
| 15 | + <ebean.version>17.1.1</ebean.version> |
16 | 16 | <jstachio.version>1.3.7</jstachio.version> |
17 | | - <avaje-inject.version>11.5</avaje-inject.version> |
18 | | - <avaje-http.version>3.3</avaje-http.version> |
19 | | - <avaje-jex.version>3.3-RC1</avaje-jex.version> |
20 | | - <avaje-jsonb.version>3.5</avaje-jsonb.version> |
| 17 | + <avaje-inject.version>12.0</avaje-inject.version> |
| 18 | + <avaje-http.version>3.5</avaje-http.version> |
| 19 | + <avaje-jex.version>3.3</avaje-jex.version> |
| 20 | + <avaje-jsonb.version>3.8</avaje-jsonb.version> |
21 | 21 | </properties> |
22 | 22 |
|
23 | 23 | <dependencies> |
24 | 24 |
|
25 | 25 | <dependency> |
26 | 26 | <groupId>io.avaje</groupId> |
27 | 27 | <artifactId>avaje-simple-logger</artifactId> |
28 | | - <version>0.4</version> |
| 28 | + <version>1.0</version> |
29 | 29 | </dependency> |
30 | 30 |
|
31 | 31 | <dependency> |
32 | 32 | <groupId>io.avaje</groupId> |
33 | 33 | <artifactId>avaje-metrics</artifactId> |
34 | | - <version>9.7</version> |
| 34 | + <version>9.8</version> |
35 | 35 | </dependency> |
36 | 36 |
|
37 | 37 | <dependency> |
|
79 | 79 | <dependency> |
80 | 80 | <groupId>org.postgresql</groupId> |
81 | 81 | <artifactId>postgresql</artifactId> |
82 | | - <version>42.7.7</version> |
| 82 | + <version>42.7.8</version> |
83 | 83 | <exclusions> |
84 | 84 | <exclusion> |
85 | 85 | <groupId>*</groupId> |
|
88 | 88 | </exclusions> |
89 | 89 | </dependency> |
90 | 90 |
|
91 | | - <dependency> |
92 | | - <groupId>io.ebean</groupId> |
93 | | - <artifactId>ebean-datasource</artifactId> |
94 | | - <version>10.1</version> |
95 | | - </dependency> |
96 | 91 | <dependency> |
97 | 92 | <groupId>io.ebean</groupId> |
98 | 93 | <artifactId>ebean-postgres</artifactId> |
|
116 | 111 | <dependency> |
117 | 112 | <groupId>io.avaje</groupId> |
118 | 113 | <artifactId>avaje-inject-test</artifactId> |
119 | | - <version>11.5</version> |
| 114 | + <version>12.0</version> |
120 | 115 | <scope>test</scope> |
121 | 116 | </dependency> |
122 | 117 |
|
123 | 118 | <dependency> |
124 | 119 | <groupId>io.avaje</groupId> |
125 | 120 | <artifactId>avaje-jex-test</artifactId> |
126 | | - <version>3.2</version> |
| 121 | + <version>3.3</version> |
127 | 122 | <scope>test</scope> |
128 | 123 | </dependency> |
129 | 124 |
|
|
137 | 132 | <dependency> |
138 | 133 | <groupId>io.ebean</groupId> |
139 | 134 | <artifactId>ebean-test-containers</artifactId> |
140 | | - <version>7.14</version> |
| 135 | + <version>7.16</version> |
141 | 136 | <scope>test</scope> |
142 | 137 | </dependency> |
143 | 138 |
|
|
155 | 150 | <scope>test</scope> |
156 | 151 | </dependency> |
157 | 152 |
|
158 | | - <dependency> |
159 | | - <groupId>com.fasterxml.jackson.core</groupId> |
160 | | - <artifactId>jackson-core</artifactId> |
161 | | - <version>2.19.2</version> |
162 | | - </dependency> |
163 | | - |
164 | 153 | </dependencies> |
165 | 154 |
|
166 | 155 | <build> |
|
169 | 158 | <plugin> <!-- perform metrics enhancement --> |
170 | 159 | <groupId>io.avaje.metrics</groupId> |
171 | 160 | <artifactId>metrics-maven-plugin</artifactId> |
172 | | - <version>9.7</version> |
| 161 | + <version>9.8</version> |
173 | 162 | <extensions>true</extensions> |
174 | 163 | </plugin> |
175 | 164 |
|
|
183 | 172 | <plugin> |
184 | 173 | <groupId>org.apache.maven.plugins</groupId> |
185 | 174 | <artifactId>maven-compiler-plugin</artifactId> |
186 | | - <version>3.14.0</version> |
| 175 | + <version>3.14.1</version> |
187 | 176 | <configuration> |
188 | 177 | <annotationProcessorPaths> |
189 | 178 | <path> |
|
245 | 234 | <plugin> |
246 | 235 | <groupId>org.graalvm.buildtools</groupId> |
247 | 236 | <artifactId>native-maven-plugin</artifactId> |
248 | | - <version>0.11.0</version> |
| 237 | + <version>0.11.2</version> |
249 | 238 | <executions> |
250 | 239 | <execution> |
251 | 240 | <id>build-native</id> |
|
0 commit comments