Skip to content
Snippets Groups Projects
Commit 0649f073 authored by Christoph Berg's avatar Christoph Berg :satellite:
Browse files

New upstream version 42.7.2. (CVE-2024-1597)

parent e90e2da1
No related branches found
No related tags found
No related merge requests found
Pipeline #642834 passed
libpgjava (42.7.2-1) unstable; urgency=medium
* New upstream version 42.7.2. (CVE-2024-1597)
-- Christoph Berg <myon@debian.org> Thu, 22 Feb 2024 11:46:47 +0100
libpgjava (42.7.1-1) unstable; urgency=medium
* New upstream version 42.7.1.
......
......@@ -24,7 +24,7 @@ junit: Packaged, but mvn doesn't find it
- <dependency>
- <groupId>org.junit.jupiter</groupId>
- <artifactId>junit-jupiter-api</artifactId>
- <version>5.10.1</version>
- <version>5.10.2</version>
- <scope>test</scope>
- </dependency>
- <dependency>
......@@ -36,19 +36,19 @@ junit: Packaged, but mvn doesn't find it
- <dependency>
- <groupId>org.junit.jupiter</groupId>
- <artifactId>junit-jupiter-params</artifactId>
- <version>5.10.1</version>
- <version>5.10.2</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.junit.jupiter</groupId>
- <artifactId>junit-jupiter-engine</artifactId>
- <version>5.10.1</version>
- <version>5.10.2</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.junit.vintage</groupId>
- <artifactId>junit-vintage-engine</artifactId>
- <version>5.10.1</version>
- <version>5.10.2</version>
- <scope>test</scope>
- </dependency>
</dependencies>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment