Skip to content

Commit

Permalink
Upgrade dependencies and maven plugin dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernard31 committed Mar 22, 2022
1 parent aa4548b commit 63cf677
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 14 deletions.
2 changes: 1 addition & 1 deletion leshan-server-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Contributors:
<dependency>
<groupId>org.jmdns</groupId>
<artifactId>jmdns</artifactId>
<version>3.5.6</version>
<version>3.5.7</version>
</dependency>
<dependency>
<groupId>org.eclipse.leshan</groupId>
Expand Down
3 changes: 3 additions & 0 deletions leshan-server-redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ Contributors:
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<!-- We can go more than 3.5.x for java7 compliance -->
<!-- We are stuck to 3.2.0 because of API break since 3.3.0 which doesn't strictly respect semantic versioning -->
<!-- If needed we could consider to check break 1 by 1 and see if can ignore it. -->
<version>3.2.0</version>
</dependency>
<dependency>
Expand Down
26 changes: 13 additions & 13 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.7.1</californium.version>
<logback.version>1.2.8</logback.version>
<slf4j.api.version>1.7.32</slf4j.api.version>
<jetty.version>9.4.44.v20210927</jetty.version>
<logback.version>1.2.11</logback.version>
<slf4j.api.version>1.7.36</slf4j.api.version>
<jetty.version>9.4.45.v20220203</jetty.version>
</properties>

<profiles>
Expand Down Expand Up @@ -295,11 +295,11 @@ Contributors:
</plugin>
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>3.9.1</version>
<version>3.11.0</version>
</plugin>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
Expand Down Expand Up @@ -328,12 +328,12 @@ Contributors:
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.8.1</version>
<version>2.10.0</version>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<version>1.6.12</version>
</plugin>
<plugin>
<groupId>com.google.code.maven-replacer-plugin</groupId>
Expand All @@ -342,7 +342,7 @@ Contributors:
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.10.1</version>
<configuration>
<encoding>UTF-8</encoding>
<source>1.7</source>
Expand All @@ -368,7 +368,7 @@ Contributors:
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.0</version>
<version>3.2.2</version>
<configuration>
<archive>
<manifestEntries>
Expand All @@ -379,7 +379,7 @@ Contributors:
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.3.1</version>
<version>3.3.2</version>
<configuration>
<excludePackageNames>org.eclipse.leshan.core.util</excludePackageNames>
<quiet>true</quiet>
Expand Down Expand Up @@ -438,7 +438,7 @@ Contributors:
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>5.1.3</version>
<version>5.1.4</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand All @@ -458,7 +458,7 @@ Contributors:
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>
<version>1.20</version>
<version>1.21</version>
<configuration>
<signature>
<groupId>net.sf.androidscents.signature</groupId>
Expand Down Expand Up @@ -690,7 +690,7 @@ Contributors:
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.9</version>
<version>2.9.0</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
Expand Down

0 comments on commit 63cf677

Please sign in to comment.