This is an automated email from the ASF dual-hosted git repository.
andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git
The following commit(s) were added to refs/heads/main by this push:
new 02caef2893 Bump the maven-patch-group group with 7 updates
02caef2893 is described below
commit 02caef2893b286d279b6169735615a5bd67857bc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 1 01:03:57 2024 +0000
Bump the maven-patch-group group with 7 updates
Bumps the maven-patch-group group with 7 updates:
| Package | From | To |
| --- | --- | --- |
| [org.junit:junit-bom](https://github.com/junit-team/junit5) | `5.10.2` |
`5.10.3` |
|
[com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf)
| `4.27.1` | `4.27.2` |
| org.apache.lucene:lucene-core | `9.11.0` | `9.11.1` |
| org.apache.lucene:lucene-analysis-common | `9.11.0` | `9.11.1` |
| org.apache.lucene:lucene-queryparser | `9.11.0` | `9.11.1` |
| org.apache.lucene:lucene-highlighter | `9.11.0` | `9.11.1` |
| org.apache.lucene:lucene-backward-codecs | `9.11.0` | `9.11.1` |
Updates `org.junit:junit-bom` from 5.10.2 to 5.10.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.10.2...r5.10.3)
Updates `com.google.protobuf:protobuf-java` from 4.27.1 to 4.27.2
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
-
[Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)
Updates `org.apache.lucene:lucene-core` from 9.11.0 to 9.11.1
Updates `org.apache.lucene:lucene-analysis-common` from 9.11.0 to 9.11.1
Updates `org.apache.lucene:lucene-queryparser` from 9.11.0 to 9.11.1
Updates `org.apache.lucene:lucene-highlighter` from 9.11.0 to 9.11.1
Updates `org.apache.lucene:lucene-backward-codecs` from 9.11.0 to 9.11.1
Updates `org.apache.lucene:lucene-analysis-common` from 9.11.0 to 9.11.1
Updates `org.apache.lucene:lucene-queryparser` from 9.11.0 to 9.11.1
Updates `org.apache.lucene:lucene-highlighter` from 9.11.0 to 9.11.1
Updates `org.apache.lucene:lucene-backward-codecs` from 9.11.0 to 9.11.1
---
updated-dependencies:
- dependency-name: org.junit:junit-bom
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: maven-patch-group
- dependency-name: com.google.protobuf:protobuf-java
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: maven-patch-group
- dependency-name: org.apache.lucene:lucene-core
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: maven-patch-group
- dependency-name: org.apache.lucene:lucene-analysis-common
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: maven-patch-group
- dependency-name: org.apache.lucene:lucene-queryparser
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: maven-patch-group
- dependency-name: org.apache.lucene:lucene-highlighter
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: maven-patch-group
- dependency-name: org.apache.lucene:lucene-backward-codecs
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: maven-patch-group
- dependency-name: org.apache.lucene:lucene-analysis-common
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: maven-patch-group
- dependency-name: org.apache.lucene:lucene-queryparser
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: maven-patch-group
- dependency-name: org.apache.lucene:lucene-highlighter
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: maven-patch-group
- dependency-name: org.apache.lucene:lucene-backward-codecs
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: maven-patch-group
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 79ecbf7360..f41ac5e555 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,7 +71,7 @@
<ver.shiro>2.0.1</ver.shiro>
- <ver.protobuf>4.27.1</ver.protobuf>
+ <ver.protobuf>4.27.2</ver.protobuf>
<ver.libthrift>0.20.0</ver.libthrift>
<ver.caffeine>3.1.8</ver.caffeine>
@@ -79,7 +79,7 @@
<ver.guava>33.2.1-jre</ver.guava>
<ver.gson>2.11.0</ver.gson>
- <ver.lucene>9.11.0</ver.lucene>
+ <ver.lucene>9.11.1</ver.lucene>
<ver.commons-io>2.16.1</ver.commons-io>
<ver.commons-cli>1.7.0</ver.commons-cli>
@@ -97,7 +97,7 @@
<!-- Testing -->
<ver.junit4>4.13.2</ver.junit4>
- <ver.junit5>5.10.2</ver.junit5>
+ <ver.junit5>5.10.3</ver.junit5>
<ver.junit5-platform>1.10.2</ver.junit5-platform>
<ver.mockito>5.12.0</ver.mockito>