Skip to content

Commit c736b11

Browse files
Merge pull request #15 from ebean-orm/dependabot/maven/main/dependencies-4baf22c614
Bump the dependencies group with 9 updates
2 parents cd88b34 + 66bf2a1 commit c736b11

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1313

1414
<maven.compiler.release>21</maven.compiler.release>
15-
<ebean.version>17.0.1</ebean.version>
15+
<ebean.version>17.1.0</ebean.version>
1616
<jstachio.version>1.3.7</jstachio.version>
1717
<avaje-inject.version>11.6</avaje-inject.version>
1818
<avaje-http.version>3.4</avaje-http.version>
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>io.avaje</groupId>
3333
<artifactId>avaje-metrics</artifactId>
34-
<version>9.7</version>
34+
<version>9.8</version>
3535
</dependency>
3636

3737
<dependency>
@@ -79,7 +79,7 @@
7979
<dependency>
8080
<groupId>org.postgresql</groupId>
8181
<artifactId>postgresql</artifactId>
82-
<version>42.7.7</version>
82+
<version>42.7.8</version>
8383
<exclusions>
8484
<exclusion>
8585
<groupId>*</groupId>
@@ -137,7 +137,7 @@
137137
<dependency>
138138
<groupId>io.ebean</groupId>
139139
<artifactId>ebean-test-containers</artifactId>
140-
<version>7.14</version>
140+
<version>7.15</version>
141141
<scope>test</scope>
142142
</dependency>
143143

@@ -169,7 +169,7 @@
169169
<plugin> <!-- perform metrics enhancement -->
170170
<groupId>io.avaje.metrics</groupId>
171171
<artifactId>metrics-maven-plugin</artifactId>
172-
<version>9.7</version>
172+
<version>9.8</version>
173173
<extensions>true</extensions>
174174
</plugin>
175175

@@ -183,7 +183,7 @@
183183
<plugin>
184184
<groupId>org.apache.maven.plugins</groupId>
185185
<artifactId>maven-compiler-plugin</artifactId>
186-
<version>3.14.0</version>
186+
<version>3.14.1</version>
187187
<configuration>
188188
<annotationProcessorPaths>
189189
<path>

0 commit comments

Comments
 (0)