Skip to content

Commit dce845d

Browse files
Update all dependencies
1 parent 5233474 commit dce845d

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,12 +65,12 @@
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>
@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>org.junit.jupiter</groupId>
8383
<artifactId>junit-jupiter</artifactId>
84-
<version>5.13.4</version>
84+
<version>5.14.2</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.10.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>
@@ -147,7 +147,7 @@
147147
<plugin>
148148
<groupId>org.apache.maven.plugins</groupId>
149149
<artifactId>maven-source-plugin</artifactId>
150-
<version>3.3.1</version>
150+
<version>3.4.0</version>
151151
<executions>
152152
<execution>
153153
<id>attach-sources</id>

0 commit comments

Comments
 (0)