Skip to content

Commit d58a08f

Browse files
authored
Merge pull request #19 from pwssOrg/deps-update-nr3-2025-11-16
Bump dependencies
2 parents 800726e + 3b229ff commit d58a08f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ PWSS representatives if you're interested.
1111
<dependency>
1212
<groupId>lib.pwss</groupId>
1313
<artifactId>file-quarantine</artifactId>
14-
<version>1.0.3</version>
14+
<version>1.0.4</version>
1515
</dependency>
1616
```
1717
<sub>(PWSS Private Github Package)</sub>

fq/pom.xml

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

77
<groupId>lib.pwss</groupId>
88
<artifactId>file-quarantine</artifactId>
9-
<version>1.0.3</version>
9+
<version>1.0.4</version>
1010
<description>A library for quarantining and unquarantining files.
1111
</description>
1212

@@ -41,14 +41,14 @@
4141
<dependency>
4242
<groupId>ch.qos.logback</groupId>
4343
<artifactId>logback-classic</artifactId>
44-
<version>1.5.20</version>
44+
<version>1.5.21</version>
4545
</dependency>
4646

4747
<!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api -->
4848
<dependency>
4949
<groupId>org.junit.jupiter</groupId>
5050
<artifactId>junit-jupiter-api</artifactId>
51-
<version>6.0.0</version>
51+
<version>6.0.1</version>
5252
<scope>test</scope>
5353
</dependency>
5454
</dependencies>

0 commit comments

Comments
 (0)