Skip to content

Commit 09d7da7

Browse files
authored
Merge pull request #52 from secure-software-engineering/develop
Prepare Release
2 parents 78676b5 + 4811c41 commit 09d7da7

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.10.0</version>
74+
<version>3.11.1</version>
7575
<executions>
7676
<execution>
7777
<id>attach-javadoc</id>
@@ -84,7 +84,7 @@
8484
<plugin>
8585
<groupId>org.apache.maven.plugins</groupId>
8686
<artifactId>maven-gpg-plugin</artifactId>
87-
<version>3.2.6</version>
87+
<version>3.2.7</version>
8888
<executions>
8989
<execution>
9090
<id>sign-artifacts</id>
@@ -128,7 +128,7 @@
128128
<dependency>
129129
<groupId>com.google.guava</groupId>
130130
<artifactId>guava</artifactId>
131-
<version>33.3.0-jre</version>
131+
<version>33.3.1-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.0</version>
142+
<version>2.24.1</version>
143143
</dependency>
144144
</dependencies>
145145

0 commit comments

Comments
 (0)