Skip to content

Commit 0609f34

Browse files
committed
Update com.github.spotbugs:spotbugs-annotations to version 4.9.4 (#47)
1 parent 88a4447 commit 0609f34

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
<nashorn.version>15.6</nashorn.version>
154154
<osgi.annotation.bundle.version>2.0.0</osgi.annotation.bundle.version>
155155
<osgi.annotation.versioning.version>1.1.2</osgi.annotation.versioning.version>
156-
<spotbugs-annotations.version>4.9.3</spotbugs-annotations.version>
156+
<spotbugs-annotations.version>4.9.4</spotbugs-annotations.version>
157157

158158
<!-- Additional manifest entries -->
159159
<Class-Path>log4j-api-${log4j.version}.jar log4j-core-${log4j.version}.jar</Class-Path>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xmlns="https://logging.apache.org/xml/ns"
4+
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
5+
type="updated">
6+
<issue id="47" link="https://github.com/apache/logging-log4j-jmx-gui/pull/47"/>
7+
<description format="asciidoc">Update `com.github.spotbugs:spotbugs-annotations` to version `4.9.4`</description>
8+
</entry>

0 commit comments

Comments
 (0)