Skip to content

Commit

Permalink
Upgrade demo dependencies (logback, jetty, gson, common-io)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernard31 committed Jun 30, 2023
1 parent 7114294 commit 69334eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ Contributors:

<!-- dependencies version -->
<californium.version>2.8.0</californium.version>
<logback.version>1.2.11</logback.version>
<logback.version>1.2.12</logback.version>
<slf4j.api.version>1.7.36</slf4j.api.version>
<jetty.version>9.4.48.v20220622</jetty.version>
<jetty.version>9.4.51.v20230217</jetty.version>
</properties>

<profiles>
Expand Down Expand Up @@ -693,7 +693,7 @@ Contributors:
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.9.1</version>
<version>2.10.1</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
Expand All @@ -703,7 +703,7 @@ Contributors:
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.11.0</version>
<version>2.13.0</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
Expand Down

0 comments on commit 69334eb

Please sign in to comment.