Skip to content

Commit 42e5463

Browse files
authored
Update plugins / dependencies (#1468)
Signed-off-by: Chris Jackson <chris@cd-jackson.com>
1 parent a391da3 commit 42e5463

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

com.zsmartsystems.zigbee.dongle.ember/src/main/java/com/zsmartsystems/zigbee/dongle/ember/ezsp/structure/NwkLayerStatusCode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2016-2024 by the respective copyright holders.
2+
* Copyright (c) 2016-2025 by the respective copyright holders.
33
* All rights reserved. This program and the accompanying materials
44
* are made available under the terms of the Eclipse Public License v1.0
55
* which accompanies this distribution, and is available at

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343
<target.version>1.8</target.version>
4444
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4545
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
46-
<slf4j.version>2.0.16</slf4j.version>
46+
<slf4j.version>2.0.17</slf4j.version>
4747
<log4j.version>1.2.17</log4j.version>
48-
<animal.sniffer.version>1.23</animal.sniffer.version>
4948
<error-prone.version>2.10.0</error-prone.version>
49+
<animal.sniffer.version>1.26</animal.sniffer.version>
5050
</properties>
5151

5252
<scm>
@@ -110,7 +110,7 @@
110110
<plugin>
111111
<groupId>org.apache.maven.plugins</groupId>
112112
<artifactId>maven-site-plugin</artifactId>
113-
<version>3.7.1</version>
113+
<version>3.21.0</version>
114114
</plugin>
115115
<plugin>
116116
<groupId>org.codehaus.mojo</groupId>
@@ -132,7 +132,7 @@
132132
<plugin>
133133
<groupId>org.apache.maven.plugins</groupId>
134134
<artifactId>maven-compiler-plugin</artifactId>
135-
<version>3.8.0</version>
135+
<version>3.14.1</version>
136136
</plugin>
137137
</plugins>
138138
</pluginManagement>
@@ -151,7 +151,7 @@
151151
<plugin>
152152
<groupId>org.apache.maven.plugins</groupId>
153153
<artifactId>maven-javadoc-plugin</artifactId>
154-
<version>3.2.0</version>
154+
<version>3.12.0</version>
155155
<configuration>
156156
<failOnError>false</failOnError>
157157
</configuration>
@@ -168,7 +168,7 @@
168168

169169
<plugin>
170170
<artifactId>maven-source-plugin</artifactId>
171-
<version>3.2.0</version>
171+
<version>3.4.0</version>
172172
<executions>
173173
<execution>
174174
<id>attach-sources</id>

0 commit comments

Comments
 (0)