Branch: refs/heads/7.0
Home:
https://github.com/hibernate/hibernate-search
Commit: 32649a5e0af129b81cf9b5cce94693484174a10b
https://github.com/hibernate/hibernate-search/commit/32649a5e0af129b81cf9...
Author: dependabot[bot] <49699333+dependabot[bot](a)users.noreply.github.com>
Date: 2023-11-29 (Wed, 29 Nov 2023)
Changed paths:
M build/parents/build/pom.xml
M pom.xml
Log Message:
-----------
Bump the build-dependencies group with 8 updates
Bumps the build-dependencies group with 8 updates:
| Package | From | To |
| --- | --- | --- |
|
[
org.codehaus.mojo:build-helper-maven-plugin](https://github.com/mojohaus/...
| `3.4.0` | `3.5.0` |
| [
io.smallrye:jandex-maven-plugin](https://github.com/smallrye/jandex) | `3.1.5` |
`3.1.6` |
|
[
org.apache.maven.plugins:maven-project-info-reports-plugin](https://githu...
| `3.4.5` | `3.5.0` |
| [
org.owasp:dependency-check-maven](https://github.com/jeremylong/Dependenc... |
`8.4.3` | `9.0.1` |
|
[
org.testcontainers:testcontainers-bom](https://github.com/testcontainers/...
| `1.19.2` | `1.19.3` |
|
[
org.springframework.boot:spring-boot-loader](https://github.com/spring-pr...
| `3.1.1` | `3.2.0` |
|
[
org.springframework.boot:spring-boot-dependencies](https://github.com/spr...
| `3.1.1` | `3.2.0` |
|
[
org.springframework.boot:spring-boot-maven-plugin](https://github.com/spr...
| `3.1.1` | `3.2.0` |
Updates `org.codehaus.mojo:build-helper-maven-plugin` from 3.4.0 to 3.5.0
- [Release
notes](https://github.com/mojohaus/build-helper-maven-plugin/releases)
- [
Commits](https://github.com/mojohaus/build-helper-maven-plugin/compare/3....
Updates `io.smallrye:jandex-maven-plugin` from 3.1.5 to 3.1.6
- [Release
notes](https://github.com/smallrye/jandex/releases)
- [
Commits](https://github.com/smallrye/jandex/compare/3.1.5...3.1.6)
Updates `org.apache.maven.plugins:maven-project-info-reports-plugin` from 3.4.5 to 3.5.0
-
[
Commits](https://github.com/apache/maven-project-info-reports-plugin/comp...
Updates `org.owasp:dependency-check-maven` from 8.4.3 to 9.0.1
- [Release
notes](https://github.com/jeremylong/DependencyCheck/releases)
- [
Changelog](https://github.com/jeremylong/DependencyCheck/blob/main/CHANGE...
- [
Commits](https://github.com/jeremylong/DependencyCheck/compare/v8.4.3...v...
Updates `org.testcontainers:testcontainers-bom` from 1.19.2 to 1.19.3
- [Release
notes](https://github.com/testcontainers/testcontainers-java/releases)
-
[
Changelog](https://github.com/testcontainers/testcontainers-java/blob/mai...
-
[
Commits](https://github.com/testcontainers/testcontainers-java/compare/1....
Updates `org.springframework.boot:spring-boot-loader` from 3.1.1 to 3.2.0
- [Release
notes](https://github.com/spring-projects/spring-boot/releases)
- [
Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.1......
Updates `org.springframework.boot:spring-boot-dependencies` from 3.1.1 to 3.2.0
- [Release
notes](https://github.com/spring-projects/spring-boot/releases)
- [
Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.1......
Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.1.1 to 3.2.0
- [Release
notes](https://github.com/spring-projects/spring-boot/releases)
- [
Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.1......
---
updated-dependencies:
- dependency-name: org.codehaus.mojo:build-helper-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: build-dependencies
- dependency-name: io.smallrye:jandex-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: build-dependencies
- dependency-name: org.apache.maven.plugins:maven-project-info-reports-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: build-dependencies
- dependency-name: org.owasp:dependency-check-maven
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: build-dependencies
- dependency-name: org.testcontainers:testcontainers-bom
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: build-dependencies
- dependency-name: org.springframework.boot:spring-boot-loader
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: build-dependencies
- dependency-name: org.springframework.boot:spring-boot-dependencies
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: build-dependencies
- dependency-name: org.springframework.boot:spring-boot-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: build-dependencies
...
Signed-off-by: dependabot[bot] <support(a)github.com>
Commit: e7193c3e91aa3f86d2cd411bbdbf54cc3b8f0456
https://github.com/hibernate/hibernate-search/commit/e7193c3e91aa3f86d2cd...
Author: marko-bekhta <marko.prykladna(a)gmail.com>
Date: 2023-11-29 (Wed, 29 Nov 2023)
Changed paths:
M
integrationtest/mapper/orm-spring-uberjar/application/src/test/java/org/hibernate/search/integrationtest/spring/repackaged/application/RepackagedApplicationIT.java
M util/common/src/main/java/org/hibernate/search/util/common/jar/impl/CodeSource.java
M
util/common/src/test/java/org/hibernate/search/util/common/jar/impl/CodeSourceTest.java
Log Message:
-----------
HSEARCH-5024 Adjust the CodeSource to be able to handle the new URL structure of the
nested jars from Spring
Compare:
https://github.com/hibernate/hibernate-search/compare/987ff1b09f46...e719...