This is an automated email from the ASF dual-hosted git repository.
andy pushed a commit to branch jena4
in repository https://gitbox.apache.org/repos/asf/jena.git
The following commit(s) were added to refs/heads/jena4 by this push:
new b611d75a1f Various minor dependency/plugin upgrades
b611d75a1f is described below
commit b611d75a1f6f675be182dd9e7aead4e771c231b2
Author: Rob Vesse <[email protected]>
AuthorDate: Tue Nov 14 09:25:02 2023 +0000
Various minor dependency/plugin upgrades
Upgrades various dependencies and plugins to their latest minor
releases. This is in preparation for a 4.10.1 patch release
---
pom.xml | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/pom.xml b/pom.xml
index e996758268..ce35d6db7c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>30</version>
+ <version>31</version>
</parent>
<licenses>
@@ -58,7 +58,7 @@
<!-- Testing -->
<ver.junit>4.13.2</ver.junit>
- <ver.mockito>5.6.0</ver.mockito>
+ <ver.mockito>5.7.0</ver.mockito>
<ver.awaitility>4.2.0</ver.awaitility>
<ver.contract.tests>0.2.0</ver.contract.tests>
@@ -87,7 +87,7 @@
POM for the correct dependency versions
and use that or later.
-->
- <ver.jsonldjava>0.13.4</ver.jsonldjava>
+ <ver.jsonldjava>0.13.6</ver.jsonldjava>
<ver.jackson>2.15.3</ver.jackson>
<ver.httpclient>4.5.14</ver.httpclient>
<ver.httpcore>4.4.16</ver.httpcore>
@@ -97,8 +97,8 @@
<ver.guava>32.1.3-jre</ver.guava>
<ver.gson>2.10.1</ver.gson>
- <ver.commons-io>2.14.0</ver.commons-io>
- <ver.commons-cli>1.5.0</ver.commons-cli>
+ <ver.commons-io>2.15.0</ver.commons-io>
+ <ver.commons-cli>1.6.0</ver.commons-cli>
<ver.commons-lang3>3.13.0</ver.commons-lang3>
<ver.commons-rdf>0.5.0</ver.commons-rdf>
<ver.commons-csv>1.10.0</ver.commons-csv>
@@ -106,7 +106,7 @@
<ver.commons-compress>1.24.0</ver.commons-compress>
<ver.commons-collections>4.4</ver.commons-collections>
<ver.dexxcollection>0.7</ver.dexxcollection>
- <ver.micrometer>1.11.4</ver.micrometer>
+ <ver.micrometer>1.12.0</ver.micrometer>
<ver.roaringbitmap>1.0.0</ver.roaringbitmap>
<!-- For testing, not shipped -->
@@ -1106,13 +1106,13 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
- <version>3.4.1</version>
+ <version>3.5.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
- <version>3.3.2</version>
+ <version>3.4.0</version>
</plugin>
<!--