Skip to content

Commit b036789

Browse files
authored
Merge pull request #62 from secure-software-engineering/develop
New release for dependency updates
2 parents 3ad719d + 93022b3 commit b036789

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<plugin>
7272
<groupId>org.apache.maven.plugins</groupId>
7373
<artifactId>maven-javadoc-plugin</artifactId>
74-
<version>3.11.1</version>
74+
<version>3.11.2</version>
7575
<executions>
7676
<execution>
7777
<id>attach-javadoc</id>
@@ -111,7 +111,7 @@
111111
<plugins>
112112
<plugin>
113113
<artifactId>maven-compiler-plugin</artifactId>
114-
<version>3.13.0</version>
114+
<version>3.14.0</version>
115115
<configuration>
116116
<source>1.7</source>
117117
<target>1.7</target>
@@ -128,7 +128,7 @@
128128
<dependency>
129129
<groupId>com.google.guava</groupId>
130130
<artifactId>guava</artifactId>
131-
<version>33.3.1-jre</version>
131+
<version>33.4.8-jre</version>
132132
</dependency>
133133
<dependency>
134134
<groupId>junit</groupId>
@@ -139,7 +139,7 @@
139139
<dependency>
140140
<groupId>org.apache.logging.log4j</groupId>
141141
<artifactId>log4j-core</artifactId>
142-
<version>2.24.1</version>
142+
<version>2.25.0</version>
143143
</dependency>
144144
</dependencies>
145145

0 commit comments

Comments
 (0)