Skip to content

Commit 94ca2ea

Browse files
committed
Merge branch 'develop'
2 parents 1a52e6d + 250e816 commit 94ca2ea

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Add `kdewallet` as a dependency to your project.
1919
<dependency>
2020
<groupId>org.purejava</groupId>
2121
<artifactId>kdewallet</artifactId>
22-
<version>1.3.2</version>
22+
<version>1.3.3</version>
2323
</dependency>
2424
```
2525

pom.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.purejava</groupId>
88
<artifactId>kdewallet</artifactId>
9-
<version>1.3.2</version>
9+
<version>1.3.3</version>
1010
<packaging>jar</packaging>
1111

1212
<name>kdewallet</name>
@@ -47,49 +47,49 @@
4747
<dependency>
4848
<groupId>com.github.hypfvieh</groupId>
4949
<artifactId>dbus-java-core</artifactId>
50-
<version>4.3.0</version>
50+
<version>4.3.1</version>
5151
</dependency>
5252

5353
<dependency>
5454
<groupId>com.github.hypfvieh</groupId>
5555
<artifactId>dbus-java-transport-native-unixsocket</artifactId>
56-
<version>4.3.0</version>
56+
<version>4.3.1</version>
5757
</dependency>
5858

5959
<!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api -->
6060
<dependency>
6161
<groupId>org.junit.jupiter</groupId>
6262
<artifactId>junit-jupiter-api</artifactId>
63-
<version>5.9.3</version>
63+
<version>5.10.0</version>
6464
<scope>test</scope>
6565
</dependency>
6666

6767
<!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-engine -->
6868
<dependency>
6969
<groupId>org.junit.jupiter</groupId>
7070
<artifactId>junit-jupiter-engine</artifactId>
71-
<version>5.9.3</version>
71+
<version>5.10.0</version>
7272
<scope>test</scope>
7373
</dependency>
7474
<dependency>
7575
<groupId>org.junit.jupiter</groupId>
7676
<artifactId>junit-jupiter</artifactId>
77-
<version>5.9.3</version>
77+
<version>5.10.0</version>
7878
<scope>test</scope>
7979
</dependency>
8080

8181
<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api -->
8282
<dependency>
8383
<groupId>org.slf4j</groupId>
8484
<artifactId>slf4j-api</artifactId>
85-
<version>2.0.7</version>
85+
<version>2.0.9</version>
8686
</dependency>
8787

8888
<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-simple -->
8989
<dependency>
9090
<groupId>org.slf4j</groupId>
9191
<artifactId>slf4j-simple</artifactId>
92-
<version>2.0.7</version>
92+
<version>2.0.9</version>
9393
<scope>test</scope>
9494
</dependency>
9595
</dependencies>
@@ -100,7 +100,7 @@
100100
<!-- clean lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle -->
101101
<plugin>
102102
<artifactId>maven-clean-plugin</artifactId>
103-
<version>3.3.1</version>
103+
<version>3.3.2</version>
104104
</plugin>
105105
<!-- default lifecycle, jar packaging: see https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging -->
106106
<plugin>
@@ -116,7 +116,7 @@
116116
</plugin>
117117
<plugin>
118118
<artifactId>maven-surefire-plugin</artifactId>
119-
<version>3.1.2</version>
119+
<version>3.2.1</version>
120120
</plugin>
121121
<plugin>
122122
<artifactId>maven-jar-plugin</artifactId>
@@ -136,7 +136,7 @@
136136
<!-- site lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#site_Lifecycle -->
137137
<plugin>
138138
<artifactId>maven-site-plugin</artifactId>
139-
<version>4.0.0-M9</version>
139+
<version>4.0.0-M11</version>
140140
</plugin>
141141
<plugin>
142142
<artifactId>maven-project-info-reports-plugin</artifactId>
@@ -167,7 +167,7 @@
167167
<plugin>
168168
<groupId>org.apache.maven.plugins</groupId>
169169
<artifactId>maven-javadoc-plugin</artifactId>
170-
<version>3.5.0</version>
170+
<version>3.6.0</version>
171171
<executions>
172172
<execution>
173173
<id>attach-javadocs</id>
@@ -183,13 +183,13 @@
183183
<plugin>
184184
<groupId>org.apache.maven.plugins</groupId>
185185
<artifactId>maven-surefire-plugin</artifactId>
186-
<version>3.1.2</version>
186+
<version>3.2.1</version>
187187
<dependencies>
188188
<!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-engine -->
189189
<dependency>
190190
<groupId>org.junit.jupiter</groupId>
191191
<artifactId>junit-jupiter-engine</artifactId>
192-
<version>5.9.3</version>
192+
<version>5.10.0</version>
193193
</dependency>
194194
</dependencies>
195195
</plugin>

0 commit comments

Comments
 (0)