Skip to content

Commit 8911ced

Browse files
Update all dependencies
1 parent 0ac781c commit 8911ced

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,17 +65,17 @@
6565
<dependency>
6666
<groupId>com.google.guava</groupId>
6767
<artifactId>guava</artifactId>
68-
<version>33.4.8-jre</version>
68+
<version>33.5.0-jre</version>
6969
</dependency>
7070
<dependency>
7171
<groupId>net.sf.saxon</groupId>
7272
<artifactId>Saxon-HE</artifactId>
73-
<version>12.8</version>
73+
<version>12.9</version>
7474
</dependency>
7575
<dependency>
7676
<groupId>org.assertj</groupId>
7777
<artifactId>assertj-core</artifactId>
78-
<version>3.27.3</version>
78+
<version>3.27.6</version>
7979
<scope>test</scope>
8080
</dependency>
8181
<dependency>
@@ -114,7 +114,7 @@
114114
<plugin>
115115
<groupId>org.apache.maven.plugins</groupId>
116116
<artifactId>maven-surefire-plugin</artifactId>
117-
<version>3.5.3</version>
117+
<version>3.5.4</version>
118118
</plugin>
119119
<plugin>
120120
<groupId>org.sonatype.central</groupId>
@@ -130,7 +130,7 @@
130130
<plugin>
131131
<groupId>org.apache.maven.plugins</groupId>
132132
<artifactId>maven-javadoc-plugin</artifactId>
133-
<version>3.11.2</version>
133+
<version>3.12.0</version>
134134
<executions>
135135
<execution>
136136
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)