Skip to content

Commit 0f912bd

Browse files
authored
Merge pull request #285 from spdx/security
Update log4j to version 2.16.0 and guava to version 29.0-jre
2 parents cf965bc + baecde7 commit 0f912bd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.spdx</groupId>
55
<artifactId>spdx-tools</artifactId>
6-
<version>2.2.6-SNAPSHOT</version>
6+
<version>2.2.6</version>
77
<name>SPDX tools</name>
88
<description>SPDX tools</description>
99
<licenses>
@@ -112,7 +112,7 @@
112112
<dependency>
113113
<groupId>com.google.guava</groupId>
114114
<artifactId>guava</artifactId>
115-
<version>24.1.1-jre</version>
115+
<version>29.0-jre</version>
116116
</dependency>
117117
<dependency>
118118
<groupId>com.github.spullara.mustache.java</groupId>
@@ -122,17 +122,17 @@
122122
<dependency>
123123
<groupId>org.apache.logging.log4j</groupId>
124124
<artifactId>log4j-api</artifactId>
125-
<version>2.10.0</version>
125+
<version>2.16.0</version>
126126
</dependency>
127127
<dependency>
128128
<groupId>org.apache.logging.log4j</groupId>
129129
<artifactId>log4j-core</artifactId>
130-
<version>2.10.0</version>
130+
<version>2.16.0</version>
131131
</dependency>
132132
<dependency>
133133
<groupId>org.apache.logging.log4j</groupId>
134134
<artifactId>log4j-slf4j-impl</artifactId>
135-
<version>2.10.0</version>
135+
<version>2.16.0</version>
136136
</dependency>
137137
<dependency>
138138
<groupId>junit</groupId>

0 commit comments

Comments
 (0)