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

New upstream version 42.7.1.

parent 661647a9
No related branches found
No related tags found
No related merge requests found
Pipeline #610787 passed
libpgjava (42.7.1-1) unstable; urgency=medium
* New upstream version 42.7.1.
-- Christoph Berg <myon@debian.org> Thu, 07 Dec 2023 23:27:15 +0100
libpgjava (42.7.0-1) unstable; urgency=medium
* New upstream version 42.7.0.
......
......@@ -5,7 +5,7 @@ junit: Packaged, but mvn doesn't find it
--- a/pom.xml
+++ b/pom.xml
@@ -46,48 +46,6 @@
@@ -47,48 +47,6 @@
<version>debian</version>
<optional>true</optional>
</dependency>
......@@ -24,31 +24,31 @@ junit: Packaged, but mvn doesn't find it
- <dependency>
- <groupId>org.junit.jupiter</groupId>
- <artifactId>junit-jupiter-api</artifactId>
- <version>5.9.3</version>
- <version>5.10.1</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>uk.org.webcompere</groupId>
- <artifactId>system-stubs-jupiter</artifactId>
- <version>2.0.2</version>
- <version>2.1.5</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.junit.jupiter</groupId>
- <artifactId>junit-jupiter-params</artifactId>
- <version>5.9.3</version>
- <version>5.10.1</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.junit.jupiter</groupId>
- <artifactId>junit-jupiter-engine</artifactId>
- <version>5.9.3</version>
- <version>5.10.1</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.junit.vintage</groupId>
- <artifactId>junit-vintage-engine</artifactId>
- <version>5.9.3</version>
- <version>5.10.1</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