Skip to content

Commit 384145d

Browse files
committed
Merge branch 'main' of github.com:ebean-orm/ebean-insight-server
2 parents a156ab5 + b0d8c06 commit 384145d

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
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>io.avaje</groupId>
5454
<artifactId>avaje-metrics</artifactId>
55-
<version>9.4</version>
55+
<version>9.6</version>
5656
</dependency>
5757

5858
<dependency>
@@ -137,21 +137,21 @@
137137
<dependency>
138138
<groupId>io.avaje</groupId>
139139
<artifactId>avaje-inject-test</artifactId>
140-
<version>11.4</version>
140+
<version>11.5</version>
141141
<scope>test</scope>
142142
</dependency>
143143

144144
<dependency>
145145
<groupId>io.avaje</groupId>
146146
<artifactId>avaje-jex-test</artifactId>
147-
<version>3.0</version>
147+
<version>3.2</version>
148148
<scope>test</scope>
149149
</dependency>
150150

151151
<dependency>
152152
<groupId>io.avaje</groupId>
153153
<artifactId>junit</artifactId>
154-
<version>1.5</version>
154+
<version>1.6</version>
155155
<scope>test</scope>
156156
</dependency>
157157

@@ -179,7 +179,7 @@
179179
<dependency>
180180
<groupId>com.fasterxml.jackson.core</groupId>
181181
<artifactId>jackson-core</artifactId>
182-
<version>2.18.3</version>
182+
<version>2.19.0</version>
183183
</dependency>
184184

185185
</dependencies>
@@ -190,7 +190,7 @@
190190
<plugin> <!-- perform metrics enhancement -->
191191
<groupId>io.avaje.metrics</groupId>
192192
<artifactId>metrics-maven-plugin</artifactId>
193-
<version>9.4</version>
193+
<version>9.6</version>
194194
<extensions>true</extensions>
195195
</plugin>
196196

0 commit comments

Comments
 (0)