Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency com.github.spotbugs:spotbugs to v4.8.2 - autoclosed #48

Closed
wants to merge 29 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
f0ff412
Merge pull request #75 from alanorth/renovate/com.h2database-h2-2.x
alanorth Nov 28, 2023
daa36da
Update dependency org.glassfish.jaxb:jaxb-runtime to v2.3.9
renovate[bot] Nov 28, 2023
4766673
Update pdfbox-version to v2.0.30
renovate[bot] Nov 28, 2023
8ed5b6d
Update dependency commons-cli:commons-cli to v1.6.0
renovate[bot] Nov 28, 2023
2736b0e
Update dependency com.opencsv:opencsv to v5.9
renovate[bot] Nov 28, 2023
178fc9e
Update dependency commons-io:commons-io to v2.15.0
renovate[bot] Nov 28, 2023
0058915
Merge pull request #76 from alanorth/renovate/jaxb-runtime.version
alanorth Nov 28, 2023
03b11a7
Merge pull request #77 from alanorth/renovate/pdfbox-version
alanorth Nov 28, 2023
603bad7
Update log4j.version to v2.22.0
renovate[bot] Nov 28, 2023
29e48c4
Merge pull request #78 from alanorth/renovate/commons-cli-commons-cli…
alanorth Nov 28, 2023
8d248fa
Merge pull request #79 from alanorth/renovate/com.opencsv-opencsv-5.x
alanorth Nov 28, 2023
2c4de63
Merge pull request #80 from alanorth/renovate/commons-io-commons-io-2.x
alanorth Nov 28, 2023
9e84b04
Update dependency com.fasterxml:classmate to v1.6.0
renovate[bot] Nov 28, 2023
8a85d31
Merge pull request #82 from alanorth/renovate/log4j.version
alanorth Nov 28, 2023
8bbac0d
Merge pull request #83 from alanorth/renovate/com.fasterxml-classmate…
alanorth Nov 28, 2023
ef560e4
Update dependency org.xmlunit:xmlunit-core to v2.9.1
renovate[bot] Nov 28, 2023
a4bdd34
Update dependency com.maxmind.geoip2:geoip2 to v2.17.0
renovate[bot] Nov 28, 2023
d3cb959
Merge pull request #57 from alanorth/renovate/org.xmlunit-xmlunit-cor…
alanorth Nov 28, 2023
6f2ee6e
Merge pull request #31 from alanorth/renovate/com.maxmind.geoip2-geoi…
alanorth Nov 28, 2023
d4985e9
Update netty monorepo to v4.1.101.Final
renovate[bot] Nov 28, 2023
053c551
Merge pull request #88 from alanorth/renovate/netty-monorepo
alanorth Nov 29, 2023
9211578
pom.xml: update Spring
alanorth Nov 29, 2023
6f3d0d3
pom.xml: update spotbugs and spotbugs-maven-plugin
alanorth Nov 29, 2023
5c027d9
Update dependency org.apache.ant:ant to v1.10.14
renovate[bot] Nov 29, 2023
fb3a8a6
Update json-path.version to v2.8.0
renovate[bot] Nov 29, 2023
80b0293
Merge pull request #92 from alanorth/renovate/org.apache.ant-ant-1.x
alanorth Nov 29, 2023
4cee993
Merge pull request #97 from alanorth/renovate/json-path.version
alanorth Nov 29, 2023
324b139
Update hamcrest to v2.2
alanorth Nov 29, 2023
9407e30
Update dependency com.github.spotbugs:spotbugs to v4.8.2
renovate[bot] Nov 29, 2023
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
20 changes: 10 additions & 10 deletions dspace-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<artifactId>hamcrest</artifactId>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -620,7 +620,7 @@
<dependency>
<groupId>com.maxmind.geoip2</groupId>
<artifactId>geoip2</artifactId>
<version>2.11.0</version>
<version>2.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
Expand Down Expand Up @@ -784,7 +784,7 @@
<dependency>
<groupId>com.opencsv</groupId>
<artifactId>opencsv</artifactId>
<version>5.7.1</version>
<version>5.9</version>
</dependency>

<!-- Email templating -->
Expand Down Expand Up @@ -861,32 +861,32 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId>
<version>4.1.94.Final</version>
<version>4.1.101.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport</artifactId>
<version>4.1.94.Final</version>
<version>4.1.101.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-unix-common</artifactId>
<version>4.1.94.Final</version>
<version>4.1.101.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-common</artifactId>
<version>4.1.94.Final</version>
<version>4.1.101.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
<version>4.1.94.Final</version>
<version>4.1.101.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec</artifactId>
<version>4.1.94.Final</version>
<version>4.1.101.Final</version>
</dependency>
<dependency>
<groupId>org.apache.velocity</groupId>
Expand All @@ -896,7 +896,7 @@
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-core</artifactId>
<version>2.8.0</version>
<version>2.9.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion dspace-oai/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
<!-- As our Parent POM sets this to 'test' scope, we must override it -->
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<artifactId>hamcrest</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion dspace-server-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<artifactId>hamcrest</artifactId>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion dspace/modules/additions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<artifactId>hamcrest</artifactId>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
42 changes: 21 additions & 21 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<properties>
<!--=== GENERAL / DSPACE-API DEPENDENCIES ===-->
<java.version>11</java.version>
<spring.version>5.3.28</spring.version>
<spring-boot.version>2.7.13</spring-boot.version>
<spring-security.version>5.7.9</spring-security.version> <!-- sync with version used by spring-boot-->
<spring.version>5.3.31</spring.version>
<spring-boot.version>2.7.18</spring-boot.version>
<spring-security.version>5.7.11</spring-security.version> <!-- sync with version used by spring-boot-->
<hibernate.version>5.6.15.Final</hibernate.version>
<hibernate-validator.version>6.2.5.Final</hibernate-validator.version>
<postgresql.driver.version>42.6.0</postgresql.driver.version>
Expand All @@ -34,12 +34,12 @@
<jackson-databind.version>2.13.4.2</jackson-databind.version>
<javax-annotation.version>1.3.2</javax-annotation.version>
<jaxb-api.version>2.3.1</jaxb-api.version>
<jaxb-runtime.version>2.3.8</jaxb-runtime.version>
<jaxb-runtime.version>2.3.9</jaxb-runtime.version>
<jcache-version>1.1.1</jcache-version>
<!-- NOTE: Jetty needed for Solr, Handle Server & tests -->
<jetty.version>9.4.53.v20231009</jetty.version>
<log4j.version>2.20.0</log4j.version>
<pdfbox-version>2.0.29</pdfbox-version>
<log4j.version>2.22.0</log4j.version>
<pdfbox-version>2.0.30</pdfbox-version>
<rome.version>1.19.0</rome.version>
<slf4j.version>1.7.36</slf4j.version>
<tika.version>2.5.0</tika.version>
Expand All @@ -48,7 +48,7 @@

<!--=== SERVER WEBAPP DEPENDENCIES ===-->
<!-- Library for reading JSON documents: https://github.com/json-path/JsonPath (used by Server webapp) -->
<json-path.version>2.6.0</json-path.version>
<json-path.version>2.8.0</json-path.version>
<!-- Library for managing JSON Web Tokens (JWT): https://bitbucket.org/connect2id/nimbus-jose-jwt/wiki/Home
(used by Server webapp) -->
<nimbus-jose-jwt.version>7.9</nimbus-jose-jwt.version>
Expand Down Expand Up @@ -294,7 +294,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.0.4</version>
<version>4.8.1.0</version>
<configuration>
<effort>Max</effort>
<threshold>Low</threshold>
Expand All @@ -304,7 +304,7 @@
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs</artifactId>
<version>4.1.2</version>
<version>4.8.2</version>
</dependency>
</dependencies>
<executions>
Expand Down Expand Up @@ -1336,7 +1336,7 @@
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.10.13</version>
<version>1.10.14</version>
</dependency>
<dependency>
<groupId>org.apache.jena</groupId>
Expand Down Expand Up @@ -1451,7 +1451,7 @@
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
Expand Down Expand Up @@ -1489,7 +1489,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.13.0</version>
<version>2.15.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down Expand Up @@ -1661,21 +1661,21 @@
</dependency>
<!-- JUnit, Mockito and Hamcrest are used for Unit/Integration tests -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.2</version>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
<version>2.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<version>1.3</version>
<artifactId>hamcrest-core</artifactId>
<version>2.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>1.3</version>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -1746,7 +1746,7 @@
<dependency>
<groupId>com.fasterxml</groupId>
<artifactId>classmate</artifactId>
<version>1.5.1</version>
<version>1.6.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down