Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
535fc18
Bump org.mockito:mockito-core from 5.20.0 to 5.21.0
dependabot[bot] Jan 5, 2026
a56eaa8
Bump org.apache.maven.plugins:maven-source-plugin from 3.3.1 to 3.4.0
dependabot[bot] Jan 5, 2026
3171bac
Bump openhtml.version from 1.1.31 to 1.1.36
dependabot[bot] Jan 5, 2026
446b79d
Bump org.apache.poi:poi from 5.4.1 to 5.5.1
dependabot[bot] Jan 5, 2026
c671099
Bump spring.version from 7.0.1 to 7.0.2
dependabot[bot] Jan 5, 2026
9a74dd1
Bump aws.version from 2.40.1 to 2.41.2
dependabot[bot] Jan 6, 2026
0414c40
Bump org.apache.maven.plugins:maven-resources-plugin from 3.1.0 to 3.4.0
dependabot[bot] Jan 6, 2026
87a66fa
Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0
dependabot[bot] Jan 6, 2026
92e823e
Bump org.apache.maven.plugins:maven-assembly-plugin from 3.7.1 to 3.8.0
dependabot[bot] Jan 6, 2026
e46289d
Bump org.apache.maven.plugins:maven-release-plugin from 3.3.0 to 3.3.1
dependabot[bot] Jan 6, 2026
e6ca0dd
Merge pull request #1556 from digital-preservation/dependabot/maven/o…
MancunianSam Jan 6, 2026
8b60511
Merge pull request #1555 from digital-preservation/dependabot/maven/o…
MancunianSam Jan 6, 2026
4ff3070
Merge pull request #1554 from digital-preservation/dependabot/maven/o…
MancunianSam Jan 6, 2026
66016de
Merge pull request #1553 from digital-preservation/dependabot/maven/a…
MancunianSam Jan 6, 2026
c09775e
Merge pull request #1552 from digital-preservation/dependabot/maven/o…
MancunianSam Jan 6, 2026
926fe57
Merge pull request #1550 from digital-preservation/dependabot/maven/o…
MancunianSam Jan 6, 2026
54fb9e8
Merge pull request #1548 from digital-preservation/dependabot/maven/o…
MancunianSam Jan 6, 2026
0e828d3
Merge pull request #1545 from digital-preservation/dependabot/maven/s…
MancunianSam Jan 6, 2026
bab3258
Merge pull request #1543 from digital-preservation/dependabot/maven/o…
MancunianSam Jan 6, 2026
0959b1b
Delete apparently unused files which are causing build problems
MancunianSam Jan 7, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions droid-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.19.0</version>
<version>3.20.0</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
Expand All @@ -201,7 +201,7 @@
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
<version>5.4.1</version>
<version>5.5.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion droid-container/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
<version>5.4.1</version>
<version>5.5.1</version>
</dependency>
<dependency>
<groupId>xerces</groupId>
Expand Down
16 changes: 8 additions & 8 deletions droid-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<project.email>[email protected]</project.email>
<spring.version>7.0.1</spring.version>
<spring.version>7.0.2</spring.version>
<hibernate.version>5.4.1.Final</hibernate.version>
<derby.version>10.17.1.0</derby.version>
<cxf.version>4.1.4</cxf.version>
Expand All @@ -108,7 +108,7 @@
<slf4j.version>2.0.17</slf4j.version>
<log4j2.version>2.25.3</log4j2.version>
<checkstyle.version>10.21.2</checkstyle.version>
<aws.version>2.40.1</aws.version>
<aws.version>2.41.2</aws.version>
<junit.version>6.0.1</junit.version>
<commons.version>2.21.0</commons.version>
</properties>
Expand All @@ -131,7 +131,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>3.1.0</version>
<version>3.4.0</version>
</plugin>
<plugin>
<groupId>org.apache.cxf</groupId>
Expand Down Expand Up @@ -186,7 +186,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.3.1</version>
<version>3.4.0</version>
</plugin>

<plugin>
Expand All @@ -198,7 +198,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.scm</groupId>
Expand All @@ -220,7 +220,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.7.1</version>
<version>3.8.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -682,7 +682,7 @@ Copyright &copy; ${project.inceptionYear}-{currentYear} <a href="${project.organ
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.19.0</version>
<version>3.20.0</version>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
Expand Down Expand Up @@ -777,7 +777,7 @@ Copyright &copy; ${project.inceptionYear}-{currentYear} <a href="${project.organ
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.20.0</version>
<version>5.21.0</version>
</dependency>
<dependency>
<groupId>xmlunit</groupId>
Expand Down
2 changes: 1 addition & 1 deletion droid-report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</scm>

<properties>
<openhtml.version>1.1.34</openhtml.version>
<openhtml.version>1.1.36</openhtml.version>
</properties>

<build>
Expand Down
2 changes: 1 addition & 1 deletion droid-results/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>3.1.0</version>
<version>3.4.0</version>
<executions>
<execution>
<id>copy-resources</id>
Expand Down
Binary file not shown.
Binary file not shown.
Loading