Skip to content

Commit c4d74e6

Browse files
committed
Update maven dependencies
1 parent a5527c1 commit c4d74e6

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

pom.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@
4949
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5050

5151
<!-- runtime dependencies -->
52-
<api.version>1.1.0</api.version>
52+
<api.version>1.2.0</api.version>
5353
<keepassxc-proxy.version>1.2.1</keepassxc-proxy.version>
5454
<guava.version>31.1-jre</guava.version>
55-
<slf4j.version>2.0.6</slf4j.version>
55+
<slf4j.version>2.0.7</slf4j.version>
5656
<junit.version>5.9.2</junit.version>
5757
</properties>
5858

@@ -114,18 +114,18 @@
114114
<!-- default lifecycle, jar packaging: see https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging -->
115115
<plugin>
116116
<artifactId>maven-resources-plugin</artifactId>
117-
<version>3.3.0</version>
117+
<version>3.3.1</version>
118118
<configuration>
119119
<includeEmptyDirs>false</includeEmptyDirs>
120120
</configuration>
121121
</plugin>
122122
<plugin>
123123
<artifactId>maven-compiler-plugin</artifactId>
124-
<version>3.10.1</version>
124+
<version>3.11.0</version>
125125
</plugin>
126126
<plugin>
127127
<artifactId>maven-surefire-plugin</artifactId>
128-
<version>3.0.0-M7</version>
128+
<version>3.0.0</version>
129129
</plugin>
130130
<plugin>
131131
<artifactId>maven-jar-plugin</artifactId>
@@ -136,20 +136,20 @@
136136
</plugin>
137137
<plugin>
138138
<artifactId>maven-install-plugin</artifactId>
139-
<version>3.0.1</version>
139+
<version>3.1.1</version>
140140
</plugin>
141141
<plugin>
142142
<artifactId>maven-deploy-plugin</artifactId>
143-
<version>3.0.0</version>
143+
<version>3.1.1</version>
144144
</plugin>
145145
<!-- site lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#site_Lifecycle -->
146146
<plugin>
147147
<artifactId>maven-site-plugin</artifactId>
148-
<version>3.12.1</version>
148+
<version>4.0.0-M7</version>
149149
</plugin>
150150
<plugin>
151151
<artifactId>maven-project-info-reports-plugin</artifactId>
152-
<version>3.4.1</version>
152+
<version>3.4.2</version>
153153
</plugin>
154154
</plugins>
155155
</pluginManagement>
@@ -158,7 +158,7 @@
158158
<plugin>
159159
<groupId>org.apache.maven.plugins</groupId>
160160
<artifactId>maven-compiler-plugin</artifactId>
161-
<version>3.10.1</version>
161+
<version>3.11.0</version>
162162
<configuration>
163163
<source>17</source>
164164
<target>17</target>
@@ -180,7 +180,7 @@
180180
<plugin>
181181
<groupId>org.apache.maven.plugins</groupId>
182182
<artifactId>maven-javadoc-plugin</artifactId>
183-
<version>3.4.1</version>
183+
<version>3.5.0</version>
184184
<executions>
185185
<execution>
186186
<id>attach-javadocs</id>
@@ -240,7 +240,7 @@
240240
<plugin>
241241
<groupId>org.apache.maven.plugins</groupId>
242242
<artifactId>maven-surefire-plugin</artifactId>
243-
<version>3.0.0-M7</version>
243+
<version>3.0.0</version>
244244
<dependencies>
245245
<!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-engine -->
246246
<dependency>

0 commit comments

Comments
 (0)