Skip to content

Commit d94fab0

Browse files
authored
Update contiperf, jetty, logback, junit (#77)
1 parent c268835 commit d94fab0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@
5252
<maven.compiler.source>1.8</maven.compiler.source>
5353
<maven.compiler.target>1.8</maven.compiler.target>
5454

55-
<slf4j.version>1.7.35</slf4j.version>
55+
<slf4j.version>1.7.36</slf4j.version>
5656
<sisu-guice.version>3.2.5</sisu-guice.version>
5757
<eclipse-sisu.version>0.3.1</eclipse-sisu.version>
58-
<eclipse-jetty.version>9.4.44.v20210927</eclipse-jetty.version>
58+
<eclipse-jetty.version>9.4.45.v20220203</eclipse-jetty.version>
5959

6060
<!--
6161
Sonar configuration.
@@ -101,13 +101,13 @@
101101
<dependency>
102102
<groupId>ch.qos.logback</groupId>
103103
<artifactId>logback-core</artifactId>
104-
<version>1.2.10</version>
104+
<version>1.2.11</version>
105105
</dependency>
106106

107107
<dependency>
108108
<groupId>ch.qos.logback</groupId>
109109
<artifactId>logback-classic</artifactId>
110-
<version>1.2.10</version>
110+
<version>1.2.11</version>
111111
</dependency>
112112

113113
<dependency>
@@ -185,7 +185,7 @@
185185
<dependency>
186186
<groupId>junit</groupId>
187187
<artifactId>junit</artifactId>
188-
<version>4.13.1</version>
188+
<version>4.13.2</version>
189189
</dependency>
190190

191191
<dependency>
@@ -228,7 +228,7 @@
228228
<dependency>
229229
<groupId>org.databene</groupId>
230230
<artifactId>contiperf</artifactId>
231-
<version>2.2.0</version>
231+
<version>2.3.4</version>
232232
</dependency>
233233

234234
<dependency>

0 commit comments

Comments
 (0)