Skip to content

Commit

Permalink
Integration of Californium 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernard31 committed Jul 21, 2023
1 parent 0fc36b5 commit f4e7c0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ public ConnectionCleaner(DTLSConnector connector) {
}

public void cleanConnectionFor(final SecurityInfo... infos) {
// TODO remove depreacated code
// See : https://github.com/eclipse-californium/californium/issues/2160#issuecomment-1645715343
connector.startTerminateConnectionsForPrincipal(new Predicate<Principal>() {
@Override
public boolean accept(Principal principal) {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Contributors:

<!-- we use properties for version when there are used more than once -->
<!-- dependencies version -->
<californium.version>3.8.0</californium.version>
<californium.version>3.9.0</californium.version>
<logback.version>1.3.4</logback.version>
<slf4j.api.version>2.0.7</slf4j.api.version>
<!-- stuck to 9.4.x for java8 compliance -->
Expand Down

0 comments on commit f4e7c0f

Please sign in to comment.