Skip to content

Commit d66e4c3

Browse files
Update all dependencies
1 parent 0ac781c commit d66e4c3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,23 +65,23 @@
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>
8282
<groupId>org.junit.jupiter</groupId>
8383
<artifactId>junit-jupiter</artifactId>
84-
<version>5.13.4</version>
84+
<version>5.14.0</version>
8585
<scope>test</scope>
8686
</dependency>
8787
<dependency>
@@ -114,12 +114,12 @@
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>
121121
<artifactId>central-publishing-maven-plugin</artifactId>
122-
<version>0.8.0</version>
122+
<version>0.9.0</version>
123123
<extensions>true</extensions>
124124
<configuration>
125125
<publishingServerId>central</publishingServerId>
@@ -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)