Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ribasco committed Apr 28, 2023
2 parents d5e8384 + 65e3279 commit f673e8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.3.5</version> <!-- do not upgrade to 1.4 -->
<version>1.3.7</version> <!-- do not upgrade to 1.4 -->
</dependency>
<dependency>
<groupId>commons-cli</groupId>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<github.global.server>github</github.global.server>
<site.dir>${project.basedir}/site</site.dir>
<github.site.path>${project.version}</github.site.path>
<netty.version>4.1.91.Final</netty.version>
<netty.version>4.1.92.Final</netty.version>
</properties>

<!-- Profiles -->
Expand Down Expand Up @@ -408,7 +408,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
<configuration>
<installAtEnd>true</installAtEnd>
</configuration>
Expand Down Expand Up @@ -550,7 +550,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.4.2</version>
<version>3.4.3</version>
</plugin>
<!-- Versions Plugin -->
<plugin>
Expand Down Expand Up @@ -672,7 +672,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.9.2</version>
<version>5.9.3</version>
<scope>test</scope>
</dependency>
<!-- Apache Commons -->
Expand Down

0 comments on commit f673e8b

Please sign in to comment.