|
6 | 6 |
|
7 | 7 | <groupId>org.purejava</groupId>
|
8 | 8 | <artifactId>kdewallet</artifactId>
|
9 |
| - <version>1.3.2</version> |
| 9 | + <version>1.3.3</version> |
10 | 10 | <packaging>jar</packaging>
|
11 | 11 |
|
12 | 12 | <name>kdewallet</name>
|
|
47 | 47 | <dependency>
|
48 | 48 | <groupId>com.github.hypfvieh</groupId>
|
49 | 49 | <artifactId>dbus-java-core</artifactId>
|
50 |
| - <version>4.3.0</version> |
| 50 | + <version>4.3.1</version> |
51 | 51 | </dependency>
|
52 | 52 |
|
53 | 53 | <dependency>
|
54 | 54 | <groupId>com.github.hypfvieh</groupId>
|
55 | 55 | <artifactId>dbus-java-transport-native-unixsocket</artifactId>
|
56 |
| - <version>4.3.0</version> |
| 56 | + <version>4.3.1</version> |
57 | 57 | </dependency>
|
58 | 58 |
|
59 | 59 | <!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api -->
|
60 | 60 | <dependency>
|
61 | 61 | <groupId>org.junit.jupiter</groupId>
|
62 | 62 | <artifactId>junit-jupiter-api</artifactId>
|
63 |
| - <version>5.9.3</version> |
| 63 | + <version>5.10.0</version> |
64 | 64 | <scope>test</scope>
|
65 | 65 | </dependency>
|
66 | 66 |
|
67 | 67 | <!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-engine -->
|
68 | 68 | <dependency>
|
69 | 69 | <groupId>org.junit.jupiter</groupId>
|
70 | 70 | <artifactId>junit-jupiter-engine</artifactId>
|
71 |
| - <version>5.9.3</version> |
| 71 | + <version>5.10.0</version> |
72 | 72 | <scope>test</scope>
|
73 | 73 | </dependency>
|
74 | 74 | <dependency>
|
75 | 75 | <groupId>org.junit.jupiter</groupId>
|
76 | 76 | <artifactId>junit-jupiter</artifactId>
|
77 |
| - <version>5.9.3</version> |
| 77 | + <version>5.10.0</version> |
78 | 78 | <scope>test</scope>
|
79 | 79 | </dependency>
|
80 | 80 |
|
81 | 81 | <!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api -->
|
82 | 82 | <dependency>
|
83 | 83 | <groupId>org.slf4j</groupId>
|
84 | 84 | <artifactId>slf4j-api</artifactId>
|
85 |
| - <version>2.0.7</version> |
| 85 | + <version>2.0.9</version> |
86 | 86 | </dependency>
|
87 | 87 |
|
88 | 88 | <!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-simple -->
|
89 | 89 | <dependency>
|
90 | 90 | <groupId>org.slf4j</groupId>
|
91 | 91 | <artifactId>slf4j-simple</artifactId>
|
92 |
| - <version>2.0.7</version> |
| 92 | + <version>2.0.9</version> |
93 | 93 | <scope>test</scope>
|
94 | 94 | </dependency>
|
95 | 95 | </dependencies>
|
|
100 | 100 | <!-- clean lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle -->
|
101 | 101 | <plugin>
|
102 | 102 | <artifactId>maven-clean-plugin</artifactId>
|
103 |
| - <version>3.3.1</version> |
| 103 | + <version>3.3.2</version> |
104 | 104 | </plugin>
|
105 | 105 | <!-- default lifecycle, jar packaging: see https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging -->
|
106 | 106 | <plugin>
|
|
116 | 116 | </plugin>
|
117 | 117 | <plugin>
|
118 | 118 | <artifactId>maven-surefire-plugin</artifactId>
|
119 |
| - <version>3.1.2</version> |
| 119 | + <version>3.2.1</version> |
120 | 120 | </plugin>
|
121 | 121 | <plugin>
|
122 | 122 | <artifactId>maven-jar-plugin</artifactId>
|
|
136 | 136 | <!-- site lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#site_Lifecycle -->
|
137 | 137 | <plugin>
|
138 | 138 | <artifactId>maven-site-plugin</artifactId>
|
139 |
| - <version>4.0.0-M9</version> |
| 139 | + <version>4.0.0-M11</version> |
140 | 140 | </plugin>
|
141 | 141 | <plugin>
|
142 | 142 | <artifactId>maven-project-info-reports-plugin</artifactId>
|
|
167 | 167 | <plugin>
|
168 | 168 | <groupId>org.apache.maven.plugins</groupId>
|
169 | 169 | <artifactId>maven-javadoc-plugin</artifactId>
|
170 |
| - <version>3.5.0</version> |
| 170 | + <version>3.6.0</version> |
171 | 171 | <executions>
|
172 | 172 | <execution>
|
173 | 173 | <id>attach-javadocs</id>
|
|
183 | 183 | <plugin>
|
184 | 184 | <groupId>org.apache.maven.plugins</groupId>
|
185 | 185 | <artifactId>maven-surefire-plugin</artifactId>
|
186 |
| - <version>3.1.2</version> |
| 186 | + <version>3.2.1</version> |
187 | 187 | <dependencies>
|
188 | 188 | <!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-engine -->
|
189 | 189 | <dependency>
|
190 | 190 | <groupId>org.junit.jupiter</groupId>
|
191 | 191 | <artifactId>junit-jupiter-engine</artifactId>
|
192 |
| - <version>5.9.3</version> |
| 192 | + <version>5.10.0</version> |
193 | 193 | </dependency>
|
194 | 194 | </dependencies>
|
195 | 195 | </plugin>
|
|
0 commit comments