Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-search
Commit: 25c5c46eb30e6e6c2fdf185a9e0b7116f54c65eb
https://github.com/hibernate/hibernate-search/commit/25c5c46eb30e6e6c2fdf...
Author: dependabot[bot] <49699333+dependabot[bot](a)users.noreply.github.com>
Date: 2022-01-31 (Mon, 31 Jan 2022)
Changed paths:
M pom.xml
Log Message:
-----------
HSEARCH-4465 Bump jakarta.interceptor-api from 2.0.0 to 2.0.1
Bumps [
jakarta.interceptor-api](https://github.com/eclipse-ee4j/interceptor-api) from
2.0.0 to 2.0.1.
- [Release
notes](https://github.com/eclipse-ee4j/interceptor-api/releases)
- [
Commits](https://github.com/eclipse-ee4j/interceptor-api/commits)
---
updated-dependencies:
- dependency-name: jakarta.interceptor:jakarta.interceptor-api
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support(a)github.com>
Commit: d7a260408d36d7a5de185f4a1de96b946b60c51e
https://github.com/hibernate/hibernate-search/commit/d7a260408d36d7a5de18...
Author: dependabot[bot] <49699333+dependabot[bot](a)users.noreply.github.com>
Date: 2022-01-31 (Mon, 31 Jan 2022)
Changed paths:
M pom.xml
Log Message:
-----------
HSEARCH-4467 Bump japicmp-maven-plugin from 0.15.4 to 0.15.6
Bumps [
japicmp-maven-plugin](https://github.com/siom79/japicmp) from 0.15.4 to 0.15.6.
- [Release
notes](https://github.com/siom79/japicmp/releases)
- [
Changelog](https://github.com/siom79/japicmp/blob/master/release.py)
-
[
Commits](https://github.com/siom79/japicmp/compare/japicmp-base-0.15.4......
---
updated-dependencies:
- dependency-name: com.github.siom79.japicmp:japicmp-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support(a)github.com>
Commit: 786c266106bfca0f4fc420719b77e4e254a25930
https://github.com/hibernate/hibernate-search/commit/786c266106bfca0f4fc4...
Author: dependabot[bot] <49699333+dependabot[bot](a)users.noreply.github.com>
Date: 2022-01-31 (Mon, 31 Jan 2022)
Changed paths:
M pom.xml
Log Message:
-----------
HSEARCH-4467 Bump checkstyle from 9.2.1 to 9.3
Bumps [
checkstyle](https://github.com/checkstyle/checkstyle) from 9.2.1 to 9.3.
- [Release
notes](https://github.com/checkstyle/checkstyle/releases)
-
[
Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-9.2....
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support(a)github.com>
Commit: b818764e7657119742306aef0eeacbc36fca9223
https://github.com/hibernate/hibernate-search/commit/b818764e765711974230...
Author: dependabot[bot] <49699333+dependabot[bot](a)users.noreply.github.com>
Date: 2022-01-31 (Mon, 31 Jan 2022)
Changed paths:
M pom.xml
Log Message:
-----------
HSEARCH-4467 Bump asciidoctor-maven-plugin from 2.2.1 to 2.2.2
Bumps [
asciidoctor-maven-plugin](https://github.com/asciidoctor/asciidoctor-mave...
from 2.2.1 to 2.2.2.
- [Release
notes](https://github.com/asciidoctor/asciidoctor-maven-plugin/releases)
-
[
Changelog](https://github.com/asciidoctor/asciidoctor-maven-plugin/blob/m...
-
[
Commits](https://github.com/asciidoctor/asciidoctor-maven-plugin/compare/...
---
updated-dependencies:
- dependency-name: org.asciidoctor:asciidoctor-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support(a)github.com>
Commit: 54dd9d3e66d1640a8a2aea1e420d9189b77ad4ec
https://github.com/hibernate/hibernate-search/commit/54dd9d3e66d1640a8a2a...
Author: dependabot[bot] <49699333+dependabot[bot](a)users.noreply.github.com>
Date: 2022-01-31 (Mon, 31 Jan 2022)
Changed paths:
M pom.xml
Log Message:
-----------
HSEARCH-4467 Bump mockito-core from 4.2.0 to 4.3.1
Bumps [
mockito-core](https://github.com/mockito/mockito) from 4.2.0 to 4.3.1.
- [Release
notes](https://github.com/mockito/mockito/releases)
- [
Commits](https://github.com/mockito/mockito/compare/v4.2.0...v4.3.1)
---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support(a)github.com>
Commit: 307ae7f1e4fa14ee2a9d9840cae732a247d42ada
https://github.com/hibernate/hibernate-search/commit/307ae7f1e4fa14ee2a9d...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-01-31 (Mon, 31 Jan 2022)
Changed paths:
M pom.xml
Log Message:
-----------
HSEARCH-4467 Adapt pom.xml for the checkstyle CI
The checkstyle CI needs to be able to run a newer version of checkstyle
against our project.
They used to override puppycrawl.checkstyle.version, and we had a hack
to make this property the default for
version.com.puppycrawl.tools.checkstyle, but that doesn't work well with
dependabot, so this will have to change.
Additionally, since their CI job was (unknowingly) still using an old
version of checkstyle, it didn't detect a problem that made the build
fail because of deprecations; I detected that now, and fixed it by
updating their CI job to not fail on compiler warnings.
Commit: fb26037f4eef7ef17525bba4990333f0f0af48a5
https://github.com/hibernate/hibernate-search/commit/fb26037f4eef7ef17525...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-01-31 (Mon, 31 Jan 2022)
Changed paths:
M
build/config/src/main/java/org/hibernate/checkstyle/checks/regexp/DoubleSpacesCheck.java
Log Message:
-----------
HSEARCH-4467 Suppress unactionable deprecation warning on a checkstyle method
Commit: 4a389f4d27e079c65afbfa46848db43472c6943f
https://github.com/hibernate/hibernate-search/commit/4a389f4d27e079c65afb...
Author: dependabot[bot] <49699333+dependabot[bot](a)users.noreply.github.com>
Date: 2022-01-31 (Mon, 31 Jan 2022)
Changed paths:
M pom.xml
Log Message:
-----------
HSEARCH-4468 Bump version.org.slf4j from 1.7.33 to 1.7.35
Bumps `version.org.slf4j` from 1.7.33 to 1.7.35.
Updates `slf4j-api` from 1.7.33 to 1.7.35
- [Release
notes](https://github.com/qos-ch/slf4j/releases)
- [
Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.33...v_1.7.35)
Updates `jcl-over-slf4j` from 1.7.33 to 1.7.35
- [Release
notes](https://github.com/qos-ch/slf4j/releases)
- [
Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.33...v_1.7.35)
Updates `slf4j-jdk14` from 1.7.33 to 1.7.35
- [Release
notes](https://github.com/qos-ch/slf4j/releases)
- [
Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.33...v_1.7.35)
---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.slf4j:jcl-over-slf4j
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.slf4j:slf4j-jdk14
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support(a)github.com>
Compare:
https://github.com/hibernate/hibernate-search/compare/43663db15cb5...4a38...