Skip to content

Commit f673e8b

Browse files
committed
2 parents d5e8384 + 65e3279 commit f673e8b

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
<dependency>
141141
<groupId>ch.qos.logback</groupId>
142142
<artifactId>logback-classic</artifactId>
143-
<version>1.3.5</version> <!-- do not upgrade to 1.4 -->
143+
<version>1.3.7</version> <!-- do not upgrade to 1.4 -->
144144
</dependency>
145145
<dependency>
146146
<groupId>commons-cli</groupId>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<github.global.server>github</github.global.server>
4141
<site.dir>${project.basedir}/site</site.dir>
4242
<github.site.path>${project.version}</github.site.path>
43-
<netty.version>4.1.91.Final</netty.version>
43+
<netty.version>4.1.92.Final</netty.version>
4444
</properties>
4545

4646
<!-- Profiles -->
@@ -408,7 +408,7 @@
408408
<plugin>
409409
<groupId>org.apache.maven.plugins</groupId>
410410
<artifactId>maven-install-plugin</artifactId>
411-
<version>3.1.0</version>
411+
<version>3.1.1</version>
412412
<configuration>
413413
<installAtEnd>true</installAtEnd>
414414
</configuration>
@@ -550,7 +550,7 @@
550550
<plugin>
551551
<groupId>org.apache.maven.plugins</groupId>
552552
<artifactId>maven-project-info-reports-plugin</artifactId>
553-
<version>3.4.2</version>
553+
<version>3.4.3</version>
554554
</plugin>
555555
<!-- Versions Plugin -->
556556
<plugin>
@@ -672,7 +672,7 @@
672672
<dependency>
673673
<groupId>org.junit.jupiter</groupId>
674674
<artifactId>junit-jupiter-api</artifactId>
675-
<version>5.9.2</version>
675+
<version>5.9.3</version>
676676
<scope>test</scope>
677677
</dependency>
678678
<!-- Apache Commons -->

0 commit comments

Comments
 (0)